Under Leap 15.1 any attempt to open the display with a $DISPLAY value different from :0.0 fails and generates the answer: <program>: can't open display <HOST>:0.0, aborting Under 13.2, an efficient work around was removing "-nolisten tcp" from the files /etc/X11/xinit/xserverrc and /etc/X11/xdm/Xservers as follows: diff /etc/X11/xinit/xserverrc /etc/X11/xinit/xserverrc.bak < args="$args" ---
args="$args -nolisten tcp"
------------------------------------------------------------- diff /etc/X11/xdm/Xservers /etc/X11/xdm/Xservers.bak < :0 local /usr/bin/X -br vt7 -keeptty ---
:0 local /usr/bin/X -nolisten tcp -br vt7 -keeptty
But these modifications do not help any more, because the failure not only happens at a request from outside (TCP) but also at a local request. What can I do to provide "setenv DISPLAY $HOST:0.0" making sense under Leap 15.1? Thanks in advance, Wolfgang -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org