Lloyd Konneker

Results 103 comments of Lloyd Konneker

I am just guessing that the "procedure" that was not found was the C-language plugin resynthesizer.exe, that GIMP found the Python plugins which tried to call the C-language plugin (the...

Quick answer: copy the "resynthesizer" and "resynthesizer-gui" files also. They are also plugins. They are written in C and compiled to be executable (binaries.) The other plugins are written in...

Yes, you must build (make) this repository to create the binaries.

package named gimp-plugin-registry seems to be available for ubuntu 18.10 or earlier, and should work for GIMP 2.10 if you download the 64-bit package, and should contain the resynthesizer binaries....

I would start by running GIMP from a command line with the --verbose option. The goal is to see whether the resynthesizer executable C plugin successfully registers in the PDB....

Thanks. TLDR: I am working on it but don't have a solution yet. These are the pertinent lines: ``` Parsing 'C:\Users\cnlohr\AppData\Roaming\GIMP\2.10\pluginrc' Querying plug-in: 'c:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\file-rawtherapee\file-rawtherapee.exe' Querying plug-in: 'c:\Program Files\GIMP...

Open the pluginrc file in a text editor. Open the exact file that is printed on the console when your run gimp with the "--verbose" option, for example: ``` Parsing...

Yes, I don't see any problem with that idea. I would put them in the repo and make them installed instead of the Python versions, starting immediately. Keeping the Python...

> even for Script-Fu I've seen there's some minor difference FYI I am helping maintain ScriptFu in GIMP v3. There are a few more planned changes. But I agree, the...

Is that for MacOS? I don't understand why "osx" is in the name. If so, that's why it doesn't work. Forgive me, but the dropping of python2 from most distributions...