summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-02-01 15:30:31 +0100
committerSimon Rettberg2023-02-01 15:30:31 +0100
commit808dab47795b9e8ed711f5854e4908b345dc13dc (patch)
treea72bb8157aec4b6e8920921d7540b11abb8b7164
parentpost_process_target: run glib-compile-schemas (diff)
downloadmltk-808dab47795b9e8ed711f5854e4908b345dc13dc.tar.gz
mltk-808dab47795b9e8ed711f5854e4908b345dc13dc.tar.xz
mltk-808dab47795b9e8ed711f5854e4908b345dc13dc.zip
[kiosk-chromium] Maybe fix shit in whole script...
-rw-r--r--core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium
index c712a266..935607c0 100644
--- a/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium
+++ b/core/modules/kiosk-chromium/data/opt/openslx/scripts/kiosk-launch.d/00-chromium
@@ -1,7 +1,9 @@
#!/bin/bash -- sourced
# prepares and run chromium as kiosk browser
-command -v chromium-browser || return 0
+command -v chromium \
+ || command -v chromium-browser \
+ || return 0
# clear state of previous sessions
if [ "$(whoami)" = "demo" ]; then