FS#69816 - [gegl] GIMP Fails to start "GEGL operation missing"
Attached to Project:
Arch Linux
Opened by Eldred Habert (ISSOtm) - Saturday, 27 February 2021, 15:46 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 27 February 2021, 17:15 GMT
Opened by Eldred Habert (ISSOtm) - Saturday, 27 February 2021, 15:46 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 27 February 2021, 17:15 GMT
|
Details
## Description:
GIMP fails to start, popping up the following dialog: ``` GEGL operation missing! GIMP requires the GEGL operation "gegl:introspect". This operation cannot be found. Check your GEGL install and ensure it has been compiled with any dependencies required for GIMP. ``` No messages are printed to stdout, it then just exits with code 1. With `--verbose`, the following is output before that dialog: ``` Parsing '/etc/gimp/2.0/gimprc' for configured language. Parsing '/home/issotm/.config/GIMP/2.10/gimprc' for configured language. No language property found. INIT: gimp_load_config Parsing '/home/issotm/.config/GIMP/2.10/unitrc' Parsing '/etc/gimp/2.0/gimprc' Parsing '/home/issotm/.config/GIMP/2.10/gimprc' ``` ## Additional info: * package version(s): - gimp 2.10.22-1 - gegl 0.4.28-1 * No particular config * No upstream bugs found ## Steps to reproduce: - `gimp` |
This task depends upon
Closed by Antonio Rojas (arojas)
Saturday, 27 February 2021, 17:15 GMT
Reason for closing: Fixed
Additional comments about closing: gimp 2.10.22-2
Saturday, 27 February 2021, 17:15 GMT
Reason for closing: Fixed
Additional comments about closing: gimp 2.10.22-2
Comment by Doug Newgard (Scimmia) -
Saturday, 27 February 2021, 16:01 GMT
Comment by Doug Newgard (Scimmia) -
Saturday, 27 February 2021, 16:04 GMT
See
https://gitlab.gnome.org/GNOME/gegl/-/commit/1f50456de59c686941a861d299a63bfcd4126ee5
Verified that installing graphviz fixes it. It needs to be a dep
of gegl, either required or optional. If optional, it would need
to be added as required for GIMP.