Package: quick-lounge-applet
Version: 2.12.5-4
Severity: important

quick-lounge-applet imports the DBUS_SESSION_BUS_ADDRESS environment
variable from bonobo-activation-server.  As this daemon might outlive
a user's X session it is possible that it inherits an old address,
not longer valid.  It seems to be common to fix up each and every
applet, so a patch for yours is attached.

I would be happy to sponsor a maintainer upload if necessary.

Kind regards,
Philipp Kern
diff -u quick-lounge-applet-2.12.5/debian/changelog quick-lounge-applet-2.12.5/debian/changelog
--- quick-lounge-applet-2.12.5/debian/changelog
+++ quick-lounge-applet-2.12.5/debian/changelog
@@ -1,3 +1,11 @@
+quick-lounge-applet (2.12.5-4+nmu1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Do not import DBUS_SESSION_BUS_ADDRESS from bonobo-activation-server,
+    fixing interaction with b-a-s left over from previous sessions.
+
+ -- Philipp Kern <[EMAIL PROTECTED]>  Mon, 04 Aug 2008 16:40:46 +0200
+
 quick-lounge-applet (2.12.5-4) unstable; urgency=low
 
   * debian/control: homepage field moved to the source section. 
only in patch2:
unchanged:
--- quick-lounge-applet-2.12.5.orig/src/GNOME_QuickLoungeApplet_Factory.server.in.in
+++ quick-lounge-applet-2.12.5/src/GNOME_QuickLoungeApplet_Factory.server.in.in
@@ -10,6 +10,9 @@
 	</oaf_attribute>
 	<oaf_attribute name="name" type="string" _value="Quick Lounge Factory"/>
 	<oaf_attribute name="description" type="string" _value="Factory for the Quick Lounge applet"/>
+	<oaf_attribute name="bonobo:environment" type="stringv">
+		<item value="DBUS_SESSION_BUS_ADDRESS"/>
+	</oaf_attribute>
 
 </oaf_server>
 

Reply via email to