Gangmax Blog

Create website shortcut in Ubuntu

From here.

1
2
3
4
5
6
7
# 1. Install "Gnome Panel".
sudo apt-get install gnome-panel
# 2. Start UI to create a website shortcut. The following command
# start the UI to create a shortcut on Desktop.
gnome-desktop-item-edit --create-new ~/Desktop
# 3. In the UI select "Location" type, and add the "name/location/comment"
# field values, "comment" is optional.

Comments