Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Raspberry Pi port,
piCore-15.0
is available!
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
CorePlus
»
starting chromium-brower on startup
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: starting chromium-brower on startup (Read 4300 times)
wander44
Newbie
Posts: 2
starting chromium-brower on startup
«
on:
November 12, 2013, 07:30:34 PM »
Hi all as a newbie to tinycore I am looking to start Chrome on startup and anyone help.
i have found the bootlocal.sh file and edited
add line
chromiun-browser --ignore-certificate-errors
But all i get is the menu on the screnn
Logged
tinypoodle
Hero Member
Posts: 3857
Re: starting chromium-brower on startup
«
Reply #1 on:
November 12, 2013, 07:43:46 PM »
http://tinycorelinux.net/faq.html#appstart
Logged
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)
malikawan
Full Member
Posts: 243
Re: starting chromium-brower on startup
«
Reply #2 on:
January 09, 2014, 12:40:49 PM »
#!/bin/sh
exec chromium-browser
copy above code and save with filename.sh than copy this file in /home/tc/.X.D and thats all
filename.sh has execute permission
Malik Awan
Logged
gerald_clark
TinyCore Moderator
Hero Member
Posts: 4254
Re: starting chromium-brower on startup
«
Reply #3 on:
January 09, 2014, 01:03:00 PM »
Do NOT exec.
If you do, the remaining files in .X.d will not be run.
Logged
malikawan
Full Member
Posts: 243
Re: starting chromium-brower on startup
«
Reply #4 on:
January 09, 2014, 01:25:26 PM »
Thanks for correction gerald_clark.
its mean if we use exec cmd in any scrip placed at .X.D then the other script not run
gerald_clark plz if u dont mint plz give few info why it happen
Malik Awan
Logged
gerald_clark
TinyCore Moderator
Hero Member
Posts: 4254
Re: starting chromium-brower on startup
«
Reply #5 on:
January 09, 2014, 01:41:01 PM »
exec replaces the current program with the new one.
The current program is the program that is sourcing the files in .X.d.
If it replaced by chromium browser, it will never have a chance to process any other files in .X.d.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
CorePlus
»
starting chromium-brower on startup