summaryrefslogtreecommitdiffstats
path: root/core/modules/kiosk-chromium/data/opt
Commit message (Collapse)AuthorAgeFilesLines
* [kiosk-chromium] Should be de-DE, not de_DE because of courseSimon Rettberg2025-05-131-1/+1
| | | | | ... it's not a system locale after all, so why should those two use the same syntax. :)
* [kiosk-chromium] Make requested language configurable, default to de_DESimon Rettberg2025-05-131-0/+2
|
* [kiosk-chromium/kiosk-firefox] Add log messages to preload scriptsSimon Rettberg2024-11-221-2/+7
|
* [kiosk-chromium] Preload: Simply use catSimon Rettberg2024-11-221-2/+2
|
* [kiosk-chromium/kiosk-firefox] Minor tweaks, reorder browser fallbackSimon Rettberg2024-11-132-5/+3Star
|
* [kiosk-chromium] Fix inverted interactive modeSimon Rettberg2024-11-121-1/+1
|
* [kiosk-chromium] Rename preload file to avoid collisionsSimon Rettberg2024-11-081-2/+2
|
* [kiosk-chromium] Fix path of chromium preload (add debian variant)Simon Rettberg2024-11-081-2/+1Star
|
* [kiosk-chromium] Add support for forcing hw video decodeSimon Rettberg2024-11-081-0/+3
|
* [kiosk-chromium] Use is_on for boolsSimon Rettberg2024-11-081-4/+6
|
* Big round of cleanupSimon Rettberg2024-05-231-1/+0Star
| | | | | | | | | - Remove a lot of TODOs, either by fixing them or because they became irrelevant - Change all git:// to https:// - Move hwreport and hwinfo from /run to /run/openslx - Minor script style cleanups - Remove dead code and functions in various scripts
* [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/kiosk-slxbrowser] Remove legacy, unused variablesSimon Rettberg2024-01-031-9/+0Star
| | | | | SLX_BROWSER_IS_WHITELIST SLX_BROWSER_URLLIST
* [kiosk-chromium] Properly fix auto reload/restartSimon Rettberg2023-12-071-17/+21
|
* [kiosk-chromium] Disable import of distro-specific bookmarksSimon Rettberg2023-12-051-0/+9
|
* [kiosk-chromium] Fix reload on inactivitySimon Rettberg2023-12-052-1/+2
| | | | | | 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] Adapt to different path name on DebianSimon Rettberg2023-02-022-3/+12
|
* [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] Consider whitespace-only blacklist as emptySimon Rettberg2022-05-191-1/+2
| | | | .... and then interpret this as "*".
* [kiosk-chromium] Needs to run in bashSimon Rettberg2022-05-031-0/+3
|
* [kiosk-chromium] Fix black-/whitelist generatorSimon Rettberg2022-04-271-14/+19
|
* [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-chromium] disable auto-updateJonathan Bauer2021-06-251-0/+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] Support black- and whitelist at the same timeSimon Rettberg2020-10-281-11/+23
|
* [kiosk-chromium] Use jq to build URL white/blacklistSimon Rettberg2020-10-201-27/+33
|
* [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] 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] 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.