Lloyd Konneker

Results 103 comments of Lloyd Konneker

The solution is to use flatpak. gimp.org is packaging GIMP as a flatpak now, and that flatpak includes Python2 to support GIMP. A flatpak may support "extensions" i.e. plugins and...

For resynthesizer to work with Gimp 2.99 and 3.0, with the GimpFuV3 plugin, the plan is: Convert the resynthesizer plugins from Python 2 to Python 3. (Just a few lines...

The branch "deprecations" has Resynthesizer working on Gimp 2.99.x and Python 3 but like 2.99.x is beta quality, not for production use. And it requires my GimpFu v3 repository, which...

I will certainly be glad to remove the underscore once I have time to verify it is a problem. It is very strange that it should be a problem. The...

On 03/21/2013 05:53 AM, Garrett LeSage wrote: > I couldn't find any of the Python scripts in Gimp on my system, until > I looked around the filesystem. > >...

AFAIK it should be working. I briefly looked at the install scripts. The file configure.ac does: GIMP_LIBDIR=`$PKG_CONFIG --variable=gimplibdir gimp-2.0` which should define a symbol properly so that plugins are installed...

My system is Ubuntu16.04 64-bit. I just checked that Resynthesizer installs properly, but to /usr/local/lib/... (which is an Ubuntu quirk AFAIK and requires one to change preferences 'Folder' in GIMP...

Yes. The Resynthesizer only understands RGBA 8 bit. At a minimum, I should document that fact. Then the plugin should preflight that given images are in that precision, and not...

Thanks. Oops, I am not reading carefully enough. Your original statement seems to say that the plugin crashed in gimp_pattern_select_button_callback(), which is part of libgimp, not code of the plugin....

This is related to flatpack. See: https://askubuntu.com/questions/1044101/how-to-use-plugins-with-gimp-2-10-flatpak https://github.com/flathub/org.gimp.GIMP/issues/22 Briefly, I think I need to change the build scripts to install in a different place: where flatpack GIMP expects plugins. But...