I wanted to try out KDE on my Ubuntu. Then I found out I need another system (Kubuntu), but I found a way to install Plasma on regular Ubuntu (apt install kde-standard). I did so, and i succesfully logged in into KDE. At first, there was a problem: no matter which session I choose at the Session dropdown at the login screen, I can't get into GNOME. It worked for a bit, until it logged me out, and I couldn't log in back. I booted into recovery mode, dropped into root prompt, removed kde-standard and booted back. But the KDE login screen is there. And I can log in, but when I do, I get a yellow screen where I can slightly see GNOME. This lasts for a few seconds, then it crashes back to the log in screen. Is there a way to fix that without reinstalling?
neofetch --stdout
output (recovery root prompt):
root@Marcel-UBU
---------------
OS: Ubuntu 22.04.2 LTS x86_64
Host: MS-7D18 2.0
Kernel: 5.19.0-43-generic
Uptime: 1 min
Packages: 2469 (dpkg)
Shell: bash 5.1.16
Terminal: root
CPU: 11th Gen Intel i5-11400 (12) @ 4.400GHz
GPU: NVIDIA GeForce RTX 3060 Lite Hash Rate
Memory: 178MiB / 15896MiB
sddm
by default; that isn't part of KDE as its where you login & KDE Plasma or the DE only starts after you've logged in) or maybe theplymouth
screen... as these aren't part of the DEsktop you change them if you want something else. I don't understand your situation currently so can't offer any help – guiverc Jun 08 '23 at 03:02plymouth
, I've seen something about it on the boot console. @guiverc – MrArsikk Jun 08 '23 at 03:12kdm
, but Kubuntu usessddm
askdm
is largely deprecated... You can usesudo dpkg-reconfigure sddm
which will return to configuring it & select another (sddm
could be any installed DM too, eg.gdm3
is the default for recent Ubuntu Desktops with GNOME) FYI: Lubuntu using LXQt & Ubuntu Studio also usesddm
as their DM – guiverc Jun 08 '23 at 03:22