0

I use Ubuntu 16.04 with the numix-gtk theme from the official repos. But I see a pixel error how can I solve this?

enter image description here

Hizqeel
  • 1,895
Hans70
  • 1

1 Answers1

0

This is not an issue with a newer version from Numix official PPA.

enter image description here

Delete the theme you installed from the official repos, and:

sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install-numix-gtk-theme

When you enable the theme for the first time it for some reasons will show white lines near the top border, but after a restart it will all be perfect.

Alex
  • 485