05-17-2018, 01:40 PM
I do not understand the script-fu bit. Were you using the script-fu console?
First thing to check is the Gimp .desktop file.
Can be two places.
1. Check in /usr/share/applications - this the desktop that from when Gimp is installed.
Should look like this https://i.imgur.com/TinVfJd.jpg and Exec=gimp-2.8 %U
2. If you make your own launcher there should be a .desktop file in your home folder ~/.local/share/applications
much simpler and you should be pointing it to the gimp symbolic link (to the gimp binary). https://i.imgur.com/j8l8vCU.jpg ' Exec=/usr/bin/gimp
If you have those then must be something else, maybe accidentally set up an association.
First thing to check is the Gimp .desktop file.
Can be two places.
1. Check in /usr/share/applications - this the desktop that from when Gimp is installed.
Should look like this https://i.imgur.com/TinVfJd.jpg and Exec=gimp-2.8 %U
2. If you make your own launcher there should be a .desktop file in your home folder ~/.local/share/applications
much simpler and you should be pointing it to the gimp symbolic link (to the gimp binary). https://i.imgur.com/j8l8vCU.jpg ' Exec=/usr/bin/gimp
If you have those then must be something else, maybe accidentally set up an association.