diff options
-rw-r--r-- | debian/patches/0001-Add-categories-to-desktop-file.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0001-Add-categories-to-desktop-file.patch b/debian/patches/0001-Add-categories-to-desktop-file.patch new file mode 100644 index 0000000..d217276 --- /dev/null +++ b/debian/patches/0001-Add-categories-to-desktop-file.patch @@ -0,0 +1,22 @@ +From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org> +Date: Tue, 27 Sep 2011 11:52:37 +0200 +Subject: Add categories to desktop file + +BZ: #660227 +--- + src/krb5-auth-dialog.desktop.in | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/src/krb5-auth-dialog.desktop.in b/src/krb5-auth-dialog.desktop.in +index 6f02571..7c2223a 100644 +--- a/src/krb5-auth-dialog.desktop.in ++++ b/src/krb5-auth-dialog.desktop.in +@@ -5,6 +5,7 @@ Exec=krb5-auth-dialog + Terminal=false + Type=Application + Icon=krb-valid-ticket ++Categories=GNOME;GTK;Utility;Network; + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=krb5-auth-dialog + X-GNOME-Bugzilla-Component=general +-- |