After installing the Evolution and Geary e-mail clients, Ubuntu desktop and application GUIs are messed up. See screenshot below for an example; as you can see, tabs are not separated anymore, and buttons (Revert, Close) are not drawn.
How can I restore the previous desktop/GUI appearance, without re-installing Ubuntu?
Things I have tried:
- purge Evolution and Geary
- purge and reinstall
ubuntu-desktop
(from console, CTRL+ALT+F1) - purge and reinstall
unity
(from console, CTRL+ALT+F1) rm -rf ~/.compiz-1 ~/.config/compiz-1
Running Ubuntu 16.04 with its default desktop.
On Ubuntu 18.04 +
Gnome Tweaks
This method will reset all the themes, icons, etc.
First, install Gnome Tweaks:
Then launch gnome tweaks:
Then navigate to Appearance → Then application theme → Yaru → Icon theme → Yaru and everything to YARU or Adwaita.
You can also check the title bar group and other groups to find other settings
Dconf editor.
This method will remove all configurations. Use with caution!
Install dconf editor:
The above command will fetch almost 3MB of archives.
To reset everything, run:
Manually resetting.
You can use the dconf editor to manually reset selected things.
Run the dconf-editor:
Navigate to
/org/gnome
(or any other path).Right-click on the desired setting.
Select reset.
Click the bottom check-mark button.
Note: I would recommend doing all the above commands in a Virtual terminal instead of GUI.