From 85b70108259fbea396680840ac516c8b6582b9f8 Mon Sep 17 00:00:00 2001 From: Tsaop Date: Sun, 14 Apr 2024 20:07:56 +0200 Subject: [PATCH] Fix screen recording when pipewire is started after kwin (#1) This fixes screen recording when pipewire is started after kwin. In my specific case, I use an autostart script. Reviewed-on: https://git.crux.nu/ports/kde-plasma-6/pulls/1 Co-authored-by: Tsaop Co-committed-by: Tsaop --- kwin/Pkgfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kwin/Pkgfile b/kwin/Pkgfile index bd10048..79edf62 100644 --- a/kwin/Pkgfile +++ b/kwin/Pkgfile @@ -4,8 +4,13 @@ # Depends on: kdeclarative kdecoration kglobalacceld knewstuff kscreenlocker kwayland lcms2 libdisplay-info libinput pipewire qt6-multimedia qt6-sensors xorg-xwayland name=kwin +<<<<<<< HEAD version=6.0.4 release=1 +======= +version=6.0.3.1 +release=2 +>>>>>>> 29eeaba (Fix screen recording when pipewire is started after kwin (#1)) source=(https://download.kde.org/stable/plasma/${version::5}/$name-$version.tar.xz fix-screencast-pipewire.patch)