The Ubuntu package that broke my Thunderbird

My scrollbar buttons were not visible in my Thunderbird on Kubuntu. Today I noticed that this is a known bug.

Simply check which overlay-scrollbar packages are installed:

dpkg --get-selections | grep overlay-scrollbar
liboverlay-scrollbar-0.2-0 install
liboverlay-scrollbar3-0.2-0 install
overlay-scrollbar install

Then remove them

apt-get remove overlay-scrollbar liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0

Be happy. 🙂