[network-manager-applet/nma-1-0] applet: don't autostart the applet in GNOME any more



commit 0ebf982e2fb0ceafaad1670d0529fb961831358b
Author: Dan Williams <dcbw redhat com>
Date:   Mon Apr 27 14:52:19 2015 -0500

    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.
    
    (cherry picked from commit 2a7336451cb6f066dd7ea80bf9faed40881b0ebf)

 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 eca880b..8f94a88 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]