I'm using Ubuntu 12.04 and I would to create a folder with all of my shortcuts. Is it possible to create icons (like usual links to files in my harddisk) that automatically launch my browser and open a specific page? For example, I would like to have an icon on my desktop that automatically opens the StackExchange homepage. How can I do that?
|
Assuming you are using something like Gnome, Xfce or some compliant desktop environment; a good alternative is to create a
Now you just make it executable like this
Instead of
|
|||
|
|
|
A link to a website isn't exactly possible if you're trying to go the hardlink/symlink route. What you can do, and I found this suggestion here, is to create a simple script that can be executed.
|
||||
|
|

linkin the mix surely makes it a bit confusing, I smell a bit of Windows terminology in here. For stuff that supports that (I guess anything which fills the screen background with icons? I've not used that kind of stuff for years now), the Freedesktop .desktop thing is the way to go. – njsg Jan 26 at 18:27