#1010725 Since some weeks, gimp icons are displays as identical cross

Package:
gimp
Source:
gimp
Description:
GNU Image Manipulation Program
Submitter:
Klaus Ethgen
Date:
2023-03-02 16:27:03 UTC
Severity:
important
#1010725#5
Date:
2022-05-08 13:33:07 UTC
From:
To:
Since several weeks, gimp displays only small identical icons with a red
cross instead of the tools icons or tab icons.

It is absolutly not usable this way as one has to wait for the context
help to pop up to see, which tool the mouse is over.

This might, however, be a bug ig GTK as inkscape, as I seen today,
suffers from the same bug. But here, the most icons are a landscape
paper image with an A (or a triangle with an exclamation mark) in it.

#1010725#10
Date:
2022-05-08 13:47:53 UTC
From:
To:
What icon theme are you using, and what version is it?

Do you have librsvg2-common installed?
unstable apt sources available.

Debian does not support the unofficial packages from deb-multimedia.org,
and those packages sometimes cause problems, although in this case it's
probably not directly relevant. For more information:
https://wiki.debian.org/DebianMultimedia/FAQ#There_is_.27Debian_Multimedia_Maintainers.27_and_.27deb-multimedia.org.27._So_what.27s_the_difference.3F

    smcv

#1010725#15
Date:
2022-05-08 14:52:17 UTC
From:
To:
Am So den  8. Mai 2022 um 14:47 schrieb Simon McVittie:

I don't know. How to see that?

Yes.

I use Devuan unstable.

I installed the debian version with the same problem. So libmypaint is
not the problem.
ii  libmypaint-1.5-1:amd64 1.6.0-2      amd64        brush library for mypaint

Regards
   Klaus

#1010725#20
Date:
2022-05-21 08:02:40 UTC
From:
To:
Hi,

I have some additional informations.

Now I found the setting for the icon theme. The error happens with the
"Color" theme (/usr/share/gimp/2.0/icons/Color) that is default. Also
all other except "Legacy" are broken. (Symbolic, Symbolic-High-Contrast,
Symbolic-Inverted, Symbolic-Inverted-High-Contrast)

So with "Legacy I can live now. (With that, I also find a setting to
switch back from the not so nice dark scheme, that is default for some
time, to default (system) scheme, that is bright and much more nice to
my eyes.)

Regards
   Klaus

#1010725#25
Date:
2022-05-21 09:44:22 UTC
From:
To:
Am Sa den 21. Mai 2022 um  9:02 schrieb Klaus Ethgen:

It seems that the reason is, that all icon themes except Legacy are not
png then svg images.

When I convert all svg to png, the icons are shown.

So, I think, there is a problem in gimp build process that the png
images are not created anymore.

Regards
   Klaus

#1010725#30
Date:
2023-03-02 16:13:21 UTC
From:
To:
Hello,
I had the same issue. For me librsvg2-common was not installed. After
installing it, the issue was gone.

sudo apt install -y librsvg2-common

Cheers,
        Thomas