[Pkg-utopia-maintainers] Bug#496245: "dbus-launch --exit-with-session" doesn't
Harald Dunkel
harald.dunkel at t-online.de
Sat Aug 23 19:32:57 UTC 2008
Package: dbus-x11
Version: 1.2.1-3
Traditionally I run xinit from my .bash_profile. Here is the code:
startx="xinit -- -quiet"
if test -x /usr/bin/dbus-launch; then
startx="/usr/bin/dbus-launch --exit-with-session $startx"
fi
$startx
According to the man page "dbus-launch --exit-with-session" is
supposed to kill dbus-daemon when the XWindow session terminates,
but it doesn't. Instead it reads every second character from my
login terminal, which is pretty annoying. And of course dbus-daemon
keeps on running, too.
Regards
Harri
More information about the Pkg-utopia-maintainers
mailing list