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