Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4792

Networking and servers • Re: login to raspi with ssh -X; bookworm runs Xwayland; see xeyes on raspi display not desktop

$
0
0
all-inclusive solution:

Code:

$ waypipe ssh -X username@remotehost# to display on remotehost$ export DISPLAY=":0"$ export WAYLAND_DISPLAY="wayland-1"# or to display on local desktop# in bashrc before setting display include line# WAYLAND_DISPLAY_ORIG=$WAYLAND_DISPLAY# then later you can do this to return display to desktop$ export DISPLAY="localhost:10.0"$ export WAYLAND_DISPLAY=$WAYLAND_DISPLAY_ORIG

Statistics: Posted by garberw — Fri Mar 01, 2024 6:10 am



Viewing all articles
Browse latest Browse all 4792

Trending Articles