This is mystifying me. I have tried all other solutions that I could find and none seem to work. The 'appearance' menu has disappeared from settings. I'm using gnome-classic. Here's what I've tried so far:
1) Right click -> Change desktop background
This just brings up settings
2) gnome-control-center background
Same as above which is annoying. It also brings up this:
[_LOG_LEVEL_FATAL 12:41:31.369606] Switchboard.vala:201: Couldn't find background.plug among the loaded settings.
[_LOG_LEVEL_FATAL 12:41:31.369641] Switchboard will not function properly.
3) apt-get install gnome-control-center-unity
to which I get E: Unable to locate package gnome-control-center-unity
background.plug
file. Are you running Elementary OS or Ubuntu with the Elementary desktop? Or having you installed the Elementary desktop in the past but now using gnome-classic? – iBelieve Sep 26 '13 at 13:23sudo apt-get purge gnome-session-fallback;sudo apt-get install gnome-session-fallback
– jobin Sep 30 '13 at 09:39sudo apt-cache check
andsudo apt-get -yqq install debsums; debsums -s
? If the first fails edit your question and add the results, if the second produce output the same. – Braiam Sep 30 '13 at 13:20E: Invalid operation check
– andy Sep 30 '13 at 14:41sudo apt-get check
not cache. BTW, you can only ping 1 person per comment, if you need to ping several at once just create one comment for each. – Braiam Oct 01 '13 at 20:40sudo apt-get --purge autoremove
and installsudo apt-get install debsums
and rundebsums -s
? – Braiam Oct 03 '13 at 13:00