From 076c3ff85bfd51e3e526e9534a4f095e661cfd05 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Wed, 27 Dec 2023 07:26:21 -0700 Subject: [PATCH] fix: Move from BoilR AppImage to Flatpak --- .../usr/share/ublue-os/firstboot/yafti.yml | 6 +--- .../usr/share/ublue-os/just/60-custom.just | 33 ------------------- .../usr/share/ublue-os/firstboot/yafti.yml | 1 + 3 files changed, 2 insertions(+), 38 deletions(-) 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 d155855d..147d8570 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 @@ -32,11 +32,6 @@ screens: default: true packages: - Enable Updates: sudo -A ujust enable-deck-bios-firmware-updates - BoilR: - description: Adds games from various clients to Steam - default: false - packages: - - Retrieve BoilR: ujust get-boilr Decky Loader: description: A plugin loader for the Steam Deck default: false @@ -140,6 +135,7 @@ screens: description: "Rock and Stone!" default: false packages: + - BoilR: io.github.philipk.boilr - Bottles: com.usebottles.bottles - Chiaki4Deck (PlayStation Remote Play): io.github.streetpea.Chiaki4deck - Discord (Discover Overlay Included): com.discordapp.Discord 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 c52b4dba..4edb3a76 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 @@ -90,39 +90,6 @@ get-wootility: chmod +x $HOME/Desktop/wootility.AppImage fi -# Install BoilR, a Steam Library and art management tool -get-boilr: - #!/usr/bin/env bash - curl \ - $(curl -s https://api.github.com/repos/PhilipK/BoilR/releases/latest | \ - jq -r ".assets[] | select(.name | test(\"linux_BoilR\")) | .browser_download_url") \ - --create-dirs -o ~/Applications/BoilR - chmod +x ~/Applications/BoilR - for px in 64 128 256;\ - do \ - curl $(curl -s https://api.github.com/repos/PhilipK/BoilR/contents/resources/$px/io.github.philipk.boilr.png | \ - jq -r ".download_url") \ - --create-dirs -o ~/.local/share/icons/hicolor/$px\x$px/apps/io.github.philipk.boilr.png;\ - done - mkdir -p $HOME/.local/share/applications - HOME=$HOME - echo -e \ - "[Desktop Entry]\n\ - Version=1.0\n\ - Type=Application\n\ - Name=BoilR\n\ - Comment=Add non-steam games to your steam library\n\ - Categories=Utility;Amusement;\n\ - Keywords=Steam;Heroic;Lutris;Itch;Origin;GOG;UPlay;Icons;Images;Non-Steam;Games;\n\ - Icon=io.github.philipk.boilr\n\ - Exec=$HOME/Applications/BoilR\n\ - Terminal=false\n\ - StartupNotify=true" \ - > ~/.local/share/applications/BoilR.desktop - if [[ ${BASE_IMAGE_NAME} == 'kinoite' ]]; then - cp ~/.local/share/applications/BoilR.desktop ~/Desktop - fi - # Patch a bug in some 32-bit Source 1.x titles that causes them to crash at startup patch-source1-tcmalloc: #!/usr/bin/env bash 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 209e4696..40d02c4d 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 @@ -113,6 +113,7 @@ screens: description: "Rock and Stone!" default: false packages: + - BoilR: io.github.philipk.boilr - Bottles: com.usebottles.bottles - Chiaki (PlayStation Remote Play): re.chiaki.Chiaki - Discord: com.discordapp.Discord