Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
'Heal Selection' Missing from Gimp on Ubuntu 20.04
#4
Fixed.

Thanks all. I'd chopped out the flatpak subsystem because of the overheads, so I tried downloading Ubuntu 18.10's  gimp-python and installing it manually, fixing any dependencies it complained about, and amazingly it was really straightforward. Just two packages needed to be downloaded, which had no replacements to clash with, so although it's a bit of a hack, it seems safe enough. I'd already had to install a whole bunch of Python 2 packages for Inkscape, so the extra overhead wasn't significant for me. Heal-selection works. GMIC QT works.

 
Code:
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gimp/gimp-python_2.10.8-2_amd64.deb

sudo apt install gimp gimp-plugin-registry gimp-gmic
sudo apt install python python-cairo python-gobject-2

sudo dpkg -i python-gtk2_2.24.0-6_amd64.deb
sudo dpkg -i gimp-python_2.10.8-2_amd64.deb
Reply


Messages In This Thread
gimp-python missing in Ubuntu 20.04 - solution - by Dave Rove - 05-21-2020, 08:39 PM

Forum Jump: