PDA

View Full Version : [SOLVED] GIMP fails to load after upgrade to 19.04



pablosquared
May 24th, 2019, 07:53 AM
Hi folks. After upgrading to 19.04, I find that GIMP now fails to load. On running it from CLI, I see the following error, and nothing further happens.



gimp: symbol lookup error: /usr/lib/libgimpcolor-2.0.so.0: undefined symbol: gegl_scratch_alloc


GEGL is installed. I tried both the distro version of GIMP, and a newer version from PPA, same issue with both.

Any ideas, anyone?

SeijiSensei
May 24th, 2019, 03:58 PM
Did you try updating gegl and babl manually as well?

brysq
May 25th, 2019, 05:10 PM
Solved as seen in:

https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1820088


sudo apt purge gimp
sudo apt purge libgegl-0.4-0
sudo apt install gimp

pablosquared
May 27th, 2019, 08:59 PM
Thank you! This indeed did the trick. Greatly appreciate the help.

pablosquared



Solved as seen in:

https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1820088


sudo apt purge gimp
sudo apt purge libgegl-0.4-0
sudo apt install gimp