Scout24 / kiosk-browser

Debian package to set up a system as a kiosk browser
GNU General Public License v3.0
33 stars 16 forks source link

Typo in /var/lib/kiosk-browser/.xsession #2

Closed phgrau closed 11 years ago

phgrau commented 11 years ago

Hi,

there is a small typo in .xsession, that inhibits start of chromium in one port setups.

See diff:

--- .xsession-weg       2012-10-17 13:10:47.000000000 +0200
+++ .xsession   2012-10-17 15:05:19.000000000 +0200
@@ -24,7 +24,7 @@

 if [[ ! "$KIOSK_BROWSER_PORTS" ]] ; then
        # set . as a built-in default to use the first connected port that xrandr reports
-       KIOKS_BROWSER_PORTS=.
+       KIOSK_BROWSER_PORTS=.
 fi
schlomo commented 11 years ago

Thanks! Would you share with me (or the public) in which scenario you are using kiosk-browser? What do you miss in it?

phgrau commented 11 years ago

Hi Schlomo,

currently I'm looking for a simple solution to display some Nagios data on a 16x9 display. kiosk-browser is a simple solution to start with. Now I need a better Nagios web page since the default is not verbose enough for a dashboard display.

Kind regards and thank for providing kiosk-bowser,

Philipp

schlomo commented 11 years ago

I see. With us it already helped to set the browser zoom to 150% as I describe in the README.md