Results 1 to 1 of 1
I'm using this to create a desktop shortcut
ln -s /myprogram/program.jar /root/Desktop/program
This creates the symbolic link fine. But how do I change the ICON from command line. I know ...
- 05-07-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 4
Create desktop shortcut from command line.
I'm using this to create a desktop shortcut
ln -s /myprogram/program.jar /root/Desktop/program
This creates the symbolic link fine. But how do I change the ICON from command line. I know you click right click on the shortcut and change the icon that way. But, I need to be able to change it from command line.
Thanks for any help.


Reply With Quote