[Edit]
+
0
-
0

Kubuntu 24.04 - enable wayland session

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Simple steps: # 1. open command line # 2. install plasma-workspace-wayland # sudo apt-get update sudo apt-get install plasma-workspace-wayland # 3. logout your user # 4. on user login screen switch session type to wayland (it should be located in the left bottom corner) # 5. login your user # 6. to verify wayland session use one approach: # a) open 'About this System' in 'System Settings' and check 'Graphics Platform' value. # b) execute `echo $XDG_SESSION_TYPE` in the command line.