Summary: | Allow setting NoShowIn= values in entries | ||
---|---|---|---|
Product: | [Applications] kmenuedit | Reporter: | denysonique <dennisonic> |
Component: | general | Assignee: | Julien Borderie <frajibe> |
Status: | ASSIGNED --- | ||
Severity: | wishlist | CC: | aseigo, frajibe |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
denysonique
2010-08-07 23:09:26 UTC
*** Bug 247013 has been marked as a duplicate of this bug. *** Does "Boabab" install a *.desktop file, and if yes, to which location? Make sure KDE can parse this location. /usr/share/applications/baobab.desktop [Desktop Entry] Name=Disk Usage Analyzer Name[en_GB]=Disk Usage Analyser Comment=Check folder sizes and available disk space Comment[en_GB]=Check folder sizes and available disk space TryExec=baobab Exec=baobab Icon=baobab Terminal=false Type=Application StartupNotify=true Categories=GTK;GNOME;System;Filesystem; NotShowIn=KDE; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gnome-utils X-GNOME-Bugzilla-Component=baobab X-GNOME-Bugzilla-Version=2.30.0 There is clearly defined NotShowIn=KDE;. Is there an option to show 'NotShowIn=KDE' or 'OnlyShowIn=GNOME' applications in KDE? "Is there an option to show 'NotShowIn=KDE' or 'OnlyShowIn=GNOME' applications in KDE?" no, as that is the entire point of NotShowIn .. to not show in. editing the .desktop file and removing that is the only way. i will make this report into a feature request for kmenuedit to provide this functionality. it can already show these hidden entries (it's an item in the configuration dialog), but it doesn't let one remove the NotShowIn entries. I take this feature. |