For years now #GIMP has been crashing on my laptop on startup (rendering it unusable).
-
For years now #GIMP has been crashing on my laptop on startup (rendering it unusable). This seems to be gegl related judging by the backtrace, and may be relate to the
«Two different plugins tried to register 'gegl_op_save_pixbuf'.»
error I get before the segfault. I've tried looking online how to tell *which* plugins are at fault, but the results weren't particularly helpful. So here's the procedure I've finally used to solve the issue:
1/2
-
The relevant plugins seem to be located in /usr/lib/x86_64-linux-gnu/gegl-0.4 (on my machine), so I did a:
dpkg -S /usr/lib/x86_64-linux-gnu/gegl-0.4/*
to find where each file was coming from. As it happens, most were coming from the libgegl-0.4-0t64 package, but a few were not. Some of these had names that hinted at them being leftovers from an improperly cleaned up upgrade. I removed them (actually renamed them to ${name}.disabled), and now GIMP starts.
*phew*
2/2
-
G gustavinobevilacqua@mastodon.cisti.org shared this topic