On Thu, 2007-02-15 at 21:28 -0500, Jon Nettleton wrote: > For Fedora People running Core 6 here is an rpm. Note I also moved the > launcher from Internet to System Tools.
Btw, the launcher shouldn't show in the menus at all - the *only* reason there's a desktop file is to associate MIME types. This is already fixed for vpnc and here's some further discussion https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182666 http://bugzilla.gnome.org/show_bug.cgi?id=333854 Attached is a simple patch that should fix this. David
Index: ChangeLog =================================================================== --- ChangeLog (revision 2321) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2007-02-15 David Zeuthen <[EMAIL PROTECTED]> + + * nm-openvpn.desktop.in: Use NoDisplay=true since only reason for + the desktop is to setup a MIME type association (similar to #333854) + 2007-02-02 Dan Williams <[EMAIL PROTECTED]> * src/nm-openvpn-service.c Index: nm-openvpn.desktop.in =================================================================== --- nm-openvpn.desktop.in (revision 2321) +++ nm-openvpn.desktop.in (working copy) @@ -10,3 +10,4 @@ DocPath= Categories=GNOME;Application;Network; MimeType=application/x-openvpn-settings +NoDisplay=true
_______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
