Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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 proper is a protocol specification. By it itself, it's completely inert and it's all up to an implementation.

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.


> The fact that they've thrown all that responsibility on DEs without so much as a HOWTO on how to reach parity is ridiculous.

Well, all DEs (excepting maybe Xfce?) have members in the work groups that design the wayland protocol extensions, so it can be assumed that people are well aware of what needs to be done.

Wayland has a default implementation called Weston, but I'm not sure that any of its devs cared enough to implement the extensions which are responsible for all the other bits that you mentioned.


X11 is just a protocol specification. By it itself, it's completely inert and it's all up to an implementation.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: