Open Luthien-in-edhil opened 5 years ago
Er, I cheered a bit too soon. It works fine on the old (2011) iMac that I have at work; but doing the exact same thing, I cannot get it to work on my laptop (mid-2012 Macbook pro). Maybe it is because the iMac runs osx 10.12.something, and the laptop the newest Mojave 10.14.3?
Starting out with a fresh installation of the vanilla official Gimp build for the mac and a new Library/Application \Support/GIMP/2.10 directory similar as above, and then only installing the G'MIC build from this repository and starting Gimp from the command line, I get:
doriath:git luthien$ /Applications/GRA/GIMP-2.10.app/Contents/MacOS/gimp
(gimp-bin:29294): Gtk-WARNING **: 19:57:11.754: Locale not supported by C library.
Using the fallback 'C' locale.
2019-04-24 19:57:11.917 gimp-bin[29294:7247496] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
Cannot spawn a message bus without a machine-id: Unable to load /var/lib/dbus/machine-id or /etc/machine-id: Failed to open file ?/var/lib/dbus/machine-id?: No such file or directory
Fontconfig warning: ignoring UTF-8: not a valid region tag
GIMP-Error: Unable to run plug-in "spyro_plus.py"
(/Applications/GRA/GIMP-2.10.app/Contents/Resources/lib/gimp/2.0/plug-ins/spyro_plus.py)
Failed to execute child process ?/Applications/GRA/GIMP-2.10.app/Contents/Resources/lib/gimp/2.0/plug-ins/spyro_plus.py? (Exec format error)
dyld: Library not loaded: @rpath/libgimp-2.0.0.dylib
Referenced from: /Users/luthien/Library/Application Support/GIMP/2.10/plug-ins/gmic_gimp_qt
Reason: image not found
I see some of the same messages in this thread: https://github.com/mesonbuild/meson/issues/3077, but it's so odd that it works like a charm on the iMac.
Do you have any suggestion how to resolve this? Thanks!
First, many MANY thanks for these plugins! Especially the G'MIC one: with Gimp 2.10.10 on Mac OS it is so much faster than what I've seen before on Gimp 2.10.8 & 2.10.6 (in the Partha McGimp builds) that I was dumb-struck. No idea how that happened, but I like it a lot :)
I found one minor issue with the LiquidRescale plugin. I installed it as in your readme: starting from a new installation of Gimp 2.10.10, and moving the old ~/Library/Application Support/GIMP/2.10 directory out of the way so that a vanilla one was created:
Starting GIMP, I got two error pop-ups, for plug-ins gimp-lqr-plugin-orig and plug_in_lqr_iter-orig . The Problem Report details the cause as:
Obviously the path /Users/ USER / does not exist on my machine. But since these plugins seem to be duplicates from gimp-lqr-plugin and plug_in_lqr_iter (that load without errors) I just removed them from the plug-ins directory.
Thanks again!