diff options
author | Anssi Hannula <anssi@mageia.org> | 2011-12-05 02:47:35 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mageia.org> | 2011-12-05 02:47:35 +0000 |
commit | 7ddc58b429741dfe0ffab09d1165122a855a37f9 (patch) | |
tree | 8ab1f8b04f41cb4e7770afc26ee130901583fa21 /menu | |
parent | eef7340f9bb8f20e24c36b46e238654491faf0ee (diff) | |
download | common-data-7ddc58b429741dfe0ffab09d1165122a855a37f9.tar common-data-7ddc58b429741dfe0ffab09d1165122a855a37f9.tar.gz common-data-7ddc58b429741dfe0ffab09d1165122a855a37f9.tar.bz2 common-data-7ddc58b429741dfe0ffab09d1165122a855a37f9.tar.xz common-data-7ddc58b429741dfe0ffab09d1165122a855a37f9.zip |
show applications with category System in ToolsMore if not shown elsewhere
Non-native System category applications were previously not always
displayed anywhere.
However, they are actually useful for other desktops (and if not, should
have OnlyShowIn/NotShowIn), so have them in ToolsMore.
Add an exception for KDE system settings to not appear on non-KDE.
This fixes e.g. avahi-discover to show up in KDE.
Diffstat (limited to 'menu')
-rw-r--r-- | menu/applications.menu.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/menu/applications.menu.in b/menu/applications.menu.in index a3489c1..b929f54 100644 --- a/menu/applications.menu.in +++ b/menu/applications.menu.in @@ -507,6 +507,13 @@ <Category>Settings</Category> <Category>Monitor</Category> <Category>DiscBurning</Category> + <And> + <Category>System</Category> + <Not> + <!-- do not show KDE system settings here on non-KDE (shown in SystemTools on KDE) --> + <Filename>kde4-systemsettings.desktop</Filename> + </Not> + </And> </Or> </And> </Include> |