I use Ubuntu 16.04.5. I had decided to try Plasma 5 desktop and did this:
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update
sudo apt install kubuntu-desktop
I've kept lightdm
during installation.
After the process finished I faced several problems with Plasma 5: It loaded dramatically slow and showed several windows with error messages. Moreover it ate 70% of my RAM which is ~2.5 Gb.
I had switched to Unity in login manager and deleted Plasma:
sudo add-apt-repository -r ppa:kubuntu-ppa/backports
sudo apt purge kubuntu-desktop
sudo apt autoremove
But it looks some parts of kde are still in my system: I see KDE default cursor in login manager and in some Qt applications and when I turn on my computer I see Kubuntu
logo instead of Ubuntu
. I can live with startup logo but appearance of KDE cursor sometimes is annoying. How to fix it?