BuddiesOfBudgie / budgie-desktop

Budgie Desktop is a familiar, modern desktop environment.
https://buddiesofbudgie.org
GNU General Public License v2.0
957 stars 50 forks source link

Implement Wayland support in legacy Tasklist applet #472

Open JoshStrobl opened 1 year ago

JoshStrobl commented 1 year ago

This is a meta-tasklist for implementation of Wayland support in Legacy Tasklist applet, such as via use of libxfce4windowing. Strict usage of Wnck is not viable as that is limited to X11. libxfce4windowing is designed to support both X11 and Wayland.

EbonJaeger commented 1 year ago

Initial work on this can be found in the simple-tasklist branch. It even pretty much works, I think. It should most likely be ported to using the Windowing module in the icon-tasklist branch.