mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2026-06-17 02:39:17 +00:00
Fixed position of MYVNC_PASSWORDLESS in vncserver command
This commit is contained in:
parent
07b4f54d8d
commit
dc7322d9dd
3 changed files with 3 additions and 3 deletions
|
|
@ -150,4 +150,4 @@ done
|
|||
startup
|
||||
|
||||
# Launch Tigervnc
|
||||
/usr/bin/dbus-launch vncserver :0 ${MYVNC_PASSWORDLESS}
|
||||
/usr/bin/dbus-launch vncserver ${MYVNC_PASSWORDLESS} :0
|
||||
|
|
|
|||
|
|
@ -84,4 +84,4 @@ tztime local {
|
|||
i3status
|
||||
|
||||
# Launch Tigervnc
|
||||
/usr/bin/dbus-launch vncserver :0 ${MYVNC_PASSWORDLESS}
|
||||
/usr/bin/dbus-launch vncserver ${MYVNC_PASSWORDLESS} :0
|
||||
|
|
|
|||
|
|
@ -70,4 +70,4 @@ kscreenlockerrc
|
|||
exec "${@}" &
|
||||
|
||||
# Launch Tigervnc
|
||||
/usr/bin/dbus-launch vncserver :0 ${MYVNC_PASSWORDLESS}
|
||||
/usr/bin/dbus-launch vncserver ${MYVNC_PASSWORDLESS} :0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue