Spaces:
Paused
Paused
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
#!/bin/bash
|
|
|
|
| 2 |
# Start Xvfb for virtual display
|
| 3 |
Xvfb $DISPLAY -screen 0 1280x1024x16 &
|
| 4 |
|
|
@@ -17,5 +18,5 @@ sleep 2
|
|
| 17 |
# Start noVNC to provide web access
|
| 18 |
/usr/share/novnc/utils/launch.sh --vnc localhost:$VNC_PORT --listen $NOVNC_PORT &
|
| 19 |
|
| 20 |
-
# Start
|
| 21 |
-
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
|
| 3 |
# Start Xvfb for virtual display
|
| 4 |
Xvfb $DISPLAY -screen 0 1280x1024x16 &
|
| 5 |
|
|
|
|
| 18 |
# Start noVNC to provide web access
|
| 19 |
/usr/share/novnc/utils/launch.sh --vnc localhost:$VNC_PORT --listen $NOVNC_PORT &
|
| 20 |
|
| 21 |
+
# Start Brave Browser with DBUS disabled
|
| 22 |
+
brave-browser --no-sandbox --disable-gpu --disable-dev-shm-usage --disable-session-crashed-bubble --no-first-run --display=$DISPLAY
|