Skip to content

Commit 364e4d1

Browse files
committed
it does work
1 parent 0866942 commit 364e4d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/kiosk_test/application.ex

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ defmodule KioskTest.Application do
5757
# Need to set the cache dir to not reside in /tmp/...
5858
System.put_env("XDG_RUNTIME_DIR", "/root/cache/")
5959
# Not sure these are needed now... but it's working and it's late ;)
60-
System.put_env("QTWEBENGINE_CHROMIUM_FLAGS", " --no-sandbox --remote-debugging-port=1234 ")
60+
# System.put_env("QTWEBENGINE_CHROMIUM_FLAGS", " --no-sandbox --remote-debugging-port=1234 ")
61+
# System.put_env("QTWEBENGINE_CHROMIUM_FLAGS", " --no-sandbox ")
6162

6263
# webengine (aka chromium) uses /dev/shm for shared memory.
6364
# On Nerves it maps to devtmpfs which is waay too small.

0 commit comments

Comments
 (0)