summaryrefslogtreecommitdiffstats
path: root/core/modules/kiosk-chromium
Commit message (Collapse)AuthorAgeFilesLines
* [kiosk-chromium] slighty better preloaderJonathan Bauer2020-02-071-1/+1
| | | | | | | reading the ~150MB chromium-browser binary gives the same acceleration than reading the whole folder. TODO: move the preload stuff to after lightdm has spawned
* [kiosk-chromium] fix auto-reloadJonathan Bauer2020-02-062-11/+25
|
* [kiosk-chromium] do not reload while user actsJonathan Bauer2020-02-051-6/+19
|
* [kiosk-*] maximized/fullscreen w/o openboxJonathan Bauer2020-01-301-7/+12
|
* [kiosk-chromium] simple preloaderJonathan Bauer2020-01-141-0/+13
|
* [kiosk-chromium] support url-encoded bookmarksJonathan Bauer2020-01-131-1/+10
|
* [kiosk-chromium] Simplify json generation, add sanity checkSimon Rettberg2019-11-121-36/+34Star
| | | | | | Only wipe chromium profile if it's actually the demo user, to be safe. Json generation of bookmarks was simplified to use jq instead of awk, with the added benefit of properly quoting special chars in URL/Name.
* [kiosk-*] Support SLX_BROWSER, add precheck for browser binarySimon Rettberg2019-11-121-2/+2
| | | | | | | | | | 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-chromium] add missing dep for jqJonathan Bauer2019-11-061-0/+1
|
* [kiosk-chromium] hack: disable auto updateJonathan Bauer2019-11-061-0/+4
|
* [kiosk-chromium] add '--test-type'Jonathan Bauer2019-08-131-1/+1
| | | | | | since '--disable-infobars' was benched on newer chromium versions, need '--test-type' to disable those pesky infobars that do not make sense in the kiosk context.
* [kiosk-chromium] implement SLX_BROWSER_RELOAD_SECSJonathan Bauer2019-07-302-75/+79
| | | | | | + space-safe arguments array for chromium-browser call + directly create bookmark template without creating a billion tempfiles...
* [pam-slx-plug] Move old pam_script_* hook dirs to pam dirSimon Rettberg2019-06-282-1/+2
| | | | | | They're all now in subdirectories of /opt/openslx/pam/hooks. Symlinks have been put in place where they used to reside.
* [kiosk-chromium] renamed fileJonathan Bauer2019-06-181-0/+37
|
* [kiosk-*] support for lightdm-greeter kioskJonathan Bauer2019-06-182-35/+68
| | | | and kiosk-chromium URL filter
* [kiosk-chromium] reset policies on XresetJonathan Bauer2019-06-181-0/+7
|
* [kiosk-chromium] disable autofill for kiosksJonathan Bauer2019-05-061-2/+3
|
* [kiosk-chromium] disable password managerJonathan Bauer2019-04-241-1/+2
|
* [kiosk*] added README for stage4Jonathan Bauer2019-01-042-0/+11
|
* [kiosk*] rework and introduce kiosk mode modulesJonathan Bauer2019-01-044-0/+141
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