You are not logged in.

#1 2023-02-09 16:26:40

DesparateColly
Member
Registered: 2023-02-09
Posts: 4

GIMP Resynthesizer plugin stopped working

GIMP Resynthesizer plugin stopped working, it happened suddenly, everything worked before, plugin was installed via AUR, but I doubt that this is the problem, reinstalling from source did not help.
If run GIMP through console, it gives an error Cairo

ImportError: /home/dc/.local/lib/python2.7/site-packages/cairo/_cairo.so: undefined symbol: cairo_tee_surface_index

Sorry if this is in the wrong section.

Offline

#2 2023-02-09 16:40:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: GIMP Resynthesizer plugin stopped working

you'd need to rebuild python2-cairo against the latest cairo.

Moving to AUR issues.

Offline

#3 2023-02-09 17:11:10

DesparateColly
Member
Registered: 2023-02-09
Posts: 4

Re: GIMP Resynthesizer plugin stopped working

V1del wrote:

you'd need to rebuild python2-cairo against the latest cairo.

Moving to AUR issues.

Did not help

Thanks for move

Offline

#4 2023-02-09 17:29:44

DesparateColly
Member
Registered: 2023-02-09
Posts: 4

Re: GIMP Resynthesizer plugin stopped working

Problem was solved by deleting _cairo.so in home direction

rm /home/username/.local/lib/python2.7/site-packages/cairo/_cairo.so

And creating a symlink

ln -s /usr/lib/python2.7/site-packages/cairo/_cairo.so /home/username/.local/lib/python2.7/site-packages/cairo/_cairo.so

Topic can be closed.

Offline

#5 2023-02-16 18:09:32

akovia
Member
Registered: 2014-12-16
Posts: 15

Re: GIMP Resynthesizer plugin stopped working

Any chance someone could suggest another way to fix this?

I do not have _cairo.so or even the cairo directory in my

~/.local/lib/python2.7/site-packages

Tried creating the cairo directory and symlinking a copy of _cairo.so into my home directory, but no joy.

Edit:
*sigh*
Sorry for the noise. I ended up forcing removal of of python2-cairo and did a clean rebuild and all is right in the world again.

Last edited by akovia (2023-02-16 18:19:26)

Offline

#6 2023-02-19 20:51:48

kononow
Member
Registered: 2023-02-19
Posts: 1

Re: GIMP Resynthesizer plugin stopped working

Thanks a lot guys.

Offline

Board footer

Powered by FluxBB