diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c213f317..162ea473 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -232,7 +232,6 @@ jobs: oci: false extra-args: | --target=${{ matrix.base_name }} - --layers=true - name: Sign kernel uses: EyeCantCU/kernel-signer@v0.1.3 diff --git a/Containerfile b/Containerfile index 27ec25f0..4133a20c 100644 --- a/Containerfile +++ b/Containerfile @@ -473,7 +473,6 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ gnome-shell-extension-gamerzilla \ gnome-shell-extension-bazzite-menu \ gnome-shell-extension-hotedge \ - gnome-shell-extension-tailscale-gnome-qs \ rom-properties-gtk3 \ pixbufloader-vtf \ openssh-askpass && \ diff --git a/README.md b/README.md index 24b464ff..149ab74e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ --- +# Image Picker +Use our [image picker](https://bazzite.gg/#image-picker) to find the right image for your hardware and preferences. + # Table of Contents - [Features for **All** Bazzite Images](#about--features) - [Features for **Desktop** Images](#desktop) diff --git a/system_files/desktop/shared/usr/libexec/bazzite-flatpak-manager b/system_files/desktop/shared/usr/libexec/bazzite-flatpak-manager index e199bdb9..cb93de2c 100755 --- a/system_files/desktop/shared/usr/libexec/bazzite-flatpak-manager +++ b/system_files/desktop/shared/usr/libexec/bazzite-flatpak-manager @@ -47,10 +47,9 @@ if [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then --filesystem=xdg-config/gtk-4.0:ro fi -# Wayland and XInput for Firefox +# XInput for Firefox flatpak override \ --system \ - --env=MOZ_ENABLE_WAYLAND=1 \ --env=MOZ_USE_XINPUT2=1 \ org.mozilla.firefox diff --git a/system_files/desktop/shared/usr/libexec/hardware/rotation-fix-hardware b/system_files/desktop/shared/usr/libexec/hardware/rotation-fix-hardware index 3d93409b..16f09f52 100755 --- a/system_files/desktop/shared/usr/libexec/hardware/rotation-fix-hardware +++ b/system_files/desktop/shared/usr/libexec/hardware/rotation-fix-hardware @@ -1,7 +1,7 @@ #!/usr/bin/bash # Returns true for hardware that needs a rotation fix in KDE SYS_ID="$(cat /sys/devices/virtual/dmi/id/product_name)" -if [[ ":ROG Ally RC71L_RC71L:ROG Ally RC71L:83E1:Loki Max:G1618-04:" =~ ":$SYS_ID:" ]]; then +if [[ ":ROG Ally RC71L_RC71L:ROG Ally RC71L:83E1:Loki Max:G1618-04:21A0007TUK:" =~ ":$SYS_ID:" ]]; then exit 0 else exit 1