dbus/SOURCES/ssh-x-forwarding.csh

7 lines
204 B
Tcsh
Raw Normal View History

2021-05-18 06:40:44 +00:00
# DBus session bus over SSH with X11 forwarding
if ( $?SSH_CONNECTION == 0 ) exit
if ( $?DISPLAY == 0 ) exit
if ( $SHLVL > 1 ) exit
setenv GDK_BACKEND x11
eval `dbus-launch --auto-syntax --exit-with-x11`