Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Trouble creating desktop icon for Gimp
Name: Russ Date: January 22, 2001 at 11:20:01 Pacific
Comment:
I looked up how to create an icon on the KDE2 desktop, and it says that I will need to enter the full file path for the application at the Execute Tab. I could not find the Gimp. I went to Root and looked all over the place. Where can I find the Gimp? Root/???
Name: marsd Date: January 22, 2001 at 20:16:41 Pacific
Reply:
Try this It is a one-liner so it may not work for you if gimp is somewhere else={ find /usr/bin -name gimp | xargs ln -s /home/ myname/Desktop worked for me-if not break it down find / -name gimp ; cd /home/my name/Desktop ; ln -s /directory/of/gimp /home/myname/DESK top (and look for the /bin/gimp.) Good enuff. Gimp is a lot of fun but I had a hell of a day learning the basics of it. If you have any tips let me know. For instance: animation howto????
0
Response Number 2
Name: Ryan Cooley Date: January 23, 2001 at 00:49:45 Pacific
Reply:
whereis gimpfind / | grep gimp
You'll find it.
0
Response Number 3
Name: blair Date: January 31, 2001 at 00:14:41 Pacific
Summary: Most live CDs I have seen like knoppix create desktop icons for hard drives etc on your desktop. If you know what drive and partition you want to view you can ue the mount command, eg for the first pa...
Summary: I'm having trouble creating a desktop icon for Forte for java. Out of the terminal all I have to type is "runide" and forte will open. But when I create a desktop icon link to the application when I p...
Summary: Can someone tell me how to put an icon (link to an application) on the desktop using a shell script? I'm writing an install program with a shell script and I would like it to create the icons for the...