12

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?

enter image description here

Enterprise
  • 12,002
  • 11
  • 60
  • 105
  • Use `dpkg -L kolourpaint` to see what files came with the package. – waltinator Dec 25 '20 at 20:12
  • OK. I ran this command, and then I did a `diff` between the output and the official list of files included with this package at https://packages.ubuntu.com/groovy/amd64/kolourpaint/filelist and they are exactly the same. – Enterprise Dec 25 '20 at 21:07
  • 1
    happening also in Ubuntu 22.04, I applied N0rbert's fix below, and it works – xCovelus Oct 28 '22 at 17:17

2 Answers2

12

You have to install Breeze theme meta-package with

sudo apt-get install breeze

and then restart KolourPaint application.

N0rbert
  • 97,162
  • 34
  • 239
  • 423
0

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.