Actions
tickets #117901
closedtickets #117442: [Regression] Regression test for SLED
tickets #117745: [Regression][General] General components of regression tests
[Regression][General] Wayland: switch among desktop sessions when Wayland is enabled
Start date:
2022-10-11
Due date:
% Done:
0%
Estimated time:
Relevance:
P0
Description
SLED15 is using Wayland by default, there are two ways to figure out
which type of session you're running.
Wayland session should have WAYLAND_DISPLAY variable set, X11 session should not have it:
$ echo $WAYLAND_DISPLAY
wayland-0loginctl can give you this information.
First run 'loginctl' in terminal and find your session number
(it should be an integer number, with your username and seat assigned).
Then look at the session type (x11 or wayland):
$ loginctl show-session <YOUR_NUMBER> -p Type
Type=x11/wayland
Steps:
- Log in using the default desktop session(GNOME), launch gedit and
cheese
from activities overview, then drag the app window and adjust the window size. - Check if you are running a Wayland session, change your resolution.
- Log out, click the gear button on log in screen, switch to 'SLE
classic' then log in.
- launch gedit and cheese from activities overview, then drag the app
window and
adjust the window size. Check if you are running a Wayland session and your resolution. - Log out, click the gear button on log in screen, switch to
'GNOME-Classic' then log in.
- launch gedit and cheese from activities overview, then drag the app
window and
adjust the window size. Check if you are running a Wayland session and your resolution. - Log out, click the gear button on log in screen, switch to 'GNOME on
Xorg' then log in.
- Check if you are running a X session and change your resolution.
- Log out, click the gear button on log in screen, switch to 'icewm'
then log in.
- Check if you are running a X session.
Expected Results:
- Log in to desktop successfully, applications work fine.
- Your session type should be wayland and your resolution should be
changed.
- Log in to desktop successfully.
- Applications work fine, your session type should be x11 and the
resolution change
should be kept. - Log in to desktop successfully.
- Applications work fine, your session type should be x11 and the
resolution change
should be kept. - Log in to desktop successfully.
- Your session type should be x11 and the resolution could be
changed.
- Log in to desktop successfully.
- Your session type should be x11.
Updated by zcjia almost 2 years ago
- Status changed from New to Resolved
- Relevance changed from P5 to P0
Tested in Beta3.
Updated by zcjia 12 months ago
- Copied to tickets #150080: [Regression][General] Wayland: switch among desktop sessions when Wayland is enabled added
Actions