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