From d9ae97a3b290c3346ec482683d6095f0869adb77 Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:39:15 -0700 Subject: [PATCH] Fix accidentally reverted change in last commit --- gnome/bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/bin/setup b/gnome/bin/setup index 57197e4..e61c132 100755 --- a/gnome/bin/setup +++ b/gnome/bin/setup @@ -46,7 +46,7 @@ elif command -v pacman >/dev/null 2>&1; then gst_pipewire_found=$(pacman -Qq gst-plugin-pipewire 2>/dev/null | wc -l) elif command -v rpm >/dev/null 2>&1; then # RPM-based (Fedora, RHEL, openSUSE, etc.) - gst_pipewire_found=$((rpm -q gstreamer1-pipewire &>/dev/null && echo "found") | wc -l) + gst_pipewire_found=$((rpm -q pipewire-gstreamer &>/dev/null && echo "found") | wc -l) fi if [ "$gst_pipewire_found" -eq 0 ]; then