I tried out kubuntu-desktop
on vanilla 20.10 but now I'm done with that and want to remove it. No matter what I do I can still select Plasma on the login screen, I still have a kubuntu boot screen, my minimize/maximize buttons are wrong in Gnome, ugly icons everywhere... The list goes on.
I've tried:
- apt remove kubuntu-desktop, and then autoremove. I've come across some statements saying that that's not expected to work, but no explanation of why that shouldn't work. Not even after reading up on meta packages do I see why that shouldn't work.
- The instructions on https://help.ubuntu.com/community/FromUbuntuToKubuntu. The output to the command just gives a long list of everything that's not installed, which doesn't help me.
- Looking at various similar questions here with 6 year old answers with comments describing the various levels of broken the respective answer left their system in. I naturally did not try most of those.
- Tried to uninstall plasma-desktop, but no success, I can still select Plasma upon login.
I haven't manually installed any of the components of kubuntu-desktop
. I don't see why it's still supposed to be hanging on to all of its dependencies indefinitely from now on? Anyway, I'm now left with a Gnome desktop that's even worse than when I felt the need to investigate alternatives, which is not ideal.
Do I need to just wipe the entire OS, or is this recoverable in 2020?
plymouth
screen is really just a wallpaper, and whilst installed when you add a desktop, the removal of the desktop leaves it behind until it's changed by addition of anotherplymouth
, or you switching back to your prior used one. If you changed GTK settings whilst in Plasma, that impacts your GNOME setup too. Did youpurge
or onlyremove
? Did you return to usinggdm3
or leave it atsddm
? and have you rebooted? (as some details will still be in memory until you restart services or reboot...) – guiverc Dec 07 '20 at 08:28kubuntu-desktop
installed. In gnome I now get two different cursors depending on which app I hover over. I even get Kubuntu's completely broken scrolling behavior with the cursors. It's a mess, and since it's bleeding over into Gnome to this extent all of it has to go, not just a startup image. – Andreas Dec 07 '20 at 08:32kubuntu-desktop
installed, one should search in/var log/apt/history.log
– mook765 Dec 07 '20 at 08:38apt install kubuntu-desktop
, you canapt purge
to remove it & remove settings; however if you've also changed packages between the install & remove|purge steps, you may have caused them to be marked as manually installed thus they may not have been removed by the purge (ie. they are no longer seen as installed with kubuntu-desktop, but became linked to a later command you ran after the install & before the purge). You've not provided any details of what you did between theapt install
&apt purge
so I'd explore your command history/apt.logs for clues – guiverc Dec 07 '20 at 08:38kubuntu-desktop
, and needed to be added separately withplasma-workspace-wayland
, which seems to have held onto some things causing both versions of Plasma to remain available on the login screen. I think that with your original link I can now restore the last pieces without reinstalling. Thanks! – Andreas Dec 07 '20 at 09:18