summaryrefslogtreecommitdiff
path: root/nm-applet.desktop.in
Commit message (Collapse)AuthorAgeFilesLines
* applet: don't autostart the applet in GNOME any moreDan Williams2015-04-271-1/+1
| | | | | | | | | | Applet autostart was disabled by d6ffe34dc092926fb949449c182e8f27722b6b8b but re-enabled by e192e83c1aa136512a9d4f026f81677799af8127 after working out some issues with the GNOME shell watcher code. The only function of the applet's agent after that point was handling WWAN PIN auto-unlock, which should be done differently per 4473e6a48fcfda1d87d4a4bc9f5c0589235dcfe0. Thus autostart is no longer needed because GNOME Shell already handles all the necessary agent functionality.
* applet: redo the gnome-shell interaction codeDan Winship2013-10-281-1/+1
| | | | | | | | | | | | Change the shell interaction code so that we only create an NMSecretAgent if the shell is not running, and we permanently destroy it if the shell ever starts up. Revert the change to not run nm-applet under GNOME 3 now, since it should be safe to do so, and this solves the problem for users who need the GSM PIN unlock dialog. https://bugzilla.gnome.org/show_bug.cgi?id=709419
* Update .desktop filesDan Winship2013-08-011-3/+2
| | | | | | | | Don't autostart nm-applet in GNOME any more. Update bugzilla info for new components https://bugzilla.gnome.org/show_bug.cgi?id=705074
* applet: support notification filteringB.Prathibha2013-01-251-0/+1
| | | | | | | This gives gnome-shell a chance to apply notification filtering on this app. https://bugzilla.gnome.org/show_bug.cgi?id=692523
* Add NotShowIn=KDE to .desktop files (bgo #660046)Alexandre Rostovtsev2012-03-191-0/+1
| | | | | | | | | We do not want to autostart nm-applet in KDE, it has native tools for network configuration. But we still want to auto-start in other DEs like XFCE, and if we auto-start there, then we should show the connection editor there. https://bugzilla.gnome.org/show_bug.cgi?id=660046
* applet: use a better friendly application nameDan Williams2011-03-241-2/+3
|
* applet: remove --sm-disable from desktop autostart fileDan Williams2011-02-211-1/+1
| | | | Hasn't been an option for years.
* Patch from Kelemen Gábor <kelemeng@gnome.hu>Dan Williams2008-11-141-0/+11
2008-11-14 Dan Williams <dcbw@redhat.com> Patch from Kelemen Gábor <kelemeng@gnome.hu> * Makefile.am nm-applet.desktop.in nm-connection-editor.desktop.in po/POTFILES.in - Make desktop files translatable and fix up the descriptions to not suck (bgo #559636) svn path=/trunk/; revision=1019