From 7247d3be8f62c3e047b28244afc5a91835192fe7 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 11 Jan 2024 21:05:40 -0800 Subject: [PATCH 1/3] chore(ci): Update kernel signer to 0.1.2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11892eaf..c7098735 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -229,7 +229,7 @@ jobs: --target=${{ matrix.base_name }} - name: Sign kernel - uses: EyeCantCU/kernel-signer@v0.1.1 + uses: EyeCantCU/kernel-signer@v0.1.2 with: image: ${{ steps.build_image.outputs.image }} privkey: ${{ secrets.AKMOD_PRIVKEY_20230518 }} From b6810691fc5352dd91fb215268cec32a5ca7efe6 Mon Sep 17 00:00:00 2001 From: CharlieBros Date: Thu, 11 Jan 2024 23:33:45 -0600 Subject: [PATCH 2/3] Added special thanks to SuperRiderTH (#673) Added special thanks to SuperRiderTH for creating the new startup video for Game Mode --- README-SPA.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-SPA.md b/README-SPA.md index 6fe5524c..0eec6fb8 100644 --- a/README-SPA.md +++ b/README-SPA.md @@ -333,6 +333,7 @@ sudo mokutil --import secure_boot_key.der Bazzite es producto de esfuerzo comunitario, y no existiría sin la contribución de todos. A continuación, están listadas unas cuantas personas que nos han ayudado a lo largo del camino: - [rei.svg](https://github.com/reisvg) - Por crear nuestro logo, y en general, nuestro branding. +- [SuperRiderTH](https://github.com/SuperRiderTH) - Por crear nuestro lindo video de arranque al iniciar el Game Mode de Steam. - [evlaV](https://gitlab.com/evlaV) - Por ser [esta persona](https://xkcd.com/2347/) y liberar el código de Valve públicamente. - [ChimeraOS](https://chimeraos.org/) - Por la creación de gamescope-session y su invaluable apoyo a lo largo del camino. - [Jovian-NixOS](https://github.com/Jovian-Experiments) - Por brindarnos su soporte con problemas técnicos y por crear un proyecto similar. ¡En serio!, [chécalo](https://github.com/Jovian-Experiments/Jovian-NixOS), es nuestro primo basado en Nix. From d869b02f18ff8986cfd125831de0d2942b37782e Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 11 Jan 2024 21:51:30 -0800 Subject: [PATCH 3/3] chore: Adjust pathing for game mode video --- .../deck/shared/usr/share/ublue-os/just/60-custom.just | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system_files/deck/shared/usr/share/ublue-os/just/60-custom.just b/system_files/deck/shared/usr/share/ublue-os/just/60-custom.just index 4a8c222c..cb7b746f 100644 --- a/system_files/deck/shared/usr/share/ublue-os/just/60-custom.just +++ b/system_files/deck/shared/usr/share/ublue-os/just/60-custom.just @@ -10,9 +10,9 @@ toggle-autologin: # Install Bazzite's Steam Game Mode Startup Video install-gamemode-video: - mkdir -p $HOME/.steam/root/config/uioverrides/movies/deck_startup.webm - rm -f $HOME/.steam/root/config/uioverrides/movies/deck_startup.webm - ln -s /usr/share/ublue-os/bazzite/bazzite.webm $HOME/.steam/root/config/uioverrides/movies/deck_startup.webm + mkdir -p $HOME/.local/share/Steam/config/uioverrides/movies + rm -f $HOME/.local/share/Steam/config/uioverrides/movies/deck_startup.webm + ln -s /usr/share/ublue-os/bazzite/bazzite.webm $HOME/.local/share/Steam/config/uioverrides/movies/deck_startup.webm # Restore the default Terminal restore-original-terminal: