how to start mozilla automatically when puppy boots?

Using applications, configuring, problems
Post Reply
Message
Author
samy d'amazonie
Posts: 2
Joined: Fri 17 Mar 2006, 01:18

how to start mozilla automatically when puppy boots?

#1 Post by samy d'amazonie »

hello,

I want to run mozilla automatically after booting (using puppy 1.0.7).
I suppose it is in /etc/profile but which line ? just type mozilla or exec mozilla ?

Thank you very much for your help.

samy

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

no,
/root/.xinitrc

Before the line "exec $CURRENTWM" add:
sleep 0 &&mozilla &

Replace the "0" with 1 or 3 or 5 if you encounter problems.

Do NOT forget the "&" in the end, it will start mozilla in Background.
Without it, only mozilla would start, but no Desktop.

Mark

samy d'amazonie
Posts: 2
Joined: Fri 17 Mar 2006, 01:18

#3 Post by samy d'amazonie »

thank you, it works.

i'm happy.

samy

Post Reply