Waycheck is a free and open source Wayland GUI application for Linux. Using Waycheck, you can connect your Wayland compositor and it displays the list of Wayland protocols that it supports. Not only this it also displays the list of protocols that it doesn’t support. It is based on Qt6 and released under Apache-2.0 open-source license.
How to Install Waycheck on Ubuntu
To install Waycheck, you need flatpak and flathub on your system. If you don’t have then install then using below commands and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that in the terminal app (ctrl+alt+t) run below Waycheck flatpak install command. It will install Waycheck on your system.
flatpak install flathub dev.serebit.Waycheck
You can open Waycheck using below command or via the Show Apps application menu from the Ubuntu dock.
flatpak run dev.serebit.Waycheck
And you can also uninstall Waycheck using below commands.
flatpak uninstall dev.serebit.Waycheck
[OR]
sudo flatpak uninstall dev.serebit.Waycheck