35902d
# DBus session bus over SSH with X11 forwarding
35902d
if ( $?SSH_CONNECTION == 0 ) exit
35902d
if ( $?DISPLAY == 0 ) exit
35902d
if ( $SHLVL > 1 ) exit
35902d
setenv GDK_BACKEND x11
35902d
eval `dbus-launch --auto-syntax --exit-with-x11`