r20066 - in /desktop/unstable/seahorse/debian: changelog patches/02_service_autostart.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed May 20 18:13:18 UTC 2009


Author: joss
Date: Wed May 20 18:13:17 2009
New Revision: 20066

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20066
Log:
02_service_autostart.patch: don’t daemonize seahorse-daemon when it 
is autostarted by D-Bus, otherwise the first invocation will always 
fail. Thanks Sjoerd for the explanations.

Added:
    desktop/unstable/seahorse/debian/patches/02_service_autostart.patch
Modified:
    desktop/unstable/seahorse/debian/changelog
    desktop/unstable/seahorse/debian/patches/series

Modified: desktop/unstable/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/changelog?rev=20066&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/changelog (original)
+++ desktop/unstable/seahorse/debian/changelog Wed May 20 18:13:17 2009
@@ -7,6 +7,9 @@
   * Change seahorse.install accordingly.
   * Rename 90_autoconf.patch to 90_autotools.patch, and regenerate it 
     with the full stack this time.
+  * 02_service_autostart.patch: don’t daemonize seahorse-daemon when it 
+    is autostarted by D-Bus, otherwise the first invocation will always 
+    fail. Thanks Sjoerd for the explanations.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 20 May 2009 19:54:51 +0200
 

Added: desktop/unstable/seahorse/debian/patches/02_service_autostart.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/02_service_autostart.patch?rev=20066&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/patches/02_service_autostart.patch (added)
+++ desktop/unstable/seahorse/debian/patches/02_service_autostart.patch Wed May 20 18:13:17 2009
@@ -1,0 +1,12 @@
+GNOME #583356
+
+Index: seahorse-2.26.1/daemon/org.gnome.seahorse.service.in
+===================================================================
+--- seahorse-2.26.1.orig/daemon/org.gnome.seahorse.service.in	2009-05-20 20:03:31.030954898 +0200
++++ seahorse-2.26.1/daemon/org.gnome.seahorse.service.in	2009-05-20 20:03:51.475300325 +0200
+@@ -1,4 +1,3 @@
+ [D-BUS Service]
+ Name=org.gnome.seahorse
+-Exec=@bindir@/seahorse-daemon
+-
++Exec=@bindir@/seahorse-daemon --no-daemonize

Modified: desktop/unstable/seahorse/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/patches/series?rev=20066&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/patches/series (original)
+++ desktop/unstable/seahorse/debian/patches/series Wed May 20 18:13:17 2009
@@ -1,4 +1,5 @@
 01_autostart_path.patch
+02_service_autostart.patch
 08_force_ssh.patch
 90_autotools.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list