Posts: 63
Threads: 37
Joined: Apr 2018
Reputation:
1
Operating system(s):
05-17-2018, 12:00 PM
(This post was last modified: 05-17-2018, 05:50 PM by Ofnuts.)
I have a launcher icon for gimp for my ubuntu system. One day I used script-fu windows in gimp. Then the launcher icon was overlapped together. That's all fine.
After the first use of script-fu windows in gimp, there is no turning back to normal gimp launcher icon. It indicates "script-fu" not gimp itself. So when I click the launcher gimp won't start, of course I restarted my pc.
I registered a new gimp launcher, but it doesn't resolve the issue.
What should I do to fix this unusual issue?
Posts: 7,136
Threads: 155
Joined: Oct 2016
Reputation:
1,005
Operating system(s):
Gimp version: 2.10
Can you find the relevant desktop files as indicated in my last post.
Copy them, zip them, post them here.
Posts: 63
Threads: 37
Joined: Apr 2018
Reputation:
1
Operating system(s):
Here it is. The attachment is not allowed. So I pasted the content here. The content of /usr/share/applications/gimp.desktop is that
[Desktop Entry]
Version=1.0
Type=Application
Name=GIMP Image Editor
GenericName=Image Editor
Comment=Create images and edit photographs
Exec=gimp-2.8 %U
TryExec=gimp-2.8
Icon=gimp
Terminal=false
Categories=Graphics;2DGraphics;RasterGraphics;GTK;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=GIMP
X-GNOME-Bugzilla-Component=General
X-GNOME-Bugzilla-Version=2.8.16
X-GNOME-Bugzilla-OtherBinaries=gimp-2.8
StartupNotify=true
MimeType=image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih;image/tiff;image/jpeg;image/x-psp;application/postscript;image/png;image/x-icon;image/x-xpixmap;image/svg+xml;application/pdf;image/x-wmf;image/jp2;image/jpeg2000;image/jpx;image/x-xcursor;
X-Ubuntu-Gettext-Domain=gimp20
Posts: 63
Threads: 37
Joined: Apr 2018
Reputation:
1
Operating system(s):
I'm not looking for icon.
When I click the icon the gimp doesn't start cause as you can see the icon says "script-fu".
Posts: 63
Threads: 37
Joined: Apr 2018
Reputation:
1
Operating system(s):
05-19-2018, 09:41 PM
(This post was last modified: 05-19-2018, 09:52 PM by gimp-artist.)
I pasted gimp.desktop to ~/Desktop. It is working, but this is on the Desktop folder as I pasted in it. I want a launcher without Desktop shorcut like before the bug occured. Do I have to reinstall gimp?
Posts: 63
Threads: 37
Joined: Apr 2018
Reputation:
1
Operating system(s):
I deleted gimp-2_8.desktop file in ~/.local/share/applications, and put the /usr/share/applications/gimp.desktop file in ~/.local/share/applications folder. Now all works fine.
Thanks for the information I can manipulate files to resolve the issue.