Hi Chaps
Found this forum and post as I was googling how to do exactly the same thing as the OP.
I have xorg installed
I have firefox installed
If I manually ssh to the box and run
DISPLAY=:0 firefox -kiosk "URL Here...." &
Then firefox loads in kiosk mode with the webpage as expected.
However trying to get it to work automatically at boot fails every time. I followed the instructions below
Try this. Create a file (pick any name you like) containing the following:
DISPLAY=:0 firefox &
Place that file in ~/.X.d
When you start X, the ~/.xsession file should execute that command after Xorg starts.
however when i reboot the file has disappeared from the X.d directory
I know a lot of Tinycore stuff doesn't survive a reboot, but I'd expected this too as thats the whole point.
Any suggestions as to how to fix this?
thanks in advance