From dc7322d9dd5bb0e909c414a3c729dd827243ebce Mon Sep 17 00:00:00 2001 From: myve Date: Tue, 21 Apr 2026 07:43:06 +0000 Subject: [PATCH] Fixed position of MYVNC_PASSWORDLESS in vncserver command --- firefox/entrypoint | 2 +- i3/entrypoint | 2 +- plasma/entrypoint | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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