Python script support missing in my 2.10.22 install - 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: Python script support missing in my 2.10.22 install (/Thread-Python-script-support-missing-in-my-2-10-22-install) |
Python script support missing in my 2.10.22 install - lphilpot - 12-27-2020 At least in my Xubuntu 18.04 installation, it's not there anymore (2.10.22 on Win 10 looks normal). I upgraded from 2.10.14 to 2.1.22 yesterday via PPA http://ppa.launchpad.net/ubuntuhandbook1/gimp/ubuntu and it doesn't appear to have any support for Python plugins. The entire Python-Fu entry is missing from the Filters menu and other python actions are gone (e.g., Filters | Web | Slice). I had installed Resynthesizer and the scripts are still there in my profile directory but they're not visible in Gimp either. I found more than a few similar occurrences online (not limited to 2.10.22) and some referenced installing gimp-python but apt says it doesn't exist. No solution yet - Any idea what's missing? Thanks! RE: Python script support missing in my 2.10.22 install - rich2005 - 12-27-2020 Using Panda Jim's PPA https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/gimp and 'bionic' ? The default for bionic is Gimp 2.8 Gimp 2.10.14 from the now frozen otto-kesselgulasch PPA also contains the 2.10 gimp-python packages. When that PPA goes, then so does gimp-python. Unfortunately Panda Jim's does not contain the gimp-python packages. You can try this procedure https://www.gimp-forum.net/Thread-Heal-Selection-Missing-from-Gimp-on-Ubuntu-20-04?pid=18354#pid18354 It should work with bionic but no guarantees, might break packages. I am still mainly using kubuntu 18.04. Kept Gimp 2.10.14 and use the Gimp 2.10.22 appimage most of the time. If I get time I will try a xubuntu 18.04 (VM), see what the snags are -------------------- Thinking about it, xubuntu comes with synaptic and you can install python-gtk from there [attachment=5394] Then all is needed is the gimp-python package (attached, unzip it) [attachment=5395] Working here: [attachment=5396] -------------------- If you want to try the appimage it is here: https://github.com/aferrero2707/gimp-appimage/releases/download/continuous/GIMP_AppImage-release-2.10.22-withplugins-x86_64.AppImage RE: Python script support missing in my 2.10.22 install - lphilpot - 12-27-2020 Since my post last night, I went back to the otto-kesselgulasch PPA and eventually got 2.1-.14 installed and working ...including G'MIC based on instructions from, I believe you, elsewhere - thanks! I manually added the gimp-plugin-registry and it all seems to work now except for Resynthesizer which is giving errors that appear to be 32-64-bit mismatch related. I'll work on that later. During the apt install / remove shenanigans, I managed to break a few other apps (clementine, youtube2mp3, etc.) but they're all working again now except for the YT converter. Task for another day... I'll probably stick here with Gimp until I upgrade Xubuntu unless something ready made (flatpak?) comes along that's compelling enough to act upon. Thanks. RE: Python script support missing in my 2.10.22 install - rich2005 - 12-27-2020 Personally I would not use gimp-plugin-registry package, apart from installing a whole load of old scripts and plugins just for the one you want, as you found some do not work. I use this one: resynthesizer https://www.gimp-forum.net/Thread-Gimp-2-10-Resynthesizer-Linux?pid=11261#pid11261 Latest gimp_gmic_qt that works with bionic : https://www.gimp-forum.net/Thread-gmic-gimp-qt-and-Ubuntu-18-04 Flatpak, being sandboxed I found it a bit limiting, although some bespoke flatpak plugins have been added since I last used it, resynthesizer / gmic / BIMP That is why I use the 2.10.22 appimage RE: Python script support missing in my 2.10.22 install - lphilpot - 12-28-2020 Yep, that was the GMIC I snagged - Works great. I'll try to resynthesizer. I'm not deeply knowledgeable about flatpak vs. the alternatives since I've not used them much. I like the idea of an app having everything it needs, but it wastes space and can make maintenance more fragmented (e.g., upgrades of common dependencies across multiple apps). But I need to learn more. It's basically the same old dynamic vs. static linkage argument that's been going on for decades. Thanks! |