I am trying to create a Webkit kiosk on a raspberry peak.
I found a good start: https://github.com/pschultz/kiosk-browser
What I want to do:
1) Run the kiosk without logging in (with inittab?)
Peter Schulz pointed out the addition of the following line:
1:2345:respawn:/usr/bin/startx -e /usr/bin/browser http:
But he did not explain the steps to make this work (for noobs).
What I did was add its code to the personal git repository and clone this repo on /usr/bin/kioskand sudo apt-get install libwebkit-devand sudo make.
The line to add inittab would be:
1:2345:respawn:/usr/bin/startx -e /usr/bin/kiosk/browser http:
If I do this, I create a loop or some kind of ...
source
share