From b6f32a2bcf62a493e025e63ada30ed78f35577a6 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Thu, 13 Mar 2025 14:57:28 +0100 Subject: [PATCH] Remove workaround now that Pipewire is out of the KDE session snap We introduced an extra symlink as the KDE session was using its own Pipewire copy. We're now depending on the Pipewire snap so it should be removed. --- static/usr/bin/core-desktop-session-wrapper.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/usr/bin/core-desktop-session-wrapper.sh b/static/usr/bin/core-desktop-session-wrapper.sh index b03ec949..13c50ad1 100755 --- a/static/usr/bin/core-desktop-session-wrapper.sh +++ b/static/usr/bin/core-desktop-session-wrapper.sh @@ -39,9 +39,6 @@ function fixup_xauthority() { done } if [ $session_type == "KDE" ]; then - # Temporary workaround until we can use the pipewire snap - ln -sf "snap.plasma-desktop-session" $XDG_RUNTIME_DIR/snap.pipewire - # Temporary workaround until we have a better way to expose our services and targets # 1. Expose our targets, services and overloads rm -rf $XDG_RUNTIME_DIR/systemd/user.control