Page 1 of 1

Open webpage after startup

Posted: Wed Apr 05, 2017 9:46 pm
by tecfil
Hi
I need to open a web page at the start of raspberry automatically. After starting the raspberry I have to open chromium (or midori) and show localhost webpage.

I tried to edit the autostart file with this code:

midori -e -a http://www.google.com

but it does not work, just once I open the terminal by clicking on it with the mouse, even the web page loads.

How can I do it?

Thanks lot
Bye

Re: Open webpage after startup

Posted: Fri May 26, 2017 11:13 pm
by lecaillou
Me too???
Please

Re: Open webpage after startup

Posted: Sat May 27, 2017 12:20 pm
by SurferTim
Open autostart file with your favorite text editor.

Code: Select all

$ leafpad ./.config/lxsession/LXDE-pi/autostart
add to end of file (I used chromium here)
@chromium-browser -e http://www.google.com