13

From a fresh Ubuntu 12.04 install I tried multiple desktops, and settled on KDE. One problem I have with it is how scrollbars are displayed in Thunderbird:

enter image description here

In Gimp, Dolphin, Firefox there are completely normal scrollbars. I checked on unity and this didn't happen there.

How do I change this?

Jorge Castro
  • 73,717
if4124l
  • 131

2 Answers2

2
sudo apt-get autoremove overlay-scrollbar*
Seth
  • 59,332
0

It's possible that the other apps look different because while using GTK they may be using a different version, GTK2 vs GTK3. You should search for oxygen-GTK and verify that you have a GTK3 and GTK2 version installed to cover both of the major gnome toolkits.

sean_m
  • 331