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



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to