I was doing
xkill
In a terminal window to close a non responsive program but clicked my Desktop instead of my program now all the icons and everything are gone, and restarting didn't fix it. What the hell did I do, and how do I fix it?
I was doing
xkill
In a terminal window to close a non responsive program but clicked my Desktop instead of my program now all the icons and everything are gone, and restarting didn't fix it. What the hell did I do, and how do I fix it?
sudo killalland notxkillto kill an application. Also, installhtop, runsudo htopand then you can use F9 and then 9 and then press enter and it will kill the app. – mchid Sep 12 '15 at 03:34startxand you should see relevant info about why it's not starting up. It should start on CTRL+ALT+F7 or CTRL+ALT+F7. To see the readout, go back to CTRL+ALT+F2. – mchid Sep 12 '15 at 03:39dpkg-reconfigure x11-commonselect console users and then try runningstartxagain. And don't use sudo to run startx. – mchid Sep 12 '15 at 04:00ls -la | grep Xauthorityto check the ownership permission on your~/.Xauthorityfile it should be owned by your user and not root. – mchid Sep 12 '15 at 04:06