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 <me@kylegospodneti.ch>
This commit is contained in:
wolfyreload 2024-11-28 06:11:35 +02:00 committed by GitHub
parent eb3230444f
commit 7186c39a96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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":

View File

@ -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":