You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a script.sh (so a window manager is started so fullscreen works) script.sh zombies get left behind. subprocess.call() or Popen().communicate() does the right thing i.e.
And even better, use a list not a string as argument and shell=False, current approach would probably do nasty things if you had ;rm -rf / as your url :)
Using a script.sh (so a window manager is started so fullscreen works) script.sh zombies get left behind. subprocess.call() or Popen().communicate() does the right thing i.e.
--- a/default.py
+++ b/default.py
@@ -148,10 +148,10 @@ def showSite(url, stopPlayback, kiosk, userAgent):
path = "/usr/bin/google-chrome"
if useCustomPath and os.path.exists(customPath):
fullUrl = getFullPath(customPath, url, kiosk, userAgent)
probably wouldn't hurt the other platforms either...
The text was updated successfully, but these errors were encountered: