diff --git a/scripts/xinitrc.in.in b/src/scripts/xinitrc.in.in index 405da2c..7c07ae2 100755 --- a/scripts/xinitrc.in.in +++ b/scripts/xinitrc.in.in @@ -133,15 +133,15 @@ fi ################## # Use dbus-launch if installed. -if test x"$DBUS_SESSION_BUS_ADDRESS" = x""; then - if which dbus-launch >/dev/null 2>&1; then - eval `dbus-launch --sh-syntax --exit-with-session` - # some older versions of dbus don't export the var properly - export DBUS_SESSION_BUS_ADDRESS - else - echo "Could not find dbus-launch; Xfce will not work properly" >&2 - fi -fi +#if test x"$DBUS_SESSION_BUS_ADDRESS" = x""; then +# if which dbus-launch >/dev/null 2>&1; then +# eval `dbus-launch --sh-syntax --exit-with-session` +# # some older versions of dbus don't export the var properly +# export DBUS_SESSION_BUS_ADDRESS +# else +# echo "Could not find dbus-launch; Xfce will not work properly" >&2 +# fi +#fi # this is only necessary when running w/o xfce4-session xsetroot -solid black -cursor_name watch