Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 742 Bytes

waypipe.org

File metadata and controls

45 lines (31 loc) · 742 Bytes

waypipe

links

https://gitlab.freedesktop.org/mstoeckl/waypipe

https://forum.sailfishos.org/t/fun-with-remote-wayland-waypipe/16997

waypipe install

freebsd

sudo pkg install waypipe

ubuntu

sudo apt install waypipe

waypipe socket

freebsd

create the client socket in the ubuntu chroot tmp directory from the freebsd host

waypipe --socket /compat/ubuntu/tmp/waypipe.sock client &

ubuntu chroot create the server socket that matches the same path as the client socket in the tmp directory

waypipe --socket /tmp/waypipe.sock server qt5ct

kill

kill %1
rm /tmp/waypipe.sock