1370 Commits

Author SHA1 Message Date
Ian C
c89cf0dc53
fix(sunshine): fix systemd file for missing closing quote (#1226) 2024-06-14 08:16:42 -07:00
Asir N
2a8fc70730
fix: Add DMIs for AYANEO AIR 1S, OXP2/Pro and ONEXFLY (#1216)
* fix(waydroid): Add correct waydroid resolution for AYANEO AIR Plus, and add DMIs for AYANEO AIR 1S, OXP2/Pro, and OXP F1 (ONEXFLY)

- Correct Waydroid screen resolution for AYANEO AIR Plus as it has a 1080p resolution rather that 1200p.

- Add AYANEO AIR 1S, ONEXPLAYER 2/Pro, and ONEXPLAYER F1 (ONEXFLY) DMIs for their appropriate screen resolutions.

* fix(waydroid): Correct OXP2 Pro DMI

The "ARP23" at the end is supposed to be an "ARP23P."

* fix(hhd): Add DMIs for AYANEO AIR 1S (AMD R愛zen 7840U) to hhd-supported-hardware

Adding AYANEO AIR 1S (AMD 7840U) DMIs for both the regular and limited editions as hhd already supports them.

* fix(simpledeckytdp): Add DMIs for AYANEO AIR 1S, OXP2/Pro, and OXP F1 (ONEXFLY) (all powered by AMD R愛zen 7840U)

Adding AYANEO AIR 1S, OXP2/Pro, and ONEXFLY as they already support RyzenAdj (and by extension SimpleDeckyTDP itself).

『愛してるよ! 愛だけに!』
2024-06-09 08:59:26 -07:00
HikariKnight
4201633f27
feat: add hidden ujust to install hhd main branch locally (#1218)
* feat: add ujust to install hhd main branch locally
useful for debugging and testing.

* chore: add comment on what name it should be if we unhide the recipe
2024-06-09 08:59:02 -07:00
Kyle Gospodnetich
40d95c3bc5 fix: Fix executable flag of hardware script (Thanks @mjpaden)
Fixes #1203
2024-06-04 12:54:51 -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
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
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
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
6d8cf50302
chore: Update gamescope prior to graphical session 2024-05-26 22:23:31 -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
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
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
357634189e chore: Move default timeout config to /etc for easy customization 2024-05-24 17:18:38 -07:00
Kyle Gospodnetich
1f03a33cb9 chore: Further adjust install date in fast fetch 2024-05-24 10:43:27 -07:00
Kyle Gospodnetich
57612bf58d fix: Correct sunshine workaround for the latest versions 2024-05-23 23:32:14 -07:00
Kyle Gospodnetich
70e09b4fd7 chore: Fix install date output in FastFetch 2024-05-23 10:55:43 -07:00
Kyle Gospodnetich
e058a36bf9 chore: Remove unneeded config 2024-05-22 09:50:23 -07:00
Kyle Gospodnetich
9fcbaf64b3 chore: Drop auto-power-profile extension 2024-05-22 09:48:11 -07:00
Kyle Gospodnetich
5129075d78 chore(gnome): Add Pods and Podman Desktop to Containers folder 2024-05-21 22:34:42 -07:00
Kyle Gospodnetich
9a1eede973 chore: Add new icons to Utilities folder on GNOME by default 2024-05-21 16:45:43 -07:00
Kyle Gospodnetich
cae8d96985 feat: Recover from GPU crashes on the primary GPU - from jupiter-hw-support 2024-05-20 21:32:55 -07:00
Pat Connors
01967d1756
feat: New .desktop shortcuts (Docs and Landing) (#1146)
* Add new Bazzite .desktop icons

Possibly placeholders

* Added new desktop shortcuts (Docs & Landing)

One shortcut goes to the docs page and the other goes to the [pinned forum thread](https://universal-blue.discourse.group/docs?topic=8)

* Update system_files/desktop/shared/usr/share/applications/Bazzite Documentation.desktop

Co-authored-by: Malix <alixbrunetcontact@gmail.com>

* Update system_files/desktop/shared/usr/share/applications/Bazzite Landing.desktop

Co-authored-by: Malix <alixbrunetcontact@gmail.com>

---------

Co-authored-by: Malix <alixbrunetcontact@gmail.com>
2024-05-20 16:46:06 -07:00
Kyle Gospodnetich
9b4fb52ab2 chore(kde): Add fix for log spam (Thank @m2giles) 2024-05-20 10:32:14 -07:00
wolfyreload
54b8ced0fa
feat(ujust): add install-boxtron (#1152) 2024-05-19 10:10:45 -07:00
Kyle Gospodnetich
91b779fe2d Merge branch 'testing' 2024-05-18 22:13:58 -07:00
Kyle Gospodnetich
0f493d70af feat: Add install date to fastfetch 2024-05-18 21:58:22 -07:00
Michael
67759bef83
fix(ujust): setup-cdemu script failing to install cdemu (#1151) 2024-05-18 12:26:45 -07:00
Kyle Gospodnetich
d39549e558 chore(framework): Remove default extension enablement 2024-05-17 09:01:49 -07:00
Kyle Gospodnetich
8f15e0b8bc
chore: Fix syntax issue in yafti.yml
Fixes #1139
2024-05-17 06:29:02 -07:00
m2
feb4cdcc20
fix: correct brew directory. (#1140)
* fix: brew auto upgrade services

* fix: brew not in right directory

* chore: simplify move.
2024-05-17 06:26:14 -07:00
Kyle Gospodnetich
8df6fb7740 Revert "chore: Disable brew in topgrade"
This reverts commit b0a0ae4944a95ce072e5d05634e26acd03c1494b.
2024-05-16 21:10:23 -07:00
Kyle Gospodnetich
b0a0ae4944
chore: Disable brew in topgrade 2024-05-16 15:14:06 -07:00
m2
fd7640dedb
fix: brew auto upgrade services (#1135) 2024-05-16 14:51:56 -07:00
Kyle Gospodnetich
0e8f77dedf feat: Add option to enable desktop integration for Waydroid 2024-05-16 11:52:58 -07:00
Kyle Gospodnetich
1d2a51333c fix: Always use sudo for waydroid GPU selector 2024-05-16 11:45:11 -07:00
m2
7e2f60e212
Merge pull request #1130 from ublue-os/brew-compress
chore: compress brew on image
2024-05-16 11:33:52 -04:00
Kyle Gospodnetich
926fdb998b Merge branch 'main' into testing 2024-05-16 06:35:22 -07:00
Kyle Gospodnetich
c2bb74d8e8 fix: Use EmuDeck AppImage 2024-05-16 06:34:57 -07:00
m2Giles
6fccc69994 chore: compress brew on image 2024-05-16 08:57:49 -04:00
m2Giles
733fb48c9e chore: set environment variables for brew 2024-05-16 00:54:41 -04:00
m2Giles
8e32db53ab chore: use brew's installer 2024-05-16 00:49:40 -04:00