Ubuntu 22.04 adding gimp-python support - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage) +---- Forum: Linux and other Unixen (https://www.gimp-forum.net/Forum-Linux-and-other-Unixen) +---- Thread: Ubuntu 22.04 adding gimp-python support (/Thread-Ubuntu-22-04-adding-gimp-python-support) |
Ubuntu 22.04 adding gimp-python support - rich2005 - 06-08-2022 Moved on to Ubuntu 22.04 (or one of the spin-offs) ? Then installed Gimp only to find your python plugins no longer work. One option is use a Gimp flatpak, although it is sandboxed which has some drawbacks. This is about using the regular Gimp installation. I found the old packages to install gimp-python had too many incompatibilities, too many 'broken' to remove. Fortunately there is a linux 'appimage' that you can use to start a regular Gimp 2.10 and add python support. The appimage comes from here: https://github.com/TasMania17/Gimp-Appimages-Made-From-Debs/releases/tag/Gimp-Python2-AppImage-Launchers-for-Linux (edit: No longer needed if you use the appimage launcher So the installation procedure goes: Install Gimp 2.10 Code: sudo apt install gimp Install python 2.7 Code: sudo apt install python2 Put the appimage in its own folder, make sure it is executable, and from that folder unpack it. Code: ./gimp-mathmap-22-04jammy.AppImage --appimage-extract That creates a folder full of files squashfs-root and in there is a file AppRun which starts Gimp and adds python support. Easy This the inevitable video demo: for some reason I deleted this ? An extra: A regular Ubuntu being Gnome DE does not spoil the user with utilities. Nothing easy to create a launcher or .desktop file. There is the alacarte package available. In true Ubuntu style it is broken, so attached is a little desktop-file-creator. Unzip it and run it. |