0

I'm experiencing several problems in gnome (standard 17.10 installation) after the installation of KDE (just for testing purposes). The main problem is the absence of application icons on the right side of the panel. Where usually icons for teamviewer, dropbox etc. would appear, nothing is displayed after the installation of KDE. Other problems include different fonts in some applications and different mouse cursors, but those are minor things.

How can i reset gnome back to the default settings?

  • Do you want to uninstall kde as well? Usually kde and gnome don't work very well when installed at the same time. – Gustav Jan 23 '18 at 11:57
  • Yes. KDE was only installed for testing purposes. – matejmarti Jan 23 '18 at 12:21
  • I guess you use the default icons? Try sudo apt install --reinstall ubuntu-mono. Also, make sure the correct theme is selected under "Icons" in unity tweak tool (sudo apt install unity-tweak-tool) – Gustav Jan 23 '18 at 19:37

1 Answers1

0

Open a terminal: (Ctrl + Alt + T)

sudo apt purge kubuntu-desktop

This is based on Restore qt integration after removing KDE:

sudo apt-get purge oxygen-cursor-theme oxygen-cursor-theme-extra oxygen-icon-theme oxygen-icon-theme-complete gtk2-engines-oxygen gtk3-engines-oxygen kde-style-oxyge

Now reboot

Gustav
  • 459
  • 2
  • 13
  • Well, it worked for the most part. Fonts and cursors are back to normal. The application icons in the panel are not fully restored. It shows teamviewer but not megasync. So it seems there is something else messed up. – matejmarti Jan 23 '18 at 17:41
  • Update: It worked. I'm not sure why, but it seems that it needed more than one restart. I'll accept your answer. – matejmarti Jan 24 '18 at 13:30