I was wondering how to reset Ubuntu's theme to default because I installed a new theme and now everything is broken despite already resetting the theme.
When I logout it goes to a blank screen and says low graphics mode and I can't do anything else so I have to reboot.
I am unable to show you the login screen and in gnome session nothing loads it is blank.
Ubuntu 13.10
I used Gnome tweak to enable the theme
– Billy_2lgit_2qt Jan 09 '14 at 17:13gsettings set org.gnome.desktop.interface gtk-theme 'Ambiance'
orsudo apt-get purge flattastic-suite
. You can also try reporting the problem to the devloper. The packages you installed may of replaced the existing default ones, which might of caused the problem and might be why resetting the theme did not work. – Wilf Jan 09 '14 at 18:18sudo apt-get install ppa-purge
thensudo ppa-purge ppa:noobslab/themes
. You can do these commands from tty - press Ctrl + Alt + F2 for fortty2
, and Ctrl + Alt + F7 to return to the graphical tty. – Wilf Jan 09 '14 at 18:31