2251 Commits

Author SHA1 Message Date
Ryan Bateman
9be03caa7f
fix: reinstate ujust install-lact karg modification (#1887) 2024-11-17 12:12:17 -08:00
Kyle Gospodnetich
a00d778d96 chore: Fix lact command whitespace 2024-11-15 22:13:21 -08:00
Kyle Gospodnetich
9e7bdf2c22 Revert "fix(just): add toggle-password-feedback to all images (#1879)"
This reverts commit f851a88d168b6e1b6df44f17a1cfbc1d93b7f1a4.
2024-11-15 22:13:21 -08:00
Kyle Gospodnetich
4b70f4a358 Merge branch 'main' into testing 2024-11-15 21:08:52 -08:00
HikariKnight
4335f043a0
feat(just): Improve install speaker firmware (#1878)
* 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.
2024-11-15 21:08:20 -08:00
HikariKnight
f851a88d16
fix(just): add toggle-password-feedback to all images (#1879) 2024-11-15 21:08:06 -08:00
termdisc
39c1a87fe0
Add protontricks-launch to run .exes via commandline (#1885)
This is a partner script to `/usr/bin/protontricks` to be able to run .exes via commandline.
2024-11-15 21:07:43 -08:00
Ryan Bateman
afd8c23606
fix: source LACT from copr instead of downloading from releases page (#1881)
* (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
2024-11-15 08:17:31 +00:00
HikariKnight
47b098ed0c
fix(bazzite-steam): correctly add the HHD steam controller on non valve hardware (#1863)
the check used the old path to the valve-hardware check
2024-11-13 08:36:24 -08:00
Kyle Gospodnetich
767d8c1492 chore: Add Stop Killing Games to the MOTD 2024-11-12 17:53:56 -08:00
HikariKnight
e1ed3ea6af
Merge pull request #1848 from wolfyreload/windows-boot-ujust
feat(ujust): Add setup-boot-windows-steam ujust script
2024-11-12 11:47:07 +01:00
Kyle Gospodnetich
5003400938 Merge branch 'main' into testing 2024-11-08 15:30:09 -08:00
Crono
39fdca7bbe
feat(just): Update surround to use spatializer (#1838)
* 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
2024-11-08 16:42:31 +00:00
Zeglius
1541613aa2
fix: typo in copr wrapper (#1859)
Fixes issue #1850
2024-11-06 15:54:11 +00:00
wolfyreload
bf527b266f feat(ujust): Add setup-boot-windows-steam ujust script
* Adds a ujust script for making a steam shortcut that boots into Windows on dual-boot setups
* Removed spaces in ujust script
2024-11-05 16:17:51 +02:00
Kyle Gospodnetich
320d702036 Merge branch 'testing' into unstable 2024-11-01 16:41:13 -07:00
Zeglius
0edc61509b
chore: Simpler copr script (#1829)
This depends on https://github.com/ublue-os/main/pull/663
2024-11-01 16:40:58 -07:00
Pat Connors
6441afdccf
chore(yafti): Fix syntax error (#1841)
This should fix it.  Let me know if it doesn't though.

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2024-11-01 16:22:40 -07:00
Antheas Kapenekakis
a0d3f7462e
feat: add atom for controlling refresh rate halve from hhd (#1840) 2024-11-01 09:34:18 -07:00
Zeglius
656c505237 feat: Replace copr utility with dnf5 copr wrapper (#1819) 2024-10-30 14:09:13 -07:00
Kyle Gospodnetich
014d77588f Merge branch 'testing' into unstable 2024-10-30 14:08:55 -07:00
Zeglius
e9641b2b57
feat: Replace copr utility with dnf5 copr wrapper (#1819) 2024-10-30 13:06:53 -07:00
Pat Connors
e0e761bb8a
chore(yafti): Add visible password to desktop yaml config (#1812) 2024-10-29 21:00:06 -07:00
Pat Connors
0038e540ff
chore(yafti): Fix order for deck configuration (#1813)
I still don't understand why it doesn't launch now... 😅
2024-10-29 20:59:54 -07:00
Kyle Gospodnetich
07d63160bc Merge branch 'testing' into unstable 2024-10-29 14:48:21 -07:00
Zeglius
8c4e1c1267
chore(bazzite-rollback-helper): Minor tweaks (#1805)
* 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
2024-10-29 14:45:41 -07:00
Pat Connors
1b101c7847
Fix -deck version of yafti configuration (#1795) 2024-10-29 09:28:00 -07:00
Aarron Lee
c0996e7a68 fix(ujust): move pwfeedback ujust to correct file (#1796)
* 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>
2024-10-28 19:20:21 -07:00
Pat Connors
4e82f8f87b
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.
2024-10-28 17:56:27 -07:00
HikariKnight
2dbab65b9e feat(just): add ujust for installing speaker firmware (#1792) 2024-10-28 16:45:38 -07:00
HikariKnight
0e160cc038
feat(just): add ujust for installing speaker firmware (#1792) 2024-10-28 15:40:25 -07:00
Pat Connors
191d32e3c1
Controverisal and opinionated Bazzite Portal changes (#1793)
* Add desktop yafti config

* add -deck yafti config
2024-10-28 15:19:02 -07:00
Zeglius
5a31a44bec
chore: Rewrite of bazzite-rollback-helper and shorter name (#1791)
* chore(bazzite-rollback-helper): reimplement "list_images" subcommand

* chore(bazzite-rollback-helper): reimplement "current" subcommand

* chore(bazzite-rollback-helper): reimplement "rollback" subcommand

* chore(bazzite-rollback-helper): add "help" flag to "list_images" subcommand

* chore(bazzite-rollback-helper): add "help" and "verbose" flags to "current" subcommand

* chore(bazzite-rollback-helper): add "help" flag to "rollback" subcommand

* chore(bazzite-rollback-helper): reimplement rebase subcommand

* chore(bazzite-rollback-helper): reformat helptext

* chore(bazzite-rollback-helper): Better helptext for "rebase" subcommand

* chore(bazzite-rollback-helper): Simplified "current" subcommand

* chore(bazzite-rollback-helper): Added ostree-image format to "rebase"

* chore(bazzite-rollback-helper): Added "brh" as briefer name for helper

* chore(bazzite-rollback-helper): minor refactor
2024-10-28 09:56:42 -07:00
Kyle Gospodnetich
e3832fea81 chore: Move to symlinks for aw87559 firmware 2024-10-27 17:40:14 -07:00
Pat Connors
af3a6644cf
Replace old documentation link for ujust (#1788) 2024-10-27 14:25:06 -07:00
Aarron Lee
cc87b290f2
feat(ujust): Update pwfeedback ujust to include optional arg (#1789)
Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
2024-10-27 14:20:06 -07:00
Kyle Gospodnetich
9266bf803b chore(gnome): Add btrfs-assistant to Utilities folder 2024-10-26 17:05:57 -07:00
HikariKnight
c23cca08ab
feat: Add btrfs-assistant to easily configure automatic snapshots of /home (#1459)
* 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
2024-10-25 23:44:14 -07:00
Kyle Gospodnetich
959e9cad8f Revert "chore: Drop rmlint and cdemu until updated for F41"
This reverts commit 6b63a0bb21352411b07cb397564edb33504a94ee.
2024-10-25 21:18:17 -07:00
HikariKnight
a8a9513b07
fix: temporarily disable "turn off screen when idle" in kde for handhelds (#1771)
* 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>
2024-10-25 10:30:25 -07:00
Kyle Gospodnetich
b2e4c8bb13 fix: Move memory settings to tuned 2024-10-25 01:48:08 -07:00
Kyle Gospodnetich
a588d5787e Revert "Merge pull request #1740 from aarron-lee/ally_x_convolver"
This reverts commit 2794a7a8cbda492468926703b11739d8f0ea2fe0, reversing
changes made to 2251a93aac9288ce12bb9b697f3698a1d3f76900.
2024-10-25 01:40:11 -07:00
Aarron Lee
4d8f65e90c
feat(ujust): add pwfeedback toggle (#1765)
Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
2024-10-23 12:46:48 -07:00
Antheas Kapenekakis
80b5745341
chore: remove sudo from bazzite setup script (#1766) 2024-10-23 12:37:10 -07:00
Zeglius
bc883a4610
fix(steam): Add shortcut to start Steam BPM without slugishness (#1754)
* 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>
2024-10-21 09:33:24 -07:00
Kyle Gospodnetich
a6bade5ccd feat(gnome): Enable Xwayland fractional scaling 2024-10-19 18:37:40 -07:00
Kyle Gospodnetich
5b42e33add feat: Add Clapgrep as a default application. Great file search with a 100% on-brand icon & name 2024-10-19 15:05:19 -07:00
Kyle Gospodnetich
6b63a0bb21 chore: Drop rmlint and cdemu until updated for F41 2024-10-19 14:03:29 -07:00
Kyle Gospodnetich
d937e0e05e Revert "chore: Remove accent color flag until F41 (Revert me)"
This reverts commit 6d2aad838021e03fd4822518f9a54a149172ab8a.
2024-10-18 16:10:57 -07:00
HikariKnight
2794a7a8cb
Merge pull request #1740 from aarron-lee/ally_x_convolver
feat(ally x): add convolver for Ally X
2024-10-17 15:00:46 +02:00