Resynthesizer GIMP 2.10/14 Windows vs Ubuntu 18.04
Managed to copy the necessary files to the plugins directory in Windows, and the resynthesizer tools work in Windows.
My question is, why is it so un-godly difficult to do the same thing in Linux and should it really be that way.
I'm running GIMP 2.10.14 on both platforms, but the Linux side of things is impossible, why is that ?
In Windows, all I had to do was copy the plugin scripts to the proper directory and presto, all is working.
This is not the case with Linux, and for the life in me I cannot understand why that would be so ?
Is there a real reason why this is the case ?
12 Answers
Because in Ubuntu, someone suddenly made the Gimp python support optional. If you have it, there is a Python-fu entry near the bottom of the Filters menu, and a few things that use Python scripts start working.
So make sure you installed the gimp-python package from the repos.
Probably the easiest solution is to install the appimage version of Gimp
An alternative answer is in the thread linked to by xenoid it works with the deb version of GIMP 2.10.18 in Ubuntu 20.04 (there are also snap and flatpack versions). What this does is to install the missing python integration by adding files from Ubuntu 18.10.
"heal selection missing GIMP ubuntu"
sudo apt install python2.7
sudo apt install python python-cairo python-gobject-2
wget
wget
sudo dpkg -i *.debIn addition you should install the plugins.
sudo apt install gimp-plugin-registry