Xorg / wayland chooser option missing from sddm in plasma 6.4 22 June 2025, 14:42:04 After upgrading to plasma 6.4, the Xorg / Wayland, the option to choose Xorg / Wayland is missing from the login page in sddm. How can this be re-enabled once again? Quote Selected
Re: Xorg / wayland chooser option missing from sddm in plasma 6.4 Reply #1 – 22 June 2025, 14:57:54 This is a guess:Install the now separate package kwin_x11. Quote Selected
Re: Xorg / wayland chooser option missing from sddm in plasma 6.4 Reply #2 – 22 June 2025, 15:29:01 Quote from: gripped – on 22 June 2025, 14:57:54This is a guess:Install the now separate package kwin_x11.I have both the kwin-x11 and the plasma-x11-session installed. Quote Selected
Re: Xorg / wayland chooser option missing from sddm in plasma 6.4 Reply #3 – 22 June 2025, 15:41:52 kwin-x11 has indeed been split off from kwin by Arch. They say to install kwin-x11 if you want x11, but that is not correct as it will not provide an x11 session. The correct solution would be to install plasma-x11-session. In Arch that is an optional package.For Artix users no manual action should be needed as plasma-x11-session is installed as a dependency, and not optional.artist Quote Selected
Re: Xorg / wayland chooser option missing from sddm in plasma 6.4 Reply #4 – 22 June 2025, 15:50:08 Quote from: Artist – on 22 June 2025, 15:41:52kwin-x11 has indeed been split off from kwin by Arch. They say to install kwin-x11 if you want x11, but that is not correct as it will not provide an x11 session. The correct solution would be to install plasma-x11-session. In Arch that is an optional package.For Artix users no manual action should be needed as plasma-x11-session is installed as a dependency, and not optional.artistIn the previous post I said that I have both installed but the option still does not show. Quote Selected
Re: Xorg / wayland chooser option missing from sddm in plasma 6.4 Reply #5 – 22 June 2025, 15:55:12 If plasma-x11-session is installed correctly, what is the output of:ls -l /usr/share/xsessions/artist Quote Selected
Re: Xorg / wayland chooser option missing from sddm in plasma 6.4 Reply #6 – 22 June 2025, 16:21:18 It is an empty folder. Whereas reverting back to 6.3.5 creates a desktop shortcut named plasmax11.desktop.Code: [Select]total 0 Quote Selected
Re: Xorg / wayland chooser option missing from sddm in plasma 6.4 Reply #7 – 22 June 2025, 16:39:04 Quote from: teyuss – on 22 June 2025, 15:50:08In the previous post I said that I have both installed but the option still does not show.plasma-x11-session can't have been installed right as it only contains one file which is:/usr/share/xsessions/plasmax11.desktopI installed sddm to test it, and all the entries I'd expect to be in the list of sessions were showing up. Quote Selected Last Edit: 22 June 2025, 22:55:00 by gripped
Re: Xorg / wayland chooser option missing from sddm in plasma 6.4 Reply #8 – 22 June 2025, 17:22:42 I had installed the plasma-x11-session but for some reason it did not install the .desktop file. I used pacman with an overwrite option and it solved the issue. Quote Selected