mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 00:26:21 +00:00
Move all NoVNC instances to alpine image
This commit is contained in:
parent
d086ed3138
commit
7f0d398fbb
274 changed files with 349 additions and 50367 deletions
|
|
@ -36,7 +36,7 @@ unset MYVNC_VNCPASS
|
|||
|
||||
# VNC xstartup
|
||||
install /dev/stdin ~/.config/tigervnc/xstartup <<- xstartup
|
||||
|
||||
#!/usr/bin/env bash
|
||||
unset SESSION_MANAGER
|
||||
unset DBUS_SESSION_BUS_ADDRESS
|
||||
exec ${STARTXBIN}
|
||||
|
|
@ -68,5 +68,8 @@ LockOnResume=false
|
|||
Timeout=0
|
||||
kscreenlockerrc
|
||||
|
||||
# Read cli parameters, if any
|
||||
exec "${@}" &
|
||||
|
||||
# Launch Tigervnc
|
||||
/usr/bin/dbus-launch vncserver :0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue