this post was submitted on 11 Jun 2025
0 points (50.0% liked)

Linux

8169 readers
240 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 day ago (1 children)

@solardirus Yes, RDP, VNC, and SPICE do not USE X redirection so naturally they will work fine, but try this, while you are on one server using wayland, ssh -Y server into another, and then launch xsol or xclock or synaptic or any other X-application.

[โ€“] [email protected] 1 points 1 day ago* (last edited 1 day ago)

If I had a nickel for every time someone ignored me just to say something I directly address...

You are pretty blatantly referencing X11 Forwarding / Network Transparency.

I can't reasonably assume you actually read anything I say, but to briefly reiterate:

Checkout Waypipe. Here's a direct quote from the README:

Waypipe is a proxy for Wayland clients. It forwards Wayland messages and serializes changes to shared memory buffers over a single socket. This makes application forwarding similar to ssh -X feasible.

Have you tried this? What is disatisfactory about it? And if all else fails, is there really ANY problem with simply using VNC/etc? What real-world problem do you have that is uniquely solved with this?