Can you guess which DE's theme does my windows use? And how to recover my Ubuntu to fully use the GNOME theme?
Installing (and uninstalling) alternative desktops will often mess up the default environment. There are a couple of options that may restore the default Gnome desktop but, be warned, this will restore stock settings. Any customisations that you have made will be wiped clear.
Option 1: Reset Gnome
The simplest is to reset the Gnome Desktop settings:
- Open Terminal (if it's not already open)
- Reset Gnome:
Note: Do not do this via SSH. You must be on the machine itself.dconf reset -f /org/gnome/
Option 2: Reinstall the Desktop Environment
Sometimes a reinstallation of ubuntu-desktop
is necessary:
- Open Terminal (if it's not already open)
- Reinstall the Desktop Environment:
sudo apt install --reinstall ubuntu-desktop
One of these two ought to get you back to a default Ubuntu Gnome desktop.