Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wicd/files/
Date: Sun, 07 May 2017 20:47:36
Message-Id: 1494189917.b5c407cdeec7729cd22fcb122453f81db91a79d8.np-hardass@gentoo
1 commit: b5c407cdeec7729cd22fcb122453f81db91a79d8
2 Author: Matija Skala <mskala <AT> gmx <DOT> com>
3 AuthorDate: Sat May 6 10:44:29 2017 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 20:45:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c407cd
7
8 net-misc/wicd: Add X-cat to .desktop for GNOME derivs "System" menus
9
10 mate-1.12 shows Wicd inside of the 'Other' subcategory of the 'System'
11 menu instead of the 'Internet and Network' category.
12 Adding 'X-GNOME-NetworkSettings' or 'X-MATE-NetworkSettings' fixes this.
13 nm-applet uses 'X-GNOME-NetworkSettings'
14
15 net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch b/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch
19 index d2b85623660..0ccbd7833b2 100644
20 --- a/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch
21 +++ b/net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch
22 @@ -4,7 +4,7 @@ diff -U 3 -dHrN wicd-1.7.2.4.orig/other/wicd.desktop wicd-1.7.2.4/other/wicd.des
23 @@ -1,5 +1,5 @@
24 [Desktop Entry]
25 -Categories=Application;Network;
26 -+Categories=Network;Settings;Utility;
27 ++Categories=Network;Settings;Utility;X-GNOME-NetworkSettings;
28 Exec=wicd-gtk --no-tray
29 GenericName=Network Manager
30 Icon=wicd-gtk
31 @@ -14,7 +14,7 @@ diff -U 3 -dHrN wicd-1.7.2.4.orig/other/wicd-tray.desktop wicd-1.7.2.4/other/wic
32 @@ -1,5 +1,5 @@
33 [Desktop Entry]
34 -Categories=Application;Network;
35 -+Categories=Network;Settings;Utility;
36 ++Categories=Network;Settings;Utility;X-GNOME-NetworkSettings;
37 Exec=wicd-gtk --tray
38 GenericName=Network Manager
39 Icon=wicd-gtk