|
|
|
|
|
by dale_glass
1007 days ago
|
|
Wayland proper is a protocol specification. By it itself, it's completely inert and it's all up to an implementation. The protocol uses shared memory buffers and file descriptors, so it can't be just transported through TCP as-is. You need something like waypipe, which parses part of the protocol, extracts things like file descriptors that won't make sense on the other end, and then reconstructs things on the destination. waypipe turns out not to be that complicated, it's just 15K lines of code. |
|
Wayland should have shipped with a default implementation that had screen sharing, recording, clipboard and everything else that x11 had by default. The fact that they've thrown all that responsibility on DEs without so much as a HOWTO on how to reach parity is ridiculous. I will never understand why anyone took their effort seriously.