#1 Add equivalent check for $DISPLAY = :* to ssh-x-forwarding.csh
Opened 9 months ago by orion. Modified 9 months ago
rpms/ orion/dbus ssh-x-csh  into  c8s

@@ -1,6 +1,7 @@ 

  # DBus session bus over SSH with X11 forwarding

  if ( $?SSH_CONNECTION == 0 ) exit

  if ( $?DISPLAY == 0 ) exit

+ if ( $DISPLAY =~ :* ) exit

  if ( $SHLVL > 1 ) exit

  setenv GDK_BACKEND x11

  

no initial comment
Metadata