Skip to content

Experimenting with Wayland

Leonhard edited this page May 28, 2024 · 10 revisions

If you are interesting in hacking on Pantheon's Wayland support, you will need to build session-settings with Wayland support:

meson build --prefix=/usr -Dwayland=true
cd build
ninja install

Once the Wayland session is installed, the greeter should offer the choice between Pantheon and Pantheon (Wayland).

Gala already can run in Wayland mode and as of now it's somewhat usable with wingpanel and the new dock being positioned correctly. However there are and will be a number of other bugs that haven't been found yet. Here be dragons.

Development progress is being tracked in this project

To use X11 apps you need to install Xwayland:

sudo apt install xwayland
Clone this wiki locally