06-01-2022, 03:10 PM
(06-01-2022, 02:01 PM)rich2005 Wrote:Quote:But I can't start it.
Right-click gimp-mathmap-22-04jammy.AppImage -> Run
No response
Probably not.
Just in case python is missing
Code:
sudo apt install python2
and because Ubuntu 22.04 is a complete pain, you also need
Code:
sudo apt install fuse
..and that should get you going. I can post a video of that but I do not really want to. Remember this is a regular Gimp 2.10.30 and the plugins folder is ~/.config/GIMP/2.10/plug-ins/
I have subscribed ubuntu.org forum.
According to their information;
python3 is a core component of the modern Ubuntu's, which means that Ubuntu can't run without it.
In such circumstance I think that it is impossible installing another version of python?
On Terminal run;
$ sudo apt install fuse
Now I can run gimp-mathmap-22-04jammy.AppImage.
$ ls -al ~/.config/GIMP/2.10/plug-ins/
Code:
total 8
drwxr-xr-x 2 satimis satimis 4096 Jun 1 12:18 .
drwxr-xr-x 29 satimis satimis 4096 Jun 1 23:00 .
How to use Python-Fu?
Thanks