mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-19 03:39:52 +00:00
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:
parent
eb3230444f
commit
7186c39a96
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -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":
|
||||
|
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user