diff options
author | Dan Williams <dcbw@redhat.com> | 2015-04-27 14:52:19 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2015-04-27 14:52:19 -0500 |
commit | 2a7336451cb6f066dd7ea80bf9faed40881b0ebf (patch) | |
tree | ec94fedfde89274b8eacac49b73485d0e1539cb9 | |
parent | 6c50f00b60b5c887410c89fd82d2681fb0bd56aa (diff) | |
download | network-manager-applet-2a7336451cb6f066dd7ea80bf9faed40881b0ebf.tar.gz |
applet: don't autostart the applet in GNOME any more
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.
-rw-r--r-- | nm-applet.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nm-applet.desktop.in b/nm-applet.desktop.in index eca880b5..8f94a881 100644 --- a/nm-applet.desktop.in +++ b/nm-applet.desktop.in @@ -6,7 +6,7 @@ Exec=nm-applet Terminal=false Type=Application NoDisplay=true -NotShowIn=KDE; +NotShowIn=KDE;GNOME; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=NetworkManager X-GNOME-Bugzilla-Component=nm-applet |