Kolourpaint is missing icons in the tools pane on Ubuntu 20.10 when installed using sudo apt install kolourpaint.
Is there a solution that does not require using the snap version or changing the system icon theme?
Kolourpaint is missing icons in the tools pane on Ubuntu 20.10 when installed using sudo apt install kolourpaint.
Is there a solution that does not require using the snap version or changing the system icon theme?
You have to install Breeze theme meta-package with
sudo apt-get install breeze
and then restart KolourPaint application.
Installing breeze did not fix my problem. I had to install kolourpaint using snap:
sudo snap install kolourpaint
I then had to uninstall kolourpaint using apt-get:
sudo apt-get remove kolourpaint
That brought the icons back.