Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | From fb1f83c04dd5262897b09e60fa8b39090d0d4619 Mon Sep 17 00:00:00 2001 |
| 2 | From: Rex Dieter <rdieter@math.unl.edu> |
| 3 | Date: Thu, 12 Nov 2015 13:53:03 -0600 |
| 4 | Subject: [PATCH] fix Name/Comment fields |
| 5 | |
| 6 | Validate as a valid .desktop file per |
| 7 | http://standards.freedesktop.org/desktop-entry-spec/latest/ |
| 8 | |
| 9 | See also issue #2 |
| 10 | |
| 11 | Upstream-Status: Applied [1] |
| 12 | |
| 13 | [1] https://github.com/ncopa/xfce-polkit/commit/fb1f83c04dd5262897b09e60fa8b39090d0d4619 |
| 14 | --- |
| 15 | xfce-polkit.desktop.in | 4 ++-- |
| 16 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 17 | |
| 18 | diff --git a/xfce-polkit.desktop.in b/xfce-polkit.desktop.in |
| 19 | index 8575896..dd9f09c 100644 |
| 20 | --- a/xfce-polkit.desktop.in |
| 21 | +++ b/xfce-polkit.desktop.in |
| 22 | @@ -1,7 +1,7 @@ |
| 23 | [Desktop Entry] |
| 24 | Type=Application |
| 25 | -_Name=XFCE PolKit |
| 26 | -_Comment=Policykit Authentication Agent |
| 27 | +Name=XFCE PolKit |
| 28 | +Comment=Policykit Authentication Agent |
| 29 | Exec=@xfce_polkit_libexecdir@/xfce-polkit |
| 30 | Icon=gtk-dialog-authentication |
| 31 | NotShowIn=GNOME;KDE; |
| 32 | -- |
| 33 | 2.14.3 |
| 34 | |