Hello Catonano, > > loginctl > > and then > > loginctl show-session <SESSION_ID> -p Type > > if the session is on Wayland this should return > > Type=wayland ) >
I have executed the commands and it seems that we did not use wayland for GNOME. gloton@manada ~$ loginctl SESSION UID USER SEAT TTY c1 993 gdm seat0 tty7 c2 30011 gloton seat0 tty8 2 sessions listed. gloton@manada ~$ loginctl show-session c1 -p Type Type=x11 gloton@manada ~$ loginctl show-session c2 -p Type Type=x11 Thanks