Bug#681241: dbus-x11: prevent dbus-launch if it is already started

2015-02-14 Thread Simon McVittie
Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=61301 Control: tags -1 pending On Tue, 03 Jun 2014 at 11:20:59 +0100, Simon McVittie wrote: > If you want to start a dbus-daemon at the beginning of Xsession.d (or > even before Xsession.d), to get the intended behaviour of environ

Bug#681241: dbus-x11: prevent dbus-launch if it is already started

2014-06-03 Thread Simon McVittie
On 03/06/14 10:03, Martin Pitt wrote: > Many display managers > (gdm, lightdm, etc.) already start a session D-BUS, so starting > another one in Xsession.d/ seems redundant. That hasn't normally led > to bugs, but we just encountered a situation (due to wrong startup > ordering, i. e. a bug) where

Bug#681241: dbus-x11: prevent dbus-launch if it is already started

2014-06-03 Thread Martin Pitt
Hello, incidentally I just stumbled about this as well. Many display managers (gdm, lightdm, etc.) already start a session D-BUS, so starting another one in Xsession.d/ seems redundant. That hasn't normally led to bugs, but we just encountered a situation (due to wrong startup ordering, i. e. a bu

Bug#681241: dbus-x11: prevent dbus-launch if it is already started

2012-07-12 Thread Panayiotis Karabassis
Thanks. Actually I came to the same conclusion and my final solution is to wrap awesome in an awesome-after-gnome-keyring script. (Coming up with a single sh command was too much for me :-) ). I placed in Xsession.d a script just after the the startup command is determined (around 56) to do the sub

Bug#681241: dbus-x11: prevent dbus-launch if it is already started

2012-07-12 Thread Simon McVittie
On 11/07/12 17:42, Panayiotis Karabassis wrote: > I wanted to have access to the gnome-keyring in my awesome-wm session. Hence I > added "gnome-keyring-daemon --start" to my .xsessionrc. This however did not > work (for example subversion would hang while accessing its key) because > -apparently- g

Bug#681241: dbus-x11: prevent dbus-launch if it is already started

2012-07-11 Thread Panayiotis Karabassis
Package: dbus-x11 Version: 1.5.12-1 Severity: normal Dear Maintainer, I have been facing problems with DBus on a system running the awesome window manager. I believe other non-Gnome manager are affected too. I wanted to have access to the gnome-keyring in my awesome-wm session. Hence I added "gn