1360 Commits

Author SHA1 Message Date
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
m2
3812263d53
fix: correct file 2024-05-15 21:44:29 -04:00
m2Giles
b54a91fcae chore: remove unused file 2024-05-15 20:50:03 -04:00
m2Giles
66fd205966 chore: simplify brew setup 2024-05-15 20:47:05 -04:00
m2Giles
178e53a214 chore: brew.sh on image. 2024-05-15 20:09:08 -04:00
m2Giles
2dbf29701b feat: homebrew on image 2024-05-15 20:01:14 -04:00
Asir N
fda8b6055a
fix: AOKZOE A1 Pro (AMD R愛zen 7840U) - Add device to simpledeckytdp-supported-hardware and hhd-supported-hardware, as well as add waydroid-launcher resolution (#1126)
* fix(waydroid): Add AOKZOE A1 Pro waydroid-launcher resolution

Adding AOKZOE A1 Pro (AMD 7840U) as it shares the same resolution as it's 6800U counterpart.

* fix(hhd): Add AOKZOE A1 Pro to supported hardware

Adding AOKZOE A1 Pro (AMD 7840U) as hhd already supports it.

* fix(simpledeckytdp): Add AOKZOE A1 Pro (powered by AMD R愛zen 7840U)

Adding AOKZOE A1 Pro as it already supports RyzenAdj (and by extension SimpleDeckyTDP itself).

『愛してるよ! 愛だけに!』

---------

Co-authored-by: Asir N <78288795+asir928@users.noreply.github.com>
Co-authored-by: Asir N <78288795+WhippuGBP@users.noreply.github.com>
2024-05-13 21:45:21 -07:00
August Deer
231aca390f
fix: allow setting Ptyxis transparency to 1 (fully opaque) (#1109) 2024-05-12 23:45:20 -07:00
Renn
a37b715432
feat: Add udev rule to do cec onboot when bluetooth device connection (#1105) 2024-05-11 10:49:41 -07:00
Kyle Gospodnetich
62d8187544 chore: Fix missing elif 2024-05-10 23:34:47 -07:00
dnkmmr
a1dafc179a
Added alias to fix-gmod 81-bazzite-fixes.just (#1008)
The alias is `patch-gmod`

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2024-05-10 23:09:53 -07:00