From Fedora Project Wiki
mNo edit summary |
(tweak test case to be applicable to current Fedora (Wayland is default)) |
||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
# | # Boot a Fedora Workstation live image or default installed system | ||
# If using an installed system, use the default session when logging in | |||
|actions= | |actions= | ||
# | # Check Wayland is used by default: {{command|ps -C Xwayland}} will usually show one or two instances, and {{command|ps -C Xorg}} should show none | ||
# Launch applications both with the X11 backend and with the Wayland backend | # Launch applications both with the X11 backend and with the Wayland backend | ||
## GDK_BACKEND=x11 gedit | ## GDK_BACKEND=x11 gedit |
Latest revision as of 00:30, 12 October 2016
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