From 8c5467f478852334c04280fdf021ac7847d0b073 Mon Sep 17 00:00:00 2001 From: Peritia Date: Tue, 30 Sep 2025 16:40:26 +0200 Subject: [PATCH] fix: removing Pulseaudio dependency --- Modules/System/Service/vnc-server.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Modules/System/Service/vnc-server.nix b/Modules/System/Service/vnc-server.nix index 2b71eec..d4a1b7a 100644 --- a/Modules/System/Service/vnc-server.nix +++ b/Modules/System/Service/vnc-server.nix @@ -189,8 +189,12 @@ in { export XDG_RUNTIME_DIR="/run/user/$(id -u)" export XKL_XMODMAP_DISABLE=1 export GTK_USE_PORTAL=0 - export PULSE_SERVER=unix:/run/user/$(id -u)/pulse/native - export PULSE_SERVER=tcp:localhost:4714 + + # OLD: + #export PULSE_SERVER=unix:/run/user/$(id -u)/pulse/native + #export PULSE_SERVER=tcp:localhost:4714 + + # Log: echo "=== Starting VNC session on $(date) ===" >> "$HOME/.vnc/xstartup.log" 2>&1