Kyle Gospodnetich
0c77bcbbe6
feat: Enable zstd:chunked for smaller updates
2024-06-04 16:45:35 -07:00
Kyle Gospodnetich
40d95c3bc5
fix: Fix executable flag of hardware script (Thanks @mjpaden)
...
Fixes #1203
2024-06-04 12:54:51 -07:00
Kyle Gospodnetich
c48281fc3d
fix: Add missing login section
2024-06-04 09:02:35 -07:00
Kyle Gospodnetich
45d3ef0458
feat: Add fcitx5 for Japanese IME
2024-06-03 18:04:16 -07:00
Kyle Gospodnetich
b5566c1c3f
chore: Update llvm libs
2024-06-03 07:37:44 -07:00
Kyle Gospodnetich
666a3a2974
Merge branch 'main' into testing
2024-06-03 07:35:32 -07:00
Marco Rodolfi
707bebb41f
feat: update btrfs scripts ( #1201 )
...
* chore: fixup deckhd patch (#1200 )
* Revert "chore: Add patch for libliftoff corruption issue"
This reverts commit ebaa187b5ca99b8bbd47a7ddcbf34844aed2ea5a.
* chore: Increase gamescope release version
* Import latest changes from the btrfs deduplication script and update the method for reenabling rmlint simplifying the whole process
---------
Co-authored-by: matte-schwartz <136293710+matte-schwartz@users.noreply.github.com>
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2024-06-03 07:02:40 -07:00
Kyle Gospodnetich
dadd19d515
chore: Increase gamescope release version
2024-06-02 22:18:02 -07:00
Kyle Gospodnetich
761c7a7aac
Revert "chore: Add patch for libliftoff corruption issue"
...
This reverts commit ebaa187b5ca99b8bbd47a7ddcbf34844aed2ea5a.
2024-06-02 22:16:54 -07:00
matte-schwartz
bb2cd03832
chore: fixup deckhd patch ( #1200 )
2024-06-02 20:47:27 -07:00
Marco Rodolfi
43bf687ad8
Small script cleanup ( #1193 )
...
Couple of bash quote potential issues fixes
2024-05-31 11:40:19 -07:00
Marco Rodolfi
5d9776ace2
Last fix for copying the file correctly in place ( #1192 )
2024-05-31 09:42:52 -07:00
Marco Rodolfi
bea94c2f11
Permission fixes for rmlint script ( #1191 )
...
* Permission fixes for rmlint script
Forgot to run sudo before creating files into /etc
* Small typo fix
* Add an external file to copy back
I can't get cat to properly parse and escape it correctly from an inline bash script
2024-05-31 09:38:25 -07:00
Pat Connors
c8275031d1
chore(yafti): very small changes ( #1188 )
...
* minor yafti changes
* yafi changes
2024-05-30 22:43:07 -07:00
Kyle Gospodnetich
f85fdc6148
chore: Clean up fastfetch config. Thanks @CarterLi
2024-05-30 22:38:17 -07:00
Kyle Gospodnetich
e4341a814f
Revert "feat(nvidia): Drop x11 session now that explicit sync is functioning ( #1161 )"
...
This reverts commit 769297708c98653238b38df500922e6b82372322.
2024-05-30 22:24:29 -07:00
Kyle Gospodnetich
ebaa187b5c
chore: Add patch for libliftoff corruption issue
2024-05-29 14:40:59 -07:00
Kyle Gospodnetich
3a1765777e
chore: Increase user setup script version
2024-05-29 10:19:32 -07:00
Kyle Gospodnetich
faa269171a
fix(gnome): Fix application of some GNOME framework settings on desktop images
2024-05-29 10:19:10 -07:00
Marco Rodolfi
bf4662b549
hotfix: Fix audio scripts with the new format ( #1187 )
...
* Remove old lua scripts
* Remove old lua scripts pt 2
* Create new fs structure
* Add the remaining files
2024-05-29 07:41:53 -07:00
Kyle Gospodnetich
d17320e172
Merge branch 'main' into testing
2024-05-28 11:13:18 -07:00
Kyle Gospodnetich
15132da71b
chore: @castrojo :^)
2024-05-27 20:50:17 -07:00
Law
012ce72b1a
fix(ujust): sync arch packages before installing opentabletdriver ( #1184 )
2024-05-27 16:46:23 -07:00
Kyle Gospodnetich
92450e3d27
chore: Update pipewire to 1.0.7
2024-05-26 22:41:44 -07:00
Kyle Gospodnetich
6d8cf50302
chore: Update gamescope prior to graphical session
2024-05-26 22:23:31 -07:00
Kyle Gospodnetich
97cee98bc1
Merge branch 'main' into testing
2024-05-26 22:19:18 -07:00
Zeglius
8c97326322
fix(user-setup): Improve language-sensible templates setup ( #1180 )
...
* fix(user-setup): Use correct templates directory depending of language
Use 'xdg-user-dirs' to obtain a localized path to templates directory (with '$HOME/Templates' as fallback.
Should fix any related issues with Gnome nautilus not detecting templates using other language that english.
* fix(bazzite-user-setup): Add checks before creating templates symlinks
Check if the template files exists in `/etc` before creating the symlinks, otherwise do not create them.
Using only '[[ ! -f file ]]' always returns true in the case of a broken symlink, as per quote of `man test`:
> Except for -h and -L, all FILE-related tests dereference symbolic links.
In consequence, it checks the symlink file is pointing to, not tne existence of the symlink itself, thus ends up attempting to overwrite the later.
* chore: Increase setup script version
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2024-05-26 21:55:16 -07:00
RJ Trujillo
c7df02acd8
Merge pull request #1183 from hoshsadiq/waydroid-arg-passthrough
...
feat(waydroid): pass arguments for waydroid-launcher through to waydroid
2024-05-26 17:49:08 -06:00
Hosh
a19bb5fd83
exec waydroid + use exported function
2024-05-27 00:11:37 +01:00
Hosh
d29633bd07
Pass arguments for waydroid-launcher through to waydroid.
2024-05-26 15:48:06 -07:00
Kyle Gospodnetich
226e73d5b7
chore: Remove old fontconfig workaround
2024-05-26 13:02:51 -07:00
RJ Trujillo
91ae917343
feat: Add RyzenAdj to desktop images ( #1179 )
...
* feat: Ship ryzenadj on desktop images
Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
* fix(framework/amd): Allow MMIO access in userspace for RyzenAdj
Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
* fix(framework/amd): Load Ryzen SMU on startup for RyzenAdj
Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
* chore(README): Note RyzenAdj support for AMD Framework Laptops
Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
---------
Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
2024-05-26 11:48:10 -07:00
Pat Connors
f64fb7bfcc
chore(readme): Clarify language for flag icons in ToC ( #1173 )
2024-05-26 11:42:30 -07:00
RJ Trujillo
1a18dc27ad
Merge branch 'main' into testing
2024-05-26 12:12:40 -06:00
RJ Trujillo
7270f60fbf
fix(framework/amd): Allow MMIO access in userspace for ryzenadjxy
...
Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
2024-05-26 11:12:54 -06:00
RJ Trujillo
745b49c813
feat: Ship ryzenadj on desktop images
...
Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
2024-05-26 11:01:39 -06:00
Kyle Gospodnetich
c62fa2194e
Merge branch 'main' into testing
2024-05-25 21:43:46 -07:00
goddog312
de74bc3128
Add flags to select chinese languages.typo. ( #1172 )
2024-05-25 21:43:38 -07:00
goddog312
045902fd71
docs: Add chinese language to README.md ( #1168 )
...
* Initial translation of the readme to Chinese
* desktop and deck part
* The translation work is basically completed.
2024-05-25 21:43:38 -07:00
Noel Miller
40f432765c
feat: add fightcade to yafti ( #1171 )
2024-05-25 21:43:38 -07:00
Zeglius
bb2687111f
fix: correct bash if statement for dGPU detection ( #1170 )
...
Using '>' instead of '-gt' always returns true (as '>' is not valid with 'test'), adding the flag '-cef-disable-gpu' regardless of the device using a dGPU.
2024-05-25 21:43:38 -07:00
Kyle Gospodnetich
769297708c
feat(nvidia): Drop x11 session now that explicit sync is functioning ( #1161 )
2024-05-25 21:43:27 -07:00
Kyle Gospodnetich
a7e7bd6c78
Merge branch 'main' into testing
2024-05-24 17:24:12 -07:00
Kyle Gospodnetich
6c5c56bd8b
Revert "feat(gnome): Add xwayland fractional scaling"
...
This reverts commit 6b7958e58055e0f54c69eb22e6c3a783aab07e0a.
2024-05-24 17:24:09 -07:00
Kyle Gospodnetich
357634189e
chore: Move default timeout config to /etc for easy customization
2024-05-24 17:18:38 -07:00
Kyle Gospodnetich
bd612e013a
chore: Move logind changes to file in /etc for easy customization
2024-05-24 17:15:51 -07:00
Kyle Gospodnetich
46d0a6c7da
chore: Update firmware files to jupiter-20240503.1
2024-05-24 13:37:21 -07:00
Kyle Gospodnetich
f895ea3b8a
Revert "chore(kde): Drop default theme until oddball hardware-specific KDE bug cause can be determined."
...
This reverts commit 9da79bd7d586d781988344cf324dc4f3a3034ce3.
2024-05-24 10:59:53 -07:00
Kyle Gospodnetich
1f03a33cb9
chore: Further adjust install date in fast fetch
2024-05-24 10:43:27 -07:00
Kyle Gospodnetich
77342067e6
chore: Update to gamescope 3.14.18
2024-05-24 10:25:56 -07:00