diff options
author | Matija Skala <mskala@gmx.com> | 2017-05-06 12:44:29 +0200 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2017-05-07 16:45:17 -0400 |
commit | b5c407cdeec7729cd22fcb122453f81db91a79d8 (patch) | |
tree | 12542b554ba6b015dbc3b1f7da6732456449df0f /net-misc | |
parent | dev-python/visitor: Add python3_6 (diff) | |
download | gentoo-b5c407cdeec7729cd22fcb122453f81db91a79d8.tar.gz gentoo-b5c407cdeec7729cd22fcb122453f81db91a79d8.tar.bz2 gentoo-b5c407cdeec7729cd22fcb122453f81db91a79d8.zip |
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'
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wicd/files/wicd-1.7.2.4-fix-desktop-categories.patch | 4 |
1 files 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 d2b856236606..0ccbd7833b23 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 |