I'm building a minimalist OS (based on linux) which will network boot to provide a system for public display screens; (The kind of thing you see at airports with flight times etc on). Does anyone know of a web browser, which is preferably open source, which can be started from the command line?
Specifically, I need the program to be able to open fullscreen & maximised to a URL specified by the command line. This is because it will be run by the X startup script after X is running.
I've tried chrome & chromium but they don't allow for fullscreen from the command line, only maximisation. I've also looked at opera, but since it's not open source you have to accept an EULA when it starts, and since the system network boots the acceptance will be forgotten.
Does anyone know of anything else I should look into? Ideally it would have to have a good support for CSS & Javascript but past that I'm willing to look into anything.
Cheers in advance