[gnome-user-share/kathenas/gnome-user-share-master] data: Fix gnome-user-share being visible in menus



commit 12496c9cd7fe5aea64838593776c03074b13e951
Author: Phil Wyett <philwyett kathenas org>
Date:   Sun Mar 10 14:14:44 2019 +0000

    data: Fix gnome-user-share being visible in menus
    
    gettext will mangle the empty Categories line in the .desktop file, and
    merge it with the following "NoDisplay=true" line.
    
    See: http://lists.gnu.org/archive/html/bug-gettext/2019-03/msg00017.html
    
    Closes: #4

 data/gnome-user-share-webdav.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/gnome-user-share-webdav.desktop.in.in b/data/gnome-user-share-webdav.desktop.in.in
index 4e5429d..40c1c32 100644
--- a/data/gnome-user-share-webdav.desktop.in.in
+++ b/data/gnome-user-share-webdav.desktop.in.in
@@ -8,5 +8,5 @@ Icon=folder-remote
 Exec=@libexecdir@/gnome-user-share-webdav
 Terminal=false
 Type=Application
-Categories=
 NoDisplay=true
+Categories=


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]