I do not have rmbg installed, a bit large / bloat for me and I try and keep a tight installation however;
That depends on the appimage, old versions (2.10.22 / 25) from https://github.com/aferrero2707/gimp-appimage/releases/ have a self contained python 2.7
New version from https://github.com/ivan-hc/GIMP-appimage...continuous (Gimp 2.10.32) as with regular ubuntu release does not support python.
For running the appimage, instead of the more usual 'direct portable command' have you considered unpacking to a folder
..and running as a command something like this: /home/rich/Portable/gimp/squashfs-root/AppRun That is mine to start Gimp
Quote:...snip...I added the file from GIMP Chat to the plugins folder for the AppImage, but I do not see any PythonFu entry in the menu...
That depends on the appimage, old versions (2.10.22 / 25) from https://github.com/aferrero2707/gimp-appimage/releases/ have a self contained python 2.7
New version from https://github.com/ivan-hc/GIMP-appimage...continuous (Gimp 2.10.32) as with regular ubuntu release does not support python.
For running the appimage, instead of the more usual 'direct portable command' have you considered unpacking to a folder
Code:
./gimp.xxx.appimage --appimage-extract
..and running as a command something like this: /home/rich/Portable/gimp/squashfs-root/AppRun That is mine to start Gimp