From adc3b7b41f0d6e41a598bfe1c0eae64bf4fd46fb Mon Sep 17 00:00:00 2001 From: telecaster Date: Thu, 3 Oct 2024 07:38:52 +0200 Subject: [PATCH] update vnc startup --- env/.vnc/xstartup | 3 + etc/pipewire/telecaster-patchbay.qpwgraph | 81 +---------------------- tests/tc_link_pw.py | 3 - 3 files changed, 5 insertions(+), 82 deletions(-) diff --git a/env/.vnc/xstartup b/env/.vnc/xstartup index 7e7eb3e..dee54e3 100755 --- a/env/.vnc/xstartup +++ b/env/.vnc/xstartup @@ -8,8 +8,11 @@ # Fix to make GNOME work #export XKL_XMODMAP_DISABLE=1 +#export XDG_RUNTIME_DIR=/run/user/$(id -u) +#export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus" #/etc/X11/Xsession #startfluxbox startplasma-x11 +#startplasma-wayland diff --git a/etc/pipewire/telecaster-patchbay.qpwgraph b/etc/pipewire/telecaster-patchbay.qpwgraph index d0984ba..eee7212 100644 --- a/etc/pipewire/telecaster-patchbay.qpwgraph +++ b/etc/pipewire/telecaster-patchbay.qpwgraph @@ -1,82 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/tests/tc_link_pw.py b/tests/tc_link_pw.py index 195c6ff..84a91c7 100755 --- a/tests/tc_link_pw.py +++ b/tests/tc_link_pw.py @@ -42,6 +42,3 @@ mic_output.connect(audio_processing_input.right) firefox_input.connect(audio_processing_output) firefox_input.disconnect(alsa_output) - - - -- 2.39.5