Topic: Create shortcuts for applications/folders in #!
Hey, I just found this post on how to create a shortcut aka symbolic-link (which Ubuntu calls a "Launcher")
"Here is a command line which allow you to create a symbolic link, it will not copy the file but just create a link to it (it works for directories also) :
Code:
ln -sf the_file_you_want_to_link The_destinationIf you want a shortcut on the desktop use /home/username/Desktop directory as destination (you might need root access to do that for some files, in this case just add sudo before the command)."
Keep in mind that the terminal is case sensitive so if your folder is called Documents, you have to type Documents as opposed to documents
Last edited by nabilalk (2009-03-14 08:16:17)