Change Homepage and autorun web browser

Booting, installing, newbie
Post Reply
Message
Author
moose999
Posts: 1
Joined: Thu 22 Jun 2006, 11:37

Change Homepage and autorun web browser

#1 Post by moose999 »

This could be more of a linux question than a puppy-specific thing, but how can I change the homepage puppy uses, and make the web browser autorun - kinda like a internet kiosk affair? I know how to change ISO's, but I dont know what to change!


TIA
Moose

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#2 Post by muggins »

assuming you mean the browser's start page, it's:

edit --> preferences --> general --> change "home page location" to whatever u want ,

with firefox. to start browser after boot-up you could try adding a line to /etc/profile, after the line saying "exec xwin", saying "exec defaultbrowser &"

have you looked at these 2 sites?

http://kiosk.mozdev.org/

http://kioskcd.com/

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#3 Post by muggins »

oh well!

forget that line about adding "exec defaultbrowser &" to /etc/profile. i just tried it myself, rebooted & didn't work!

i'm sure mu's posted something about this, but can't locate it. does anybody recall?

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#4 Post by muggins »

ok,

i found the post i was after. you can automatically load browser by adding:

"exec defaultbrowser &" to /root/.xinitrc BEFORE "exec $CURRENTWM"

Post Reply