[gnome-disk-utility] notify: Avoid failure on startup



commit 78034ca97df5621a52b8ad522859a7da58a7544b
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jan 9 17:56:25 2017 +0100

    notify: Avoid failure on startup
    
    With the new g-s-d architecture, we needed to start the helper as soon
    as possible, but starting it as part of the initialisation of the
    session meant that we would have needed to register with the session.
    
    We don't need to start this early, and it's easier to start in the
    background as an app, and not register.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772863#c9

 ...ome.SettingsDaemon.DiskUtilityNotify.desktop.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/notify/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop.in 
b/src/notify/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop.in
index 1121c5e..8e2a561 100644
--- a/src/notify/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop.in
+++ b/src/notify/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop.in
@@ -4,6 +4,4 @@ Name=gnome-disk-utility notification plugin for GNOME Settings Daemon
 Exec=@libexecdir@/gsd-disk-utility-notify
 OnlyShowIn=GNOME;
 NoDisplay=true
-X-GNOME-Autostart-Phase=Initialization
-X-GNOME-Autostart-Notify=true
 X-GNOME-AutoRestart=true


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