Kyle Gospodnetich
d7dfd3549a
chore: Increase version of flatpak manager scriptr
2024-01-19 16:49:58 -08:00
Kyle Gospodnetich
c314aea8fe
fix(ally): Correct rotation in KDE
...
Fixes #680
2024-01-15 17:21:41 -08:00
Kyle Gospodnetich
2edbece8b5
chore: Increase versions, prep for go-live
2024-01-14 23:32:42 -08:00
Kyle Gospodnetich
5395eb3728
chore: Create a file to ensure dconf is only ever loaded once, even if the script version is increased.
2024-01-09 21:24:36 -08:00
Kyle Gospodnetich
e66c473a80
fix(kde): Load dconf for Prompt on KDE with bazzite-user-setup
2024-01-09 20:48:25 -08:00
Kyle Gospodnetich
5cd0471920
chore: Increase flatpak manager version
2024-01-09 19:33:04 -08:00
Kyle Gospodnetich
49e77864e5
feat(kde): Ship an incredibly minor gtk.css theme to to make prompt feel at home, adjusts window geometry and nothing else.
2024-01-08 19:54:31 -08:00
Kyle Gospodnetich
e0586e50ec
feat(kde): Change default pinned application list
2024-01-08 12:28:47 -08:00
m2Giles
30dc34a848
fix: Auto rotate legion go screen ( #660 )
2024-01-07 10:43:12 -08:00
Kyle Gospodnetich
47b6994d88
fix(deck): Setup sdgyrodsu as a user service
2024-01-06 23:54:13 -08:00
Kyle Gospodnetich
8536c0834b
chore: Remove unneeded steam-patch karg
2024-01-06 23:03:04 -08:00
Kyle Gospodnetich
030b538a5d
feat: Use HHD on both Legion & Ally
...
chore: Further setup script cleanup
fix(legion): Correct rotation on KDE Wayland (Thanks d3Xt3r)
2024-01-06 16:34:48 -08:00
Kyle Gospodnetich
2664b2e586
feat: Support the Anbernic Win600
2024-01-06 14:20:24 -08:00
Kyle Gospodnetich
f6fd90411a
chore: Cleanup user and hardware setup scripts
2024-01-06 02:04:43 -08:00
Kyle Gospodnetich
6ba35e2c2b
chore: Correct known image branch check
2024-01-05 21:15:42 -08:00
Kyle Gospodnetich
7a07a71ec9
chore: Ensure branch is saved
2024-01-05 18:04:30 -08:00
Kyle Gospodnetich
8d67292ae1
fix: Set up bazzite-hardware-setup to re-run if the branch changes
2024-01-05 18:00:22 -08:00
Kyle Gospodnetich
91055015ec
chore: Minor typo fix
2024-01-04 11:38:23 -08:00
Kyle Gospodnetich
99e07a8031
chore: Only apply edid fix to deck builds
2024-01-04 10:57:19 -08:00
Kyle Gospodnetich
74a127d593
feat(aokzoe): Support custom refresh rates on AOKZOE A1 hardware
2024-01-03 21:14:18 -08:00
Kyle Gospodnetich
327c6903df
chore: Clean up hardware setup script
2024-01-02 13:48:22 -08:00
Kyle Gospodnetich
d97b450d62
chore(firefox-config): Store in /usr and copy to /var in bazzite-flatpak-manager, cleanup
2024-01-02 00:13:56 -08:00
Kyle Gospodnetich
d287e28398
chore: Additionally check that one of the GPUs is Nvidia for hybrid systems
2024-01-01 15:22:39 -08:00
Kyle Gospodnetich
d9ef9ec33a
fix(nvidia): Do not apply flatpak overrides to hybrid systems
...
chore(nvidia) Apply overrides prior to flatpak installs to ensure Firefox is ready to use the moment it's installed.
2024-01-01 14:39:10 -08:00
Kyle Gospodnetich
cc5d25766d
feat(nvidia): Automatically set needed params for hw accelerated video in Flaptak Firefox on Nvidia hardware
2024-01-01 13:44:07 -08:00
Kyle Gospodnetich
304abe092c
fix(kde): Only add Return.desktop on Deck builds, remove Bazzite Portal from desktop
2023-12-28 16:28:29 -08:00
Kyle Gospodnetich
4aa7fabcd5
fix(gnome): Fix issue with xdg-terminal-exec when used with long commands
...
chore: Additional bash script cleanup
2023-12-23 09:56:09 -08:00
Kyle Gospodnetich
cbdb1b3b5f
chore: Standardize all bash scripts on #!/usr/bin/bash
...
chore: Standardize all python scripts on #!/usr/bin/python3
chore: Update path for ds-inhibit patch
chore(readme): Remove unused package
2023-12-23 00:03:35 -08:00
Kyle Gospodnetich
70355926e8
fix(legion): Disable ds-inhibit by default
2023-12-21 12:02:58 -08:00
Kyle Gospodnetich
a7af503577
feat: Add hhd for Lenovo Legion
2023-12-21 00:41:00 -08:00
Kyle Gospodnetich
911ed83727
feat: Add Gradience to list of optional flatpaks.
...
feat(kde): Add Vapor & VGUI2 themes for Gradience to theme GTK apps
2023-12-19 10:30:13 -08:00
Kyle Gospodnetich
606bdcfec5
feat(gnome): Do gsettings changes in dconf rather than bazzite-user-setup
2023-12-18 23:18:14 -08:00
RJ Trujillo
b6f624cfbe
fix(flatpak-manager): Use entire install list when no flatpaks are installed
...
Previously, when there weren't any flaptaks installed the list of flatpaks to
install was empty. This falls back to using the whole list when none are found
2023-12-18 20:50:25 -07:00
RJ Trujillo
f37c22c3a9
reapply: "fix(flatpak-manager): Don't install packages that are already present or remove packages that aren't there"
...
This reverts commit 88cdb8b94e799579b21cb9a238e36c2f2d8d6b91.
2023-12-18 20:42:08 -07:00
Kyle Gospodnetich
88cdb8b94e
Revert "fix(flatpak-manager): Don't install packages that are already present or remove packages that aren't there"
...
This reverts commit 9deec489a03b111be993eafcdccd38234fce158f.
2023-12-18 01:23:15 -08:00
RJ Trujillo
69ccbdea5a
chore(flatpak-manager): Only remove flatpaks a single time
...
Someone may choose to install a flatpak on the removal list intentionally, in which
case we don't want to forcibly remove it
This verifies the version file exists following a successful run and skips the removal
process if it does
2023-12-16 07:52:02 -07:00
Kyle Gospodnetich
07995706ae
feat(gnome): Switch to Prompt terminal
2023-12-16 02:31:16 -08:00
Kyle Gospodnetich
bb7b2e514a
feat: Allow Discover to launch for Vesktop
2023-12-14 14:25:08 -08:00
RJ Trujillo
9deec489a0
fix(flatpak-manager): Don't install packages that are already present or remove packages that aren't there
2023-12-14 13:29:14 -08:00
Kyle Gospodnetich
f234acf25e
chore: Temporarily remove change to prompt until stable release
2023-12-13 11:02:01 -08:00
Kyle Gospodnetich
2ae5def049
chore: Remove vestigial steam-patch files
2023-12-13 10:42:27 -08:00
Kyle Gospodnetich
3be29e7191
chore: Configure nautilus-open-any-terminal for Prompt by default
2023-12-12 23:17:34 -08:00
Kyle Gospodnetich
3d02031e09
feat(gnome): Automatically use Prompt if installed, relies on xdg-terminal-exec until upstream makes a decision on default terminals.
2023-12-12 18:55:32 -07:00
Kyle Gospodnetich
3f35936423
Revert "fix(deck): Correct rotation of Plymouth on Galileo"
...
This reverts commit e2be1e6c4084517b7f20d4363dca6e52684e81b1.
2023-12-07 11:50:17 -08:00
Kyle Gospodnetich
ba48b09807
fix(deck): Correct rotation of Plymouth on Galileo
2023-11-30 01:00:08 -08:00
Kyle Gospodnetich
f6f407e8e1
fix(legion): Disable X11 by default to correct issues with display rotation
2023-11-26 19:09:07 -08:00
HikariKnight
0a9758813f
feat: add initramfs rebuilding with support for user defined initramfs args ( #586 )
...
* feat: add support for managing initramfs args
without disrupting bazzite-hardware-setup needed_initramfs args
* fix: make enable-vfio use new initramfs management
* fix: quote the initramfs to not bug rpm-ostree
* chore: sort argsfiles from args.d before parsing
* chore: bump hw version and cleanup
* chore: add missing indent for vfio section
* fix: add missing reboot on rebuild of initramfs
2023-11-26 16:12:38 -08:00
Kyle Gospodnetich
d1c60228de
feat(deck): Auto-disable bios updates for 32GB RAM decks.
2023-11-23 15:55:08 -08:00
Kyle Gospodnetich
460f1110f2
feat(deck): Switch to new steamdeck-dsp package for audio.
...
chore: Minor adjustments to how services are enabled by default
2023-11-23 10:29:52 -08:00
Kyle Gospodnetich
bd0af0e77d
chore: Clean up logic in bazzite-hardware-setup
2023-11-20 22:26:47 -08:00