commit: b5c407cdeec7729cd22fcb122453f81db91a79d8 Author: Matija Skala <mskala <AT> gmx <DOT> com> AuthorDate: Sat May 6 10:44:29 2017 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org> CommitDate: Sun May 7 20:45:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c407cd
net-misc/wicd: Add X-cat to .desktop for GNOME derivs "System" menus mate-1.12 shows Wicd inside of the 'Other' subcategory of the 'System' menu instead of the 'Internet and Network' category. Adding 'X-GNOME-NetworkSettings' or 'X-MATE-NetworkSettings' fixes this. nm-applet uses 'X-GNOME-NetworkSettings' net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index d2b85623660..0ccbd7833b2 100644 --- 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 @@ -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 @@ -1,5 +1,5 @@ [Desktop Entry] -Categories=Application;Network; -+Categories=Network;Settings;Utility; ++Categories=Network;Settings;Utility;X-GNOME-NetworkSettings; Exec=wicd-gtk --no-tray GenericName=Network Manager Icon=wicd-gtk @@ -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 @@ -1,5 +1,5 @@ [Desktop Entry] -Categories=Application;Network; -+Categories=Network;Settings;Utility; ++Categories=Network;Settings;Utility;X-GNOME-NetworkSettings; Exec=wicd-gtk --tray GenericName=Network Manager Icon=wicd-gtk
