[Pkg-maemo-commits] r289 ./hildon-desktop/ubuntu: * Use dbus-launcher to avoid having a million orphaned dbus processes

Tollef Fog Heen tfheen at err.no
Mon Jul 30 11:10:11 UTC 2007


------------------------------------------------------------
revno: 289
committer: Tollef Fog Heen <tfheen at err.no>
branch nick: hildon-desktop
timestamp: Mon 2007-07-30 13:10:11 +0200
message:
  * Use dbus-launcher to avoid having a million orphaned dbus processes
    lying about.
modified:
  debian/changelog
  debian/start-hildon
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-07-30 11:08:21 +0000
+++ b/debian/changelog	2007-07-30 11:10:11 +0000
@@ -1,6 +1,8 @@
 hildon-desktop (0.0.21-1ubuntu2) UNRELEASED; urgency=low
 
   * Update start-hildon to use the mobilebasic theme if it is available.
+  * Use dbus-launcher to avoid having a million orphaned dbus processes
+    lying about.
 
  -- Tollef Fog Heen <tfheen at ubuntu.com>  Mon, 30 Jul 2007 13:08:05 +0200
 

=== modified file 'debian/start-hildon'
--- a/debian/start-hildon	2007-07-30 11:08:21 +0000
+++ b/debian/start-hildon	2007-07-30 11:10:11 +0000
@@ -14,7 +14,7 @@
 export LC_ALL=en_GB.UTF-8
 export LANGUAGE=en_GB.UTF-8
 
-export DBUS_SESSION_BUS_ADDRESS=$(dbus-daemon --session --fork --print-address)
+export $(dbus-launch --exit-with-session)
 
 /usr/lib/libgconf2-4/gconfd-2 &
 



More information about the Pkg-maemo-commits mailing list