Actions
tickets #171538
opentickets #173341: [Regression] Regression test for SLED 15SP7
tickets #171517: [Regression][General] General components of regression tests
[Regression][General] Wayland: Run X applications in Wayland session
Start date:
2022-10-11
Due date:
% Done:
0%
Estimated time:
Relevance:
P1
Description
Note:
How To Detect If An App Runs On Wayland Or X-Wayland
- https://medium.com/@bugaevc/how-to-easily-determine-if-an-app-runs-on-xwayland-or-on-wayland-natively-8191b506ab9a
- https://fedoraproject.org/wiki/How_to_debug_Wayland_problems#Does_your_application_run_on_Wayland_natively.2C_or_uses_XWayland\_.28X11_compatibility_layer.29.3F
We use xeyes to detect if an app runs on Wayland or XWayland, you should
install 'xeyes' before testing. Launch xeyes and move mouse over a window. If
the eyes are moving, it’s an XWayland window, otherwise it’s a native Wayland
window.
Steps:
- Boot to desktop, use the default session(SLE-Classic) when logging
in, then launch xeyes.
- Launch gedit and move mouse over the window of gedit.
- Launch gedit via 'GDK_BACKEND=x11 gedit' and move mouse over the
window of gedit.
- Launch firefox, move mouse over the window of firefox. Then do some
random operation.
Expected Results:
- xeyes could be launched.
- The eyes should remain still.
- The eyes are moving, and gedit works fine.
- The eyes are moving, and firefox works fine.",2022-08-26
Actions