wayland-x11-compat-protocols icon indicating copy to clipboard operation
wayland-x11-compat-protocols copied to clipboard

The missing Wayland protocols for features that are available in X11 (but are denied by the official Wayland protocols)

Results 15 wayland-x11-compat-protocols issues
Sort by recently updated
recently updated
newest added

What exactly is the goal of this repo. I don't believe the end game for protocols added here should be for this repo to become a hard alternative to wayland-protocols...

I find it really annoying that in the Wayland world, the code that generates server-side window decorations (a.k.a. window title bars) is baked into the "display server" itself (Wayland compositor)....

People think that Wayland is only wayland-protocols and the restricted protocols provided by it but that's not true. Qt: https://github.com/qt/qtwayland/blob/dev/src/extensions/qt-shell-unstable-v1.xml Plasma: https://invent.kde.org/libraries/plasma-wayland-protocols/-/blob/master/src/protocols/plasma-shell.xml I heard there's also mir-shell protocol invented by...

List Microsoft Windows features that are impossible to do with today's Wayland (without additional software such as Portals, Pipewire, D-Bus, etc.). Contributions welcome.

One item I miss in your list here, and also in https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277, is the lack of a standard protocol for setting the keyboard layout. See the discussion under https://github.com/calamares/calamares/pull/2180. The...

In X11, there is the concept of a "window" which can be referred to by its unique Window ID (wid). On Wayland, there is `zwlr_foreign_toplevel_handle_v1` and `xdg_toplevel`. Apparently the latter...

> The windowing system is not the place to restrict what applications are and are not allowed to do. Realistically for Wayland this ship has sailed, but we ofc should...

> The windowing system is not the place to restrict what applications are and are not allowed to do. Some types of users or use cases may require some level...

The thing is pipewire and portals all ready exist but may be hard to use so for the things that can be done with wayland but require a shift in...

Hello friends! This is a project set up to brainstorm about the "missing Wayland protocols", the stuff that would be needed to bring Wayland closer to X11 functionality. This project...