summaryrefslogtreecommitdiffstats
path: root/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d
Commit message (Collapse)AuthorAgeFilesLines
* [kiosk-chromium] More waitSimon Rettberg2024-03-201-3/+4
|
* [kiosk-chromium] Poke idle-daemon some more to get accurate idle timesSimon Rettberg2024-03-181-1/+7
|
* [kiosk-chromium] Properly fix auto reload/restartSimon Rettberg2023-12-071-17/+21
|
* [kiosk-chromium] Fix reload on inactivitySimon Rettberg2023-12-051-1/+1
| | | | | | Home button default behavior has changed; update policy. Also, killall chromium was missing for debian, but should've been handled by the follow-up session-terminate command.
* [kiosk-chromium] Fix setting scale factorSimon Rettberg2023-12-051-1/+1
|
* [kiosk-chromium] Actually pass URL to chromiumSimon Rettberg2023-02-011-0/+2
| | | | HOW DID THIS EVER WORK!?
* [kiosk-chromium] Maybe fix shit in whole script...Simon Rettberg2023-02-011-1/+3
|
* [kiosk-chromium] Fix launching on debianSimon Rettberg2023-01-311-0/+1
|
* [kiosk-chromium/kiosk-slxbrowser] Honor SLX_BROWSER_ZOOMSimon Rettberg2022-12-061-0/+8
| | | | References #3915
* [kiosk-chromium] Don't immediately reload after init stepSimon Rettberg2021-10-111-1/+1
| | | | | Fix rapid reloads because idle-daemon doesn't immediately update idle time information.
* [kiosk-chromium] if interactive mode and user was active, reload -> exitSimon Rettberg2021-07-221-6/+18
| | | | | | | | If a user was active (measured by idle timer) and chromium is running in interactive mode, i.e. with full UI and tabs, exit the session if the reload timeout is reached. This is a security measure, since we assume that the browser in interactive mode enables the user to log into websites etc., and might not log out everywhere when leaving.
* [kiosk-chromium] Simplify the awkSimon Rettberg2021-07-221-1/+1
|
* [kiosk-common/kiosk-chromium] Support multimedia keysSimon Rettberg2021-03-221-23/+0Star
| | | | Closes #3792
* [kiosk-common/kiosk-chromium] Add system certs to cert storeSimon Rettberg2021-02-091-0/+6
| | | | References #3418
* [kiosk-chromium] remove weird spaceJonathan Bauer2020-08-171-1/+1
|
* [kiosk-chromium] SLX_BROWSER_RELOAD_SECS == 0 means OFFSimon Rettberg2020-08-111-1/+1
| | | | Not "reload all the time forever"
* [kiosk-chromium] Throttle auto-reloadingSimon Rettberg2020-08-111-0/+1
|
* [kiosk-chromium] Decode Bookmark name tooSimon Rettberg2020-08-111-2/+2
| | | | Fixes #3789
* [kiosk-chromium] fix auto-reloadJonathan Bauer2020-02-061-6/+20
|
* [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] 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] 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-301-65/+70
| | | | | | + space-safe arguments array for chromium-browser call + directly create bookmark template without creating a billion tempfiles...
* [kiosk*] rework and introduce kiosk mode modulesJonathan Bauer2019-01-041-0/+91
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