5
scripts/run-with-xvfb.sh
Executable file
5
scripts/run-with-xvfb.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Run media-downloader with Xvfb virtual display
|
||||
# This allows headed browsers (ImgInn, Toolzu) to run without a GUI
|
||||
|
||||
env DISPLAY=:100 HOME=/root XAUTHORITY= "$@"
|
||||
Reference in New Issue
Block a user