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 333854 - Should use NoDisplay=true for .desktop file
Should use NoDisplay=true for .desktop file
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: VPN: vpnc
0.6.6
Other Linux
: Normal normal
: ---
Assigned To: Christopher Aillon
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2006-03-08 06:29 UTC by Christopher Aillon
Modified: 2006-03-08 06:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple fix (495 bytes, patch)
2006-03-08 06:38 UTC, Christopher Aillon
committed Details | Review

Description Christopher Aillon 2006-03-08 06:29:05 UTC
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182666

For nm-vpnc.desktop, we _only_ want the desktop file to setup the association between .pcf files and the properties dialog for e.g. launching the import program from double clicking / opening an attachment. Specifically we really don't want to show "VPN Connection Manager (vpnc)" in the menus.
Comment 1 Christopher Aillon 2006-03-08 06:32:12 UTC
Actually, I think the downstream bug is wrong.  We want NoDisplay=true.
Comment 2 Christopher Aillon 2006-03-08 06:38:48 UTC
Created attachment 60885 [details] [review]
Simple fix

Patch I committed to fix this.