* fix(just): fix typo in install-speaker-firmware
* feat(just): improve install-speaker-firmware with script preview before running.
also makes the just dynamic so new firmware can be added without updating the just file, hence the preview before running.
* (fix) Source LACT from copr instead of releaes page
* fetch copr in containerfile
* reinstate conditional to install libadwaita for silverblue stuff, and enable systemd unit in ujust
* remove old lact-update stuff during topgrade
* feat(just): Update surround to use spatializer
- Also adds instructions to identify and get a .sofa HRTF which best
matches user anatomy.
* chore(just): Add housekeeping steps
* chore(bazzite-rollback-helper): Return 1 errcode on unsuccesful rebase
* chore(bazzite-rollback-helper): Add '-y' flag to skip confirmation on rebase
* chore(bazzite-rollback-helper): Confirmation on rebase defaults to yes
* chore(bazzite-rollback-helper): Reword rebase cancelation message
* chore(bazzite-rollback-helper): Comment out debug messages
* Controverisal and opinionated Bazzite Portal changes (#1793)
* Add desktop yafti config
* add -deck yafti config
* feat(just): add ujust for installing speaker firmware (#1792)
* chore: Remove bazzite.gg line from changelog since they're featured on the site
* Fix issues with Bazzite Portal for Desktop images (#1794)
I am going to try this on a `-deck` image in 10 minutes to see what I have to fix there. I know DaVinci has to go sadly.
* fix(ujust): move pwfeedback ujust to correct file
---------
Co-authored-by: Pat Connors <121328689+nicknamenamenick@users.noreply.github.com>
Co-authored-by: HikariKnight <2557889+HikariKnight@users.noreply.github.com>
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
* feat: include btrfs-assistant and include a default config-template
We are providing a default config meant to be used with `sudo snapper create-config /var/home` so it will work with the automatic snapper systemd units that btrfs-assistant configures.
snapshotting / is pretty pointless on ostree so the root config points to /var/home instead.
* fix: launch btrfs-assistant in xwayland to avoid a bug with xdg-document-portal
* feat: add snapper-setup script
does not touch anything if user has already configured snapper
* fix: patch btrfs-assistant-launcher to not pass XDG_RUNTIME_DIR
This will make it run in xwayland instead
* chore: set sane defaults for snapshotting $HOME
* Revert "chore: Update to kernel 6.11.2-201"
This reverts commit 6bac9811e313253d578142ceabb0f90c40143de4.
* Revert "chore: Kill X11 session for good"
This reverts commit b7ee250370c2fe7e4f6283357d2326237e6eb5e6.
* fix(legion go): remove lcd script (#1745)
It was not meant to be...
* fix: temporarily disable "turn off screen when idle" in kde for handhelds
Temp workaround until we can figure out what causes it to not come back upon input immediately on handhelds.
I was unable to reproduce this on a laptop(desktop image as laptop is too old for deck image) and a desktop (deck image)
* chore: run the command directly if the if statements are true
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
Co-authored-by: Antheas Kapenekakis <5252246+antheas@users.noreply.github.com>
* Revert "chore: Kill X11 session for good"
This reverts commit b7ee250370c2fe7e4f6283357d2326237e6eb5e6.
* fix(legion go): remove lcd script (#1745)
It was not meant to be...
* fix(steam): Add shortcut to start Steam BPM without slugishness
This adds a script that stops Steam gracefully to later on start it directly in Big Picture mode.
This serves as workaround for issue #1675
* chore(steam): Remove steam bpm shortcut from deck images
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
Co-authored-by: Antheas Kapenekakis <5252246+antheas@users.noreply.github.com>