diff --git a/bin/headlessvnc b/bin/headlessvnc index 426bbf3..9a47560 100755 --- a/bin/headlessvnc +++ b/bin/headlessvnc @@ -43,6 +43,7 @@ start() { if ! is_running; then set -e vncserver \ + -xstartup ./xstartup -localhost \ -alwaysshared \ -securitytypes none diff --git a/bin/xstartup b/bin/xstartup new file mode 100755 index 0000000..f5d2b5f --- /dev/null +++ b/bin/xstartup @@ -0,0 +1,5 @@ +#!/bin/sh +artix-pipewire-loader & +exec dbus-launch --exit-with-session \ + xfwm4 + diff --git a/bin/xstartup.turbovnc b/bin/xstartup.turbovnc deleted file mode 100755 index 584dc7c..0000000 --- a/bin/xstartup.turbovnc +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -export AMD_VULKAN_ICD=RADV -artix-pipewire-loader & -exec xfwm4 -