(Example for seamonkey browser ->Puppy forum)
Code: Select all
#!/bin/sh
exec seamonkey https://forum.puppylinux.com/
Right click on an open area and select new>script
Give it a name to identify it
Right click on this new script file and select open as text
Now in a text editor
Add the bowser name and the web address as shown in example
save change.
Drag and drop file to desktop.
Right click on desktop icon for file.
To change name -> edit item
To change icon -> set icon
( normal icon set is located at /usr/local/lib/X11/pixmaps )
When selecting an icon to use, 48X48 is the size used for desktop icons.
So, pick an icon that has 48 in its name.
Note:
Usually the name of the browser is the exec file to start the browser.
firefox
palemoon
seamonkey
etc....