mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-26 15:41:21 +00:00
Merge branch 'main' into testing
This commit is contained in:
commit
802cf35e64
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -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 && \
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user