From Fedora Project Wiki
Description
GNOME Wayland Session
Setup
- Boot a Fedora Workstation live image or default installed system
- If using an installed system, use the default session when logging in
How to test
- Check Wayland is used by default:
ps -C Xwayland
will usually show one or two instances, andps -C Xorg
should show none - Launch applications both with the X11 backend and with the Wayland backend
- GDK_BACKEND=x11 gedit
- GDK_BACKEND=wayland gnome-calculator
Expected Results
- The desktop will appear as normal, no visible difference from the X11 session
- Applications work