02-03-2023, 02:48 PM
(This post was last modified: 02-03-2023, 02:50 PM by Stephen Liu.)
Hi rich2005,
Problem solved as follow;
Remark: GIMP AppImage is installed on Ubuntu 22.04 VM
On Terminal of Ubuntu 22.04 VM
$ ls -al Pictures/gimpicon.png
Then run;
$ sudo chown satimis:vboxsf Pictures/gimpicon.png
-> Activities
GIMP icon, gimpicon.png, download on Internet is there
right-click it -> add to Favorites
The icon is then added to the dock/left vertical menu
Clicking this icon starts GIMP 2.10
The solution is very simple but it takes me 2 days to find it.
Regards
Problem solved as follow;
Remark: GIMP AppImage is installed on Ubuntu 22.04 VM
On Terminal of Ubuntu 22.04 VM
$ ls -al Pictures/gimpicon.png
Code:
-rwxrwx--- 1 root vboxsf 62571 Feb 3 00:11 Pictures/gimpicon.png
Then run;
$ sudo chown satimis:vboxsf Pictures/gimpicon.png
-> Activities
GIMP icon, gimpicon.png, download on Internet is there
right-click it -> add to Favorites
The icon is then added to the dock/left vertical menu
Clicking this icon starts GIMP 2.10
The solution is very simple but it takes me 2 days to find it.
Regards