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