Loïc Minier wrote:
Hi,
On Sun, Feb 05, 2006, Freddy Freeloader wrote:
Below is the output from the grep command that you asked for. It comes
from a terminal when starting the gui with gdm, not startx.
/etc/X11/Xsession.d/75dbus_dbus-launch
This file is in charge of setting up a dbus session when you launch
"startx", could you please attach it so that I can compare with my
copy?
Thanks,
OK. You will find it attached to this email.
I have to say I really appreciate all your help. I didn't really know
what to expect as I've never reported any kind of bug before and your
response has been great. You're doing a great job as far as I'm
concerned.
Just a note for your information. After this coming Sunday I will be
gone Monday-Friday from now on as I'm starting a new job that is too far
away to commute daily. So, if you send an email that requires a
response and I don't respond for a few days that will be why.
Gary
# $Id:$
# In order to activate the session bus at X session launch
# simply place use-session-dbus into your /etc/X11/Xsession.options file
#
STARTDBUS=
DBUSLAUNCH=/usr/bin/dbus-launch
if grep -qs ^use-session-dbus "$OPTIONFILE"; then
if [ -x "$DBUSLAUNCH" ]; then
STARTDBUS=yes
fi
fi
if [ -n "$STARTDBUS" ]; then
STARTUP="$DBUSLAUNCH --exit-with-session $STARTUP"
fi