Currently, I have a Kubuntu 20.04.
After some item I've installed Unity, how I can switch back to KDE ?
Currently, I have a Kubuntu 20.04.
After some item I've installed Unity, how I can switch back to KDE ?
There two ways to proceed:
If your installation of Kubuntu is not corrupted then logout or reboot and select Plasma session on login screen.
If Kubuntu installation is corrupted, then (re)install Kubuntu desktop back by
sudo apt-get update
sudo apt-get install --reinstall kubuntu-desktop^
While executing above command confirm using SDDM as login screen, then reboot and select Plasma session on login screen.
sudo dpkg-reconfigure lightdm
and select SDDM here, then reboot.
– N0rbert
Nov 23 '21 at 05:08