Terminal, XFMedia, and D-BUS problems

Jasper Huijsmans jasper at xfce.org
Sat Mar 26 08:22:57 CET 2005


Erick wrote:
> Thanks for the tip.  However my /etc/xdg/xfce4/xinitrc has the following
> lines not commented out...
> 
> # Use dbus-launch if installed.
> if test x"$DBUS_SESSION_BUS_ADDRESS" = x""; then
> 	dbuslaunch=`which dbus-launch`
> 	if test x"$dbuslaunch" != x"" -a x"$dbuslaunch" != x"no"; then
> 		eval `$dbuslaunch --sh-syntax --exit-with-session`
> 	fi
> fi
> 

Hmm, I think I had that too. I changed it to

   exec dbus-launch --sh-syntax --exit-with-session xfce4-session

Maybe that will work for you?

	Jasper



More information about the Xfce mailing list