From 0e04360657e0e06d3504a157f8d6438f8a1af33c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 7 May 2024 15:21:48 -0700 Subject: [PATCH 1/2] feat: Add GNOME Triple Buffering support in F40 Bluefin --- build_files/base/copr-repos.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build_files/base/copr-repos.sh b/build_files/base/copr-repos.sh index 62869d19381..f2d8214b947 100644 --- a/build_files/base/copr-repos.sh +++ b/build_files/base/copr-repos.sh @@ -69,6 +69,14 @@ elif [[ "${BASE_IMAGE_NAME}" = "kinoite" ]]; then kf5-kio-gui fi +# GNOME Triple Buffering +if [[ "${BASE_IMAGE_NAME}" = "silverblue" && "${FEDORA_MAJOR_VERSION}" -gt "39" ]]; then + rpm-ostree override replace \ + --experimental \ + --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \ + mutter +fi + # Switcheroo patch rpm-ostree override replace \ --experimental \ From 591af904d81a877da93b6fe5fe4fb8f4577e03a6 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 7 May 2024 15:41:38 -0700 Subject: [PATCH 2/2] chore: Add mutter-common --- build_files/base/copr-repos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_files/base/copr-repos.sh b/build_files/base/copr-repos.sh index f2d8214b947..609a5417cbe 100644 --- a/build_files/base/copr-repos.sh +++ b/build_files/base/copr-repos.sh @@ -74,7 +74,8 @@ if [[ "${BASE_IMAGE_NAME}" = "silverblue" && "${FEDORA_MAJOR_VERSION}" -gt "39" rpm-ostree override replace \ --experimental \ --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \ - mutter + mutter \ + mutter-common fi # Switcheroo patch