06-02-2022, 10:17 AM
(06-02-2022, 09:46 AM)rich2005 Wrote:Absolutely sure. This Ubuntu 22.04 VM was specifically created for testing GIMPQuote:...I haven't done anything on the OS - Ubuntu 22.04..You sure of that ?
Try a run in a terminal and see what error messages show
But first, since it is a new download, check that the appimage is still executable.
then open a terminal where the appimage is.
Have your buddies in ubuntu forums convinced you to remove fuse ?
should report version 2.9.9Code:
fusermount --version
If fuse is still there then try starting the appimage from the terminal (dot-slash-application)
Code:
./gimp-mathmap-22-04jammy.AppImage
What do you get ? Should look like this: https://i.imgur.com/yAXuSOw.mp4
The newly download gimp-mathmap-22-04jammy.AppImage is executable
$ cd Downloads/
$ ls -al
Code:
total 12528
drwxr-xr-x 2 satimis satimis 4096 Jun 2 15:54 .
drwxr-x--- 18 satimis satimis 4096 Jun 2 18:06 ..
-rwxrwx--- 1 satimis satimis 12817600 Jun 1 20:18 gimp-mathmap-22-04jammy.AppImage
$ ./gimp-mathmap-22-04jammy.AppImage
Code:
/tmp/.mount_gimp-m6TU8xR/shradiko: 33: gimp: not found
$ fusermount --version
Code:
fusermount version: 2.9.9
Regards