Change default browser in teenpup

For talk and support relating specifically to Puppy derivatives
Post Reply
Message
Author
User avatar
M.Gregg
Posts: 125
Joined: Sun 01 Jan 2006, 14:54
Location: UK

Change default browser in teenpup

#1 Post by M.Gregg »

Hi,

For info;
A trick that works in teenpup to change the default browser!

Back up and rename /usr/local/bin defaultbrowser to Olddefaultbrowser
Then create a short cut with the path to your installed browser
call the shortcut defaultbrowser
example:

#! /bin/sh
cd /root/my-roxapps/opera/
/root/my-roxapps/opera/opera $@ &

edit permissions to serchable

Drag the short cut to the same directory. Your default browser should now be your chosen location!

Regards
M.Gregg

Post Reply