GNOME Bugzilla – Bug 168336
[KDE Desktop Entry] generates odd behavior
Last modified: 2005-03-08 18:01:24 UTC
I have some desktop files with this group in them. gnome-menus seems to include a lot of information from this group, but not all the information. Specifically, it includes Exec, Name, and Icon, but not NoDisplay which means that a .desktop that shouldn't show up does. I'd be fine with either these entries being thrown out or being fully parsed and obeyed.
Created attachment 38110 [details] [review] fix-kde-desktop-entry.patch This should fix it, it'd be good if you could try it out and confirm
Will be in 2.10.1 2005-03-08 Mark McLoughlin <mark@skynet.ie> Fix bug #168336 - weirdness with .desktop files which use [KDE Desktop Entry] as the main group. * libmenu/desktop-entries.c: (get_flags_from_key_file), (get_categories_from_key_file): use the actual desktop entry group name.