diff --git a/firefox/entrypoint b/firefox/entrypoint index 806186b..f40a4ef 100755 --- a/firefox/entrypoint +++ b/firefox/entrypoint @@ -150,4 +150,4 @@ done startup # Launch Tigervnc -/usr/bin/dbus-launch vncserver :0 ${MYVNC_PASSWORDLESS} +/usr/bin/dbus-launch vncserver ${MYVNC_PASSWORDLESS} :0 diff --git a/i3/entrypoint b/i3/entrypoint index c651a5e..e7d4797 100755 --- a/i3/entrypoint +++ b/i3/entrypoint @@ -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 diff --git a/plasma/entrypoint b/plasma/entrypoint index e418662..747ebbc 100755 --- a/plasma/entrypoint +++ b/plasma/entrypoint @@ -70,4 +70,4 @@ kscreenlockerrc exec "${@}" & # Launch Tigervnc -/usr/bin/dbus-launch vncserver :0 ${MYVNC_PASSWORDLESS} +/usr/bin/dbus-launch vncserver ${MYVNC_PASSWORDLESS} :0