I'm looking for a fullscreen browser for linux. It doesn't have to have any controls. It suffices if I can control the page on startup by passing a commandline argument.

If possible, I'd like to avoid any toolkits (like GTK).

There is no interaction needed. The website updates itself automatically.

link|improve this question
Firefox in Ubuntu can work in full screen. Just press F11 – jap1968 Dec 15 '11 at 21:32
in fullscreen you wont see the toolkit anyway ... so, whats the purpose of this fullscreen browser? only showing one page? interaction needed? – akira Dec 15 '11 at 21:34
@jap1968: Thanks for the hint. I'm looking for a more lightweight alternative if possible. – SecStone Dec 15 '11 at 21:59
@akira: Yes, only showing one page (see my updated question above) – SecStone Dec 15 '11 at 22:01
@SecStone: and do you want prevent folks from clicking around? or do you prevent this by not attaching a mouse / kbd to the machine? – akira Dec 16 '11 at 9:13
show 1 more comment
feedback

1 Answer

up vote 3 down vote accepted

None of the browsers are particularly lightweight anymore due to the increasing number of formats and protocols they must support.

Chromium seems pretty self-contained though, and you can launch in full screen with the kiosk switch:

chromium --kiosk <url>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.