Le 07-09-16 à 22:54, Stefan Bruda a écrit :
gimp-print is deprecated. gutenprint is the new version (and new name) of gimp-print, so you should uninstall it.
I kind of figured it out for myself by now. The Print menu however should cease to offer a gimp-print-based entry in this case.
The print plugin you see is gimp's own, not gimp-print's.
Now that I am looking at it, I also note that the jp2 plugin has problems:
dyld: Library not loaded: libopenjpeg-2.1.2.0.dylib Referenced from: /opt/local/lib/gimp/2.0/plug-ins/jp2 Reason: image not found
although libopenjpeg-2.1.2.0.dylib does exist:
< godel:~ > ll /opt/local/lib/libopenjpeg-2.1.2.0.dylib -rwxr-xr-x 2 root wheel 130592 Aug 11 12:59 /opt/local/lib/ libopenjpeg-2.1.2.0.dylib*
This looks like a problem I thought was fixed ... can you send me the output of
otool -L /opt/local/lib/gimp/2.0/plug-ins/jp2
Sure thing, here it is.
[...]
libopenjpeg-2.1.2.0.dylib (compatibility version 0.0.0, current version 0.0.0)
The problem is here. My gues is that you have to upgrade openjpeg to revision 1 which fixed this exact problem. yves