[seahorse] Drop daemon autostart file



commit 395506b50e0a60aea0c73397f98ee918a48fe153
Author: Martin Pitt <martin pitt ubuntu com>
Date:   Mon Jan 25 10:56:02 2010 +0100

    Drop daemon autostart file
    
    Do not install an autostart desktop file for the daemon any more. It takes a
    lot of CPU resources on startup, and is not needed for most day to day
    operations. The SSH/GPG agent functionality does not need it at all, and for
    the GUIs (seahorse-preferences and the nautilus plugins) a slightly increased
    startup cost is a small price to pay for getting a faster desktop startup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608012

 configure.in                         |    1 -
 daemon/Makefile.am                   |    8 --------
 daemon/seahorse-daemon.desktop.in.in |   13 -------------
 3 files changed, 0 insertions(+), 22 deletions(-)
---
diff --git a/configure.in b/configure.in
index a262ac3..8d5de04 100644
--- a/configure.in
+++ b/configure.in
@@ -608,7 +608,6 @@ pixmaps/scalable/Makefile
 pkcs11/Makefile
 src/Makefile
 src/seahorse.desktop.in
-daemon/seahorse-daemon.desktop.in
 ssh/Makefile
 daemon/Makefile
 reference/Makefile
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 34e872f..670b64f 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -61,15 +61,8 @@ seahorse_daemon_LDADD = \
 
 man_MANS = seahorse-daemon.1
 
-#autostart
-desktopdir = $(sysconfdir)/xdg/autostart
-desktop_in_files = seahorse-daemon.desktop.in 
-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
- INTLTOOL_DESKTOP_RULE@
-
 EXTRA_DIST = \
     $(man_MANS) \
-    seahorse-daemon.desktop.in \
     seahorse-service.xml \
     seahorse-service-keyset.xml \
     seahorse-service-crypto.xml \
@@ -79,7 +72,6 @@ EXTRA_DIST = \
     org.gnome.seahorse.service.in
 
 CLEANFILES = *.bak \
-    $(desktop_DATA) \
     seahorse-daemon.desktop.in \
     org.gnome.seahorse.service
 



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