Star Hype News.

Premium celebrity moments with standout appeal.

news

Resynthesizer GIMP 2.10/14 Windows vs Ubuntu 18.04

By Sophia Bowman

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 ?

1

2 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.

3

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 *.deb

In addition you should install the plugins.

sudo apt install gimp-plugin-registry

Thanks to xenoid.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy