After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662409 - libmenu: Ignore invalid desktop entries
libmenu: Ignore invalid desktop entries
Status: RESOLVED FIXED
Product: gnome-menus
Classification: Core
Component: libgnome-menu
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-menus dummy account
gnome-menus dummy account
Depends on:
Blocks: 661628
 
 
Reported: 2011-10-21 18:01 UTC by Florian Müllner
Modified: 2011-10-24 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libmenu: Ignore invalid desktop entries (1.21 KB, patch)
2011-10-21 18:01 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2011-10-21 18:01:40 UTC
See patch and bug 661628 for context.
Comment 1 Florian Müllner 2011-10-21 18:01:42 UTC
Created attachment 199677 [details] [review]
libmenu: Ignore invalid desktop entries

Both "Name" and "Exec" are mandatory keys according to the desktop
entry spec; some .desktop files missing one or the other have been
spotted in the while, so ignore them explicitly.
Comment 2 Vincent Untz 2011-10-24 11:48:32 UTC
Thanks for the patch!