summaryrefslogtreecommitdiffstats
path: root/core/modules/kiosk-slxbrowser
Commit message (Collapse)AuthorAgeFilesLines
* [kiosk-chromium/kiosk-slxbrowser] Remove legacy, unused variablesSimon Rettberg2024-01-031-9/+0Star
| | | | | SLX_BROWSER_IS_WHITELIST SLX_BROWSER_URLLIST
* [kiosk-chromium/kiosk-slxbrowser] Honor SLX_BROWSER_ZOOMSimon Rettberg2022-12-061-0/+4
| | | | References #3915
* [kiosk-slxbrowser] Support black- and whitelist simultaneouslySimon Rettberg2020-10-281-10/+20
|
* [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.dSimon Rettberg2020-09-231-2/+0Star
| | | | | | Since we can set PATH for everything spawned by systemd, this boilerplate code is not needed anymore. Makes future changes much easier.
* [kiosk-slxbrowser] honor SLX_AUTOLOGIN instead ofJonathan Bauer2020-02-051-2/+2
| | | | | | | SLX_BROWSER_INTERACTIVE which makes no sense in slxbrowser anyways. Also wait a tad longer before starting to work around that stupid bug that the browser started but invisible until the user presses a key/mouse (weird openbox/QT interaction?).
* [kiosk-slxbrowser] wait 0.5sec before startingJonathan Bauer2020-01-301-0/+3
| | | | works around the problem that the browser is invisible on start
* [kiosk-slxbrowser] PATH woes...Jonathan Bauer2020-01-161-2/+2
|
* [kiosk-slxbrowser] support for (non-)interactiveJonathan Bauer2020-01-161-6/+12
|
* [kiosk-*] Support SLX_BROWSER, add precheck for browser binarySimon Rettberg2019-11-121-1/+3
| | | | | | | | | | SLX_BROWSER is is space separated list of keywords. They are globbed within the kiosk-launch.d directory, so specifying SLX_BROWSER='chromium firefox' would first look for any file named *chromium* and source it, and if that fails for any file named *firefox*. If everything fails or the variable is empty, any file in that directory will be sourced.
* [kiosk-slxbrowser] Honor new black/whitelist varsSimon Rettberg2019-03-141-4/+21
|
* [kiosk*] rework and introduce kiosk mode modulesJonathan Bauer2019-01-043-0/+30
changed from slxbrowser only support to modular hook structure to support additional browser, i.e. chromium NOTE: kiosk-chromium and kiosk-netpoint only make sense with the new gen