Computing.Net > Forums > Linux > Trouble creating desktop icon for Gimp

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

Reply to Message Icon

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/???



Sponsored Link
Ads by Google

Response Number 1
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
Reply:

if it's in your path you could just use:

which gimp


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Trouble creating desktop icon for Gimp

loading harddrive from live cd www.computing.net/answers/linux/loading-harddrive-from-live-cd/26181.html

Creating icons in KDE www.computing.net/answers/linux/creating-icons-in-kde/9941.html

Putting Icon On Desktop With Script? www.computing.net/answers/linux/putting-icon-on-desktop-with-script/12075.html