From 7186c39a96a005b58a6feade65b81c9f9add7d56 Mon Sep 17 00:00:00 2001 From: wolfyreload Date: Thu, 28 Nov 2024 06:11:35 +0200 Subject: [PATCH] fix(yafti): Install More Applications button not opening gnome-software in bazzite-gnome (#1931) * Revert "feat: Update kernel to 6.11.9-305" This reverts commit c1b88e4595348693ecdac26275bd4a4e41182b45. * Revert "feat: Update kernel to 6.11.9-304" This reverts commit 7f0c200b42d8df87dd6d02987e36af9eea45a406. * fix(yafti): Install More Applications button not opening gnome-software in bazzite-gnome --------- Co-authored-by: Kyle Gospodnetich --- .github/workflows/build.yml | 2 +- system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml | 2 +- .../desktop/shared/usr/share/ublue-os/firstboot/yafti.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62fc9b41..16fd9962 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: is_latest_version: true is_stable_version: true kernel_flavor: bazzite # must match a kernel_flavor from akmods repo - kernel_version: 6.11.9-305.bazzite.fc41.x86_64 # must match a cached version of the above flavor + kernel_version: 6.11.9-303.bazzite.fc41.x86_64 # must match a cached version of the above flavor exclude: - base_name: bazzite target_nvidia_flavor: nvidia diff --git a/system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml b/system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml index bd2e592e..dd104854 100644 --- a/system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml +++ b/system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml @@ -102,7 +102,7 @@ screens: icon: "/usr/share/ublue-os/bazzite/logo.svg" links: - "Install More Applications": - run: /usr/bin/plasma-discover + run: /usr/bin/plasma-discover || /usr/bin/gnome-software - "Documentation": run: /usr/bin/xdg-open https://docs.bazzite.gg - "Forums": diff --git a/system_files/desktop/shared/usr/share/ublue-os/firstboot/yafti.yml b/system_files/desktop/shared/usr/share/ublue-os/firstboot/yafti.yml index 6efe10ba..7b56405c 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/firstboot/yafti.yml +++ b/system_files/desktop/shared/usr/share/ublue-os/firstboot/yafti.yml @@ -107,7 +107,7 @@ screens: icon: "/usr/share/ublue-os/bazzite/logo.svg" links: - "Install More Applications": - run: /usr/bin/plasma-discover + run: /usr/bin/plasma-discover || /usr/bin/gnome-software - "Documentation": run: /usr/bin/xdg-open https://docs.bazzite.gg - "Forums":