We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0866942 commit 364e4d1Copy full SHA for 364e4d1
lib/kiosk_test/application.ex
@@ -57,7 +57,8 @@ defmodule KioskTest.Application do
57
# Need to set the cache dir to not reside in /tmp/...
58
System.put_env("XDG_RUNTIME_DIR", "/root/cache/")
59
# 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 ")
+ # System.put_env("QTWEBENGINE_CHROMIUM_FLAGS", " --no-sandbox --remote-debugging-port=1234 ")
61
+ # System.put_env("QTWEBENGINE_CHROMIUM_FLAGS", " --no-sandbox ")
62
63
# webengine (aka chromium) uses /dev/shm for shared memory.
64
# On Nerves it maps to devtmpfs which is waay too small.
0 commit comments