Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
releng:wayland_roadmap [2024/12/29 01:02] – [Applications] xfce4-screenshooter andreldm | releng:wayland_roadmap [2025/09/01 22:57] (current) – [Applications] Update note about screenshooter andreldm |
---|
| xfconf | yes | | | | xfconf | yes | | |
| [[#xfdesktop]] | yes | See below | | | [[#xfdesktop]] | yes | See below | |
| [[#xfwm4]] | no | | | | xfwm4 | no | | |
| [[#xfce4-power-manager]] | yes | See below | | | [[#xfce4-power-manager]] | yes | See below | |
| tumbler | yes | | | | tumbler | yes | | |
* Workspaces support needs an X11/Wayland abstraction, and could use the wlr-workspace-unstable-v1 protocol on Wayland. | * Workspaces support needs an X11/Wayland abstraction, and could use the wlr-workspace-unstable-v1 protocol on Wayland. |
* Listing all toplevel windows (windowlist menu, window icons on desktop) needs an X11/Wayland abstraction, and could use the wlr-foreign-toplevel-management-unstable-v1 protocol on Wayland. | * Listing all toplevel windows (windowlist menu, window icons on desktop) needs an X11/Wayland abstraction, and could use the wlr-foreign-toplevel-management-unstable-v1 protocol on Wayland. |
| |
=== xfwm4 === | |
| |
* Unofficial port to Wayland in progress: https://github.com/adlocode/xfwm4/tree/wayland | |
| |
=== xfce4-settings === | === xfce4-settings === |
=== xfce4-screenshooter === | === xfce4-screenshooter === |
| |
Originally Wayland wasn't meant to have protocols allowing screenshots ([[https://gitlab.freedesktop.org/wayland/wayland/-/issues/32|see here]]), that is about to change with [[https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4545|new proposed protocols]]. In the meantime we decided to use wlroots' [[https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/blob/master/unstable/wlr-screencopy-unstable-v1.xml|screencopy protocol]] because that's probably what our compositor will support. | Originally Wayland wasn't meant to have protocols allowing screenshots ([[https://gitlab.freedesktop.org/wayland/wayland/-/issues/32|see here]]), but that changed with [[https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4545|new protocols]]. As the capturing protocols were in development, we added screenshooting support using wlroots' [[https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/blob/master/unstable/wlr-screencopy-unstable-v1.xml|screencopy protocol]] because that's probably what our compositor will based on. It's very likely that ''wlr-screencopy-unstable-v1'' support will be dropped in favor of exclusively ''ext-image-capture-source-v1'' and ''ext-image-copy-capture-v1''. |
| |
At the moment only Entire Screen screenshots are supported ([[https://gitlab.xfce.org/apps/xfce4-screenshooter/-/merge_requests/52|xfce4-screenshooter!52]]), Rectangle Selection will be implemented next but Active Window is going to be much trickier, perhaps we'll need a custom protocol for our compositor to take care of that. | At the moment only Entire Screen screenshots are supported ([[https://gitlab.xfce.org/apps/xfce4-screenshooter/-/merge_requests/52|xfce4-screenshooter!52]]), Rectangle Selection will be implemented next but Active Window is going to be much trickier, perhaps we'll need a custom protocol for our compositor to take care of that. |