Desktop Shortcuts

Booting, installing, newbie
Post Reply
Message
Author
Jeffreytooker
Posts: 119
Joined: Wed 04 Jun 2008, 07:12

Desktop Shortcuts

#1 Post by Jeffreytooker »

I am trying to find out how to place internet shortcuts on my desktop. For example a shortcut to "google.com". Searched not much found.

Jeffrey

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#2 Post by 666philb »

hi Jeffreytooker

open a window somewhere i.e. /root/ and then right click and choose 'new' then 'script' ... name the script something i.e. puppylinux.

then right click on the script and 'open as text' and add something like this (this opens this topic)

Code: Select all

#!/bin/sh
defaultbrowser http://www.murga-linux.com/puppy/viewtopic.php?t=83261
and save.

then drag and drop the script onto the desktop, and that's your short cut

you can add an icon by right clicking on it then 'file' nameofyourscript 'set icon
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

Jeffreytooker
Posts: 119
Joined: Wed 04 Jun 2008, 07:12

Desktop Shortcuts

#3 Post by Jeffreytooker »

666philb:

Works fine. Thank you for your help.

Jeffrey

Post Reply