Results 1 to 4 of 4
Hello All,
Now, my program can run in command line. I would like to invoke the program by clicking on a icon on the linux desktop just as people would ...
- 12-11-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 22
how create a shortcut on the linux desktop for a executive program
Hello All,
Now, my program can run in command line. I would like to invoke the program by clicking on a icon on the linux desktop just as people would do in Windows.
I wonder how to create an icon on the desktop and associate it with my program.
thanks
- 12-11-2007 #2Linux Newbie
- Join Date
- Nov 2007
- Location
- Planet Earth
- Posts
- 152
Hi,
In KDE: secondary click on desktop, create new, link to application.
In Gnome: I'm not sure, but should be something similar and easy.
Other desktops: google?
HugoEOF
- 12-14-2007 #3Creates a symbolic link to file1 with the name of the file2.Code:
ln -s file1 file2
- 12-14-2007 #4
If need be, in KDE you can specify to have the program run in terminal. That is useful for example when you run a script that generates output or that needs input.
Can't tell an OS by it's GUI


Reply With Quote