In case anyone else hits this, perhaps this will help...

Another user ran into this very issue on a Debian system but removing
gimp and reinstalling didn't fix the issue.

In order to find the conflicting library, the user removed gimp and it's
dependencies then searched for any remaining libraries to manually
remove:

$ sudo apt-get remove --purge gimp
$ sudo find / -iname "*babl*"
$ sudo find / -iname "*gegl*"
$ sudo find / -iname "*gimp*" 

Remove any lingering libraries before re-installing gimp.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in Ubuntu.
https://bugs.launchpad.net/bugs/1865166

Title:
  undefined symbol: gegl_rectangle_subtract

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1865166/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to