Kyle Gospodnetich
|
f0a3b0b73b
|
fix: Modify xdg-desktop-portal service to auto-restart to work around bug reported in KDE
|
2023-08-29 22:51:39 -07:00 |
|
Kyle Gospodnetich
|
dcf968da05
|
fix: Pass --no-confirm to nix install script
|
2023-08-29 14:36:50 -07:00 |
|
Kyle Gospodnetich
|
08e1574ca8
|
Merge pull request #222 from ublue-os/rm-subshell
chore(just): Don't sign image in a subshell
|
2023-08-29 12:21:58 -07:00 |
|
Kyle Gospodnetich
|
f9e11bf7f6
|
Merge pull request #220 from dnkmmr69420/patch-2
Update custom.just (this is for the deck part)
|
2023-08-29 12:21:45 -07:00 |
|
RJ Trujillo
|
6c0b1b7f21
|
chore(just): Don't sign image in a subshell
This allows the signing process to be viewed in yafti's console
|
2023-08-29 13:15:48 -06:00 |
|
dnkmmr
|
03661585e1
|
Update custom.just
Fixed some of the nix installation and uninstallation part
|
2023-08-29 13:42:23 -05:00 |
|
dnkmmr
|
02dd37df85
|
Update custom.just
did some tweaking to the nix installation and uninstallation part
|
2023-08-29 13:38:06 -05:00 |
|
Kyle Gospodnetich
|
df9b89f6b7
|
fix(deck): Only launch steam with -steamdeck if it's been run & updated at least once.
Fixes #214
|
2023-08-29 09:09:40 -07:00 |
|
Kyle Gospodnetich
|
698213d058
|
fix(desktop): Restore autostart, fix big picture mode just/yafti command
Fixes #183
|
2023-08-29 08:35:51 -07:00 |
|
RJ Trujillo
|
98576177f5
|
chore(steamos-update): Make progress bar more granular and a bit longer
Extends the length of the progress bar and makes it more granular
|
2023-08-28 19:07:17 -06:00 |
|
RJ Trujillo
|
c137d1b7e3
|
fix(steamos-update): Don't trigger updates while checking (thanks Chimera!)
See: 2ef3a1fb16
|
2023-08-28 19:01:49 -06:00 |
|
Kyle Gospodnetich
|
8d7f2efe93
|
feat: Use determinate systems nix installer
Fixes #209
|
2023-08-28 09:52:51 -07:00 |
|
Kyle Gospodnetich
|
138e47986f
|
feat(gnome): Use ProtonPlus over Protonup-Qt on GNOME builds. Same feature set, more consistent UI.
|
2023-08-27 23:40:15 -07:00 |
|
Kyle Gospodnetich
|
0591971698
|
chore(deck): Switch back to prerelease decky loader while we wait for patch to hit stable
chore: Change default editor to vim for rpm-ostree kargs --editor (Easier to use on devices without a hardware keyboard)
|
2023-08-27 23:05:21 -07:00 |
|
Kyle Gospodnetich
|
93c8e71668
|
Merge pull request #197 from tulilirockz/fix-boot-scripts-slowdown
fix(desktop): boot scripts slowdown
|
2023-08-27 21:11:03 -07:00 |
|
RJ Trujillo
|
038702d525
|
chore(yafti): Make image signing the first thing users encounter
If a user installs an image using Lorax, this is absolutely mandatory to have a functional system
|
2023-08-27 21:34:38 -06:00 |
|
RJ Trujillo
|
58238666ba
|
feat(just): Use image identifiers for signing
Allows us to sign images built with Lorax
|
2023-08-27 21:34:38 -06:00 |
|
RJ Trujillo
|
2916d9a799
|
fix(yafti): Don't sign image if its already been signed
|
2023-08-27 21:34:38 -06:00 |
|
RJ Trujillo
|
3729cf6372
|
feat(yafti): Sign Bazzite during installation
|
2023-08-27 21:34:38 -06:00 |
|
RJ Trujillo
|
e6b8cd999e
|
feat(just): Add script that signs the current image
|
2023-08-27 21:34:37 -06:00 |
|
tulili
|
9452a41b31
|
fix: check donefiles in system services + do not check flatpak donefile
|
2023-08-27 23:04:51 -03:00 |
|
Kyle Gospodnetich
|
3e38000b11
|
feat(deck): Add calibrated color profiles for matte & reflective Steam Deck displays.
|
2023-08-27 18:37:02 -07:00 |
|
tulili
|
d6667e85bf
|
feat: reduce boot times by creating donefiles w scripts in desktop version
|
2023-08-26 23:59:30 -03:00 |
|
Kyle Gospodnetich
|
471c7bc684
|
fix(deck): Launch Steam with -steamdeck to prevent Steam re-install when switching to gamemode, and (potentially) allow beta client selection.
|
2023-08-26 02:06:51 -07:00 |
|
Kyle Gospodnetich
|
c1f1221fcc
|
Merge pull request #188 from RodoMa92/RodoMa92-fix-batterylimit
(fix) Make batterylimit.service work properly
|
2023-08-25 13:03:41 -07:00 |
|
Tulili
|
97fab178c6
|
fix: make sure flatpak install script does not run if already installed
|
2023-08-25 14:32:08 -03:00 |
|
Kyle Gospodnetich
|
654a7357b3
|
Merge pull request #191 from ublue-os/fix-justfile
fix(user-setup): Ensure user always has working justfile
|
2023-08-25 08:52:43 -07:00 |
|
Kyle Gospodnetich
|
a6c11b8a9e
|
chore(deck): Change default max charge level in batterylimit.service to 85 to match Samsung's recommended.
|
2023-08-25 08:53:06 -07:00 |
|
RJ Trujillo
|
d39adf72df
|
fix(user-setup): Ensure user always has working justfile
Backs up old file just in case there are user recipes there. Fixes https://github.com/ublue-os/bazzite/issues/186
|
2023-08-25 09:34:41 -06:00 |
|
Marco Rodolfi
|
1e0db74af7
|
(fix) Make batterylimit.service work properly
It seems that you cannot use input redirection directly when running the command. Pass the command to bash instead to process it correctly.
|
2023-08-25 13:42:37 +02:00 |
|
Gecked-Deck
|
374a0a2736
|
Update custom.just
|
2023-08-25 01:45:16 +01:00 |
|
Gecked-Deck
|
2bdf03c7e1
|
fix: Fix configure_waydroid just script
|
2023-08-24 19:20:25 +01:00 |
|
Kyle Gospodnetich
|
b78e0d26b8
|
feat(deck): Add loopback audio source
|
2023-08-24 09:36:10 -07:00 |
|
Kyle Gospodnetich
|
6bd7248797
|
feat(deck): Add equalizer settings for mic from SteamOS
|
2023-08-24 09:25:04 -07:00 |
|
Kyle Gospodnetich
|
c4fb899497
|
feat(deck): Use librnnoise params from SteamOS
|
2023-08-24 08:24:28 -07:00 |
|
Kyle Gospodnetich
|
30b377b107
|
feat(gnome): Enable symlink creation context menus and show folders first by default
|
2023-08-24 01:39:21 -07:00 |
|
Kyle Gospodnetich
|
8cf5283b55
|
fix(gnome): Remove gnome extensions rpm, this is replaced with mjakeman's flatpak
|
2023-08-24 01:18:02 -07:00 |
|
Kyle Gospodnetich
|
9addffb10c
|
fix(deck): Remove now unneeded environment variable
|
2023-08-24 01:13:41 -07:00 |
|
Kyle Gospodnetich
|
1f8dd03336
|
chore(decky-loader): Switch to release from prerelease now that SELinux fix is live in stable
|
2023-08-24 01:08:05 -07:00 |
|
Kyle Gospodnetich
|
e04b73cda6
|
fix(desktop): Only use X11 by default on deck builds
|
2023-08-24 00:49:22 -07:00 |
|
Kyle Gospodnetich
|
bfd0cd00df
|
fix(deck): Switch back to X11 by default while issues with special characters via Steam Keyboard are resolved
|
2023-08-24 00:17:07 -07:00 |
|
Kyle Gospodnetich
|
838e553743
|
fix(gnome): Remove unneeded GNOME Extensions flatpak even if preinstalled
|
2023-08-23 22:09:46 -07:00 |
|
Kyle Gospodnetich
|
f64d9d2846
|
fix(gnome): Remove unneeded GNOME Extensions flatpak
|
2023-08-22 17:54:44 -07:00 |
|
Kyle Gospodnetich
|
3fd3ee510a
|
feat(deck): Switch bios updates to being default disabled, these will be enabled by Yafti at launch instead so they may be opted out of.
chore(deck): Clean-up shortcut removal for wine/winetricks.
|
2023-08-22 14:43:46 -07:00 |
|
Kyle Gospodnetich
|
d4c347847b
|
feat(gnome): Add totem video player flatpak
chore(gnome): Remove clapper shortcut
chore(deck): Remove unneeded wine shortcuts
|
2023-08-22 14:29:23 -07:00 |
|
Kyle Gospodnetich
|
ff202a4551
|
fix(decky): Preserve service during upgrades
|
2023-08-22 07:51:12 -07:00 |
|
Kyle Gospodnetich
|
2b634f17e4
|
chore: Don't re-apply changes to audit karg
|
2023-08-22 07:46:15 -07:00 |
|
Kyle Gospodnetich
|
24a89451c9
|
fix(desktop): Break up export command for SteamCMD
|
2023-08-21 09:52:33 -07:00 |
|
Kyle Gospodnetich
|
9a1c0cf5c9
|
feat: Add Gear Lever flatpak for managing AppImages
|
2023-08-21 00:35:25 -07:00 |
|
RJ Trujillo
|
825d69cadc
|
feat(user-setup): Enable NTP by default
Enable NTP by default. No one likes inaccurate clocks
|
2023-08-20 17:26:18 -06:00 |
|