[krb5-auth-dialog: 12/15] Make the desktop file match the DBus name
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog: 12/15] Make the desktop file match the DBus name
- Date: Sat, 6 Feb 2021 19:16:58 +0000 (UTC)
commit 8e85f36efd841b09f27cbeac1d06e0741e4b4a95
Author: Guido Günther <agx sigxcpu org>
Date: Sat Feb 6 19:28:18 2021 +0100
Make the desktop file match the DBus name
src/.gitignore | 2 +-
src/Makefile.am | 4 ++--
src/krb5-auth-dialog.appdata.xml.in | 2 +-
...krb5-auth-dialog.desktop.in => org.gnome.KrbAuthDialog.desktop.in} | 0
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/.gitignore b/src/.gitignore
index 3c6ac84..9eb8ba0 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,6 +1,6 @@
krb5-auth-dialog
krb5-auth-dialog.1
-krb5-auth-dialog.desktop
+org.gnome.KrbAuthDialog.desktop
krb5-auth-dialog.schemas
org.gnome.KrbAuthDialog.service
org.gnome.KrbAuthDialog.gschema.valid
diff --git a/src/Makefile.am b/src/Makefile.am
index 188cf76..b8a6991 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,12 +4,12 @@ bin_PROGRAMS = krb5-auth-dialog
man_MANS = krb5-auth-dialog.1
autostartdir = $(sysconfdir)/xdg/autostart
-autostart_in_files = krb5-auth-dialog.desktop.in
+autostart_in_files = org.gnome.KrbAuthDialog.desktop.in
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
desktopdir = $(datadir)/applications
-desktop_in_files = krb5-auth-dialog.desktop.in
+desktop_in_files = org.gnome.KrbAuthDialog.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
gsettings_SCHEMAS = org.gnome.KrbAuthDialog.gschema.xml
diff --git a/src/krb5-auth-dialog.appdata.xml.in b/src/krb5-auth-dialog.appdata.xml.in
index 09a53bc..81b0902 100644
--- a/src/krb5-auth-dialog.appdata.xml.in
+++ b/src/krb5-auth-dialog.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Guido Günther <agx sigxcpu org> -->
<component type="desktop">
- <id>krb5-auth-dialog.desktop</id>
+ <id>org.gnome.KrbAuthDialog.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<_name>Kerberos Authentication Dialog</_name>
<_summary>Request, renew and view Kerberos tickets</_summary>
diff --git a/src/krb5-auth-dialog.desktop.in b/src/org.gnome.KrbAuthDialog.desktop.in
similarity index 100%
rename from src/krb5-auth-dialog.desktop.in
rename to src/org.gnome.KrbAuthDialog.desktop.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]