3829 Commits

Author SHA1 Message Date
Kyle Gospodnetich
86d8d4cd46 feat: Use BFQ for HHDs by default 2024-06-24 18:20:48 -07:00
Kyle Gospodnetich
c4218cb52b chore: Drop unneeded MOTD entry 2024-06-24 18:20:41 -07:00
Kyle Gospodnetich
c0d138f574 feat(nvidia): Disable Wayland on Firefox until fixed 2024-06-24 17:29:16 -07:00
Kyle Gospodnetich
453f5542d5 Merge branch 'main' into testing 2024-06-24 17:10:06 -07:00
Kyle Gospodnetich
653a387d92 chore: Minor fix 2024-06-24 17:10:00 -07:00
HikariKnight
289b63f5fa
fix(just): correctly detect if virt-manager is installed (#1278) 2024-06-24 16:49:26 -07:00
Kyle Gospodnetich
dd385a218c chore: Use /etc for bluetooth config 2024-06-24 14:20:20 -07:00
Kyle Gospodnetich
b100f8bb71 chore(nvidia): Restore lost drm config 2024-06-24 13:53:42 -07:00
Kyle Gospodnetich
e0210bc48c Merge branch 'main' into testing 2024-06-24 13:40:54 -07:00
HikariKnight
0526da5f97 feat: add firstboot warning to users with polaris gpus
Only triggers if `/usr/libexec/bazzite-sdl-gpu-warn` exists (only does on handheld images)
also triggers on any gpus defined in `/usr/libexec/gamescope-sdl-workaround`
2024-06-24 13:40:46 -07:00
Kyle Gospodnetich
f6e66196dd chore: Link to documentation in waydroid-launcher 2024-06-24 13:40:46 -07:00
Kyle Gospodnetich
11b29835ae chore: Override UserpaceHID in bluetooth input config 2024-06-24 13:40:46 -07:00
Kyle Gospodnetich
900ce0f8e2 fix(nvidia): Work around Firefox issue with 555 (Temporary) 2024-06-24 13:40:46 -07:00
Kyle Gospodnetich
cf8b8818dd chore: Link to documentation in waydroid-launcher 2024-06-24 13:30:30 -07:00
Kyle Gospodnetich
9a80d87fc4 chore: Override UserpaceHID in bluetooth input config 2024-06-24 13:19:16 -07:00
Kyle Gospodnetich
99a6511c0c
chore: Place removal immediately after install 2024-06-24 11:43:47 -07:00
Kyle Gospodnetich
d9cfe866e5 fix(nvidia): Remove file from negativo that prevents nvidia drivers from landing in initramfs. 2024-06-24 11:35:28 -07:00
Kyle Gospodnetich
42cb95c4a2 Merge branch 'main' into testing 2024-06-24 09:55:43 -07:00
Kyle Gospodnetich
58fc0b253a chore: Update os-release 2024-06-24 09:55:31 -07:00
Kyle Gospodnetich
89b9a85102 fix(nvidia): Restore dracut config 2024-06-24 08:22:48 -07:00
Kyle Gospodnetich
e7a9ca63e2 chore: More package cleanup, future proof Recommends change 2024-06-24 08:22:21 -07:00
RJ Trujillo
9f6f5e143b
Merge pull request #1273 from m18h/onexplayer-f1-fixes
feat: kernel arguments for onexplayer f1
2024-06-24 10:30:19 -04:00
RJ Trujillo
bca46180e1
Merge pull request #1269 from ublue-os/update-sunshine-workaround
fix: update sunshine workaround to handle symlinks
2024-06-24 10:28:30 -04:00
RJ Trujillo
78ad225e96
Merge pull request #1272 from ublue-os/dependabot/github_actions/jasonn3/build-container-installer-1.2.1
chore(deps): bump jasonn3/build-container-installer from 1.2.0 to 1.2.1
2024-06-24 10:27:07 -04:00
dependabot[bot]
364f2f6aaf
chore(deps): bump jasonn3/build-container-installer from 1.2.0 to 1.2.1
Bumps [jasonn3/build-container-installer](https://github.com/jasonn3/build-container-installer) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/jasonn3/build-container-installer/releases)
- [Commits](https://github.com/jasonn3/build-container-installer/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: jasonn3/build-container-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 11:47:25 +00:00
Michael K. Essandoh
0e54886183 Merge branch 'onexplayer-f1-fixes' of github.com:m18h/bazzite into onexplayer-f1-fixes 2024-06-24 11:44:19 +00:00
Brother Michael
8bff5e7560 feat: added panel orietation and gttsize kargs 2024-06-24 11:43:44 +00:00
Brother Michael
5ac38c527e
added panel orietation and gttsize kernel args 2024-06-24 11:32:23 +00:00
Brother Michael
e6d229169a
Merge pull request #1 from ublue-os/main
chore(ujust): Improve setup-virtualization user experience (#1237)
2024-06-24 09:57:07 +00:00
HikariKnight
7438427991 fix: update sunshine workaround to handle the symlink 2024-06-24 09:48:17 +02:00
Kyle Gospodnetich
1785d53aec chore: More package cleanup, disable rpm-ostree installing recommends by default 2024-06-23 23:57:01 -07:00
Kyle Gospodnetich
2266759808 Merge branch 'main' into testing 2024-06-23 23:54:05 -07:00
Zeglius
b739cd9e69
chore(ujust): Improve setup-virtualization user experience (#1237)
* chore(ujust): Improve virt-manager detection at setup-virtualization

* refactor(ujust): isolate temporary var in a subshell

* chore(ujust): Move libvirtd,service enablement logic to service

* Add bazzite-libvirtd-setup.service

* fix(ujust): Replace faulty bazzite-libvirtd-setup.service triggering condition

* chore(ujust): reduce grep usage in setup-virtualization

* chore(ujust): add missing sudo call

* chore(ujust): remove unnecessary check in disable-virtualization

rpm-ostree should remove virtualization related packages/kernel args regardless of virt-manager being installed.
rpm-ostree will not generate a commit if no effective change is applied.

* chore(ujust): Disable setup service at disable-virtualization

---------

Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
2024-06-23 17:46:49 -07:00
Crono
ae31f7779e
Fix typo straggler (#1265) 2024-06-23 09:00:41 -07:00
p3nj
cf63b89c0b
feat(fcitx5): Add advanced Chinese input method fcitx5-chinese-addons (#1261)
Add fcitx5-chinese-addons package under fcitx5-mozc to enable advance input method for Chinese users. (Shuangpin, Wubi..)
2024-06-23 09:00:24 -07:00
Kyle Gospodnetich
4add5a2a05 chore: Drop unneeded desktop file change 2024-06-22 23:24:27 -07:00
Kyle Gospodnetich
c1c49930e9 chore: Restore some pipewire packages 2024-06-22 22:59:53 -07:00
Kyle Gospodnetich
67e1711c5d Merge branch 'main' into testing 2024-06-22 22:17:07 -07:00
trbocode
d2e087f0b6
feat: Add ydotool (#1262) 2024-06-22 22:16:06 -07:00
Kyle Gospodnetich
741cfa0e6c chore: More package cleanup 2024-06-22 21:54:42 -07:00
Kyle Gospodnetich
0cae883ab9 chore: Keep fsync kernel repo enabled for dependencies that need kernel headers 2024-06-22 21:41:21 -07:00
Kyle Gospodnetich
a1c6484850 Merge branch 'main' into testing 2024-06-22 21:40:20 -07:00
Crono
0bcea89e96
feat: Add Brazilian Portuguese translation to README (#1258)
* Add Brazilian Portuguese README

* Add Brazilian Portuguese language selectors

* Fix & adjust some minor details

* Fix one minor syntax error

* Fix table of contents linking

* Fix spelling mistakes
2024-06-22 16:31:44 -07:00
Kyle Gospodnetich
3ab9fe4d5a
chore: Drop some fluff that can be layered or installed with brew 2024-06-22 16:28:28 -07:00
Kyle Gospodnetich
95957bd99d
chore(gnome): Drop no longer needed VTE override 2024-06-22 16:23:33 -07:00
Kyle Gospodnetich
8d5e8331af
chore: Drop no longer needed kernel devel packages 2024-06-22 15:33:06 -07:00
Kyle Gospodnetich
6ccc17efa6
chore: Restore missing wallpaper engine download 2024-06-22 15:19:33 -07:00
Kyle Gospodnetich
00f1eb4d23 feat: Add Bore config from CachyOS 2024-06-22 14:15:08 -07:00
Kyle Gospodnetich
4743adfbd1 feat: Drop System76-Scheduler, replaced by schedule changes in systemd and by BORE scheduler in kernel. 2024-06-22 13:00:32 -07:00
Kyle Gospodnetich
f5ff39af2b Merge branch 'main' into testing 2024-06-22 12:46:23 -07:00