When you run a graphical app with sudo within Kubuntu 15.04 it may cause these apps to write as root to .cache and other folders in your home directory. Subsequent boots may result in the desktop failing to load and you are left with a black screen and cursor. This is scheduled to be fixed in subsequent Plasma releases. In the meantime, if this happens to you the fix is to Ctrl+Alt+F2 which will open a terminal. Log in and enter:
Code:
sudo chown username:username ~/.cache/*
Obviously replace 'username' with your username. After a reboot, the desktop should load again. Thanks to Marcin Sagol for this fix.