PDA

View Full Version : [SOLVED] blank desktop after reboot ubuntu 13.10



duronjoshua
November 27th, 2013, 12:40 AM
I was trying to configure an alternative openbox environment on ubuntu 13.04.
I can't exactly remember what I edited, I think it was just the .rc files for some panels and menus, so I'm not too sure what could have caused a problem. Anyway, after logging back into my unity environment, I had only the sidebar and top panel, the area that would normally be my desktop was just black. I ran gsettings set org.gnome.settings-daemon.plugins.background active true , and it brought back my wallpaper, but that was it. My folders listed in the directory aren't showing up on on the desktop, nor can I interact with it in anyway (right click, select etc)

Tutorials I used

http://www.maketecheasier.com/configure-andcustomize-openbox/
(http://www.maketecheasier.com/configure-andcustomize-openbox/)
http://cookieshq.co.uk/posts/openbox-a-windows-environment-for-hackers/
(http://cookieshq.co.uk/posts/openbox-a-windows-environment-for-hackers/)
http://ndever.net/articles/linux/install-openbox-ubuntu-1304-1310


Any help and/or suggestions would be greatly apreciated

chrissie-c-l
November 27th, 2013, 12:47 AM
seems like I just got the same problem as you and just posted another forum topic as it at the same time. Hopefully this bug gets fixed.

duronjoshua
November 27th, 2013, 12:54 AM
heh
I'm not sure if it was a bug or an error on my part. I edited a few .rc scripts, but I can't think of one that would effect nautilus that way.

duronjoshua
November 27th, 2013, 12:55 AM
sudo gsettings set org.gnome.desktop.background show-desktop-icons false; &

gsettings set org.gnome.desktop.background show-desktop-icons false;

I THINK IT MIGHT BE THIS

duronjoshua
November 27th, 2013, 12:57 AM
Sure enough, that fixed it. Do you remember doing something similar? @Chrissie
I just changed the statements to true and it fixed everything

mc4man
November 27th, 2013, 01:28 AM
When you run gsettings with 'sudo' you are setting root's gsettings not your user, so generally that should be avoided.