1937 Commits

Author SHA1 Message Date
Kyle Gospodnetich
762db3cb64 fix(deck): Correct EmuDeck install on GNOME builds 2023-11-16 12:39:18 -08:00
Kyle Gospodnetich
bd245b2601 feat(deck): Switch to new fork of steam-patch 2023-11-16 12:39:08 -08:00
Kyle Gospodnetich
38a61d08a5 feat(deck): Add iomem=relaxed karg automatically on handhelds that require RyzenAdj for TDP control 2023-11-16 11:30:44 -08:00
Pat Connors
8d32a3a995
feat(readme): Add link to announcements (#551) 2023-11-15 14:07:14 -08:00
Pat Connors
919c17c7cb
feat(deck): Add documentation link to Bazzite Portal (#550) 2023-11-15 09:05:15 -08:00
Pat Connors
e6df636126
feat: Add documentation link to Bazzite Portal (#549) 2023-11-15 09:05:09 -08:00
Pat Connors
f4f08cbb2a
chore(readme): Link Waydroid guide (#547)
* chore(readme): Link Waydroid guide

* fix(readme): Spacing
2023-11-15 00:02:09 -08:00
Pat Connors
5f8951d88f
feat: Replace Website with Forums on Bazzite Portal (#544)
Links to Bazzite's Discourse.
2023-11-14 17:51:41 -08:00
Pat Connors
e624854335
feat(deck): Replace Website with Forums on Bazzite Portal (#545)
Links to Bazzite's Discourse.
2023-11-14 17:51:35 -08:00
Pat Connors
2a70c5e6fd
chore(readme): Replace older website links... (#543)
* chore(readme): Replace older website links...

...to Discourse.

* fix(readme): no mention of forums
2023-11-14 17:51:24 -08:00
Kyle Gospodnetich
5831b1dac0 feat(gnome): Add bazzite-menu extension to desktop images, modify defaults to show gamemode option on deck builds. 2023-11-14 16:33:15 -08:00
Kyle Gospodnetich
0391221c8b feat(deck): Add needed changes to support OLED Deck.
Galileo is a guess based on current gamescope source.
2023-11-13 22:06:48 -08:00
Kyle Gospodnetich
24e313ad4e chore: Remove 30-distrobox.just overrides, move additions to them to 60-custom.just
This ensures we match upstream ublue in most cases.
2023-11-13 19:33:49 -08:00
Kyle Gospodnetich
f34aa807d9 fix(gnome): Remove gnome-software-rpm-ostree. Slows down gnome-software and offers little for our use case. 2023-11-13 10:59:05 -08:00
dependabot[bot]
2ae794bc6b
chore(deps): bump sigstore/cosign-installer from 3.1.2 to 3.2.0 (#539)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.1.2...v3.2.0)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 09:32:36 -08:00
Kyle Gospodnetich
d3d08b4c8c fix(kde): Restore Calculator as a flatpak 2023-11-13 09:21:43 -08:00
Pat Connors
360cd78397
feat(readme): Add Features from Upstream (#536) 2023-11-12 23:18:26 -08:00
Kyle Gospodnetich
70deae6be6 chore: Update README for Wayland 2023-11-12 22:25:32 -08:00
Kyle Gospodnetich
b7e6c44c6f fix: Use patched bluez library
Uses direct paths for rpms due to issue overriding these packages w/ names, this is temporary anyway until next bluez release.
2023-11-12 21:44:05 -08:00
Kyle Gospodnetich
825945d319 Revert "chore: Remove plasma addons"
This reverts commit ad4b62fd622dc4f549627045d573fb81e9dc3fc2.
2023-11-12 20:07:43 -08:00
Kyle Gospodnetich
7378e4a55b
feat(deck): Enable Wayland by default 2023-11-12 19:15:23 -08:00
Kyle Gospodnetich
03fcd16fda chore(readme): Adjust width of tagline 2023-11-12 17:05:14 -08:00
Kyle Gospodnetich
d9bf80549c chore: Minor syntax fix in os-branch-select 2023-11-12 16:33:42 -08:00
Kyle Gospodnetich
c4a4ce17cc chore: Increase est update time 2023-11-12 15:36:51 -08:00
Kyle Gospodnetich
ad4b62fd62 chore: Remove plasma addons 2023-11-12 15:36:47 -08:00
Kyle Gospodnetich
2534fb9f19 fix: Only autostart Steam on deck images 2023-11-11 08:59:43 -08:00
Kyle Gospodnetich
ea5b583bca fix(deck): Correct zram disabling karg 2023-11-10 23:25:59 -08:00
Kyle Gospodnetich
23bb5cb8f8 chore: Remove shortcuts only, let users delete container if no longer desired. Final step for go-live of layered Steam. 2023-11-10 23:24:48 -08:00
Kyle Gospodnetich
62e299c2b4 fix(deck): Modify returned/accepted values of os-branch-select to something the steam client understands 2023-11-10 21:52:11 -08:00
Kyle Gospodnetich
6d2818cff7 chore: Add bluez spec files with patch for controller issues 2023-11-10 15:21:58 -08:00
Kyle Gospodnetich
c99970620f
feat: Always layer Steam (#525)
* feat: Layer Steam & Lutris on all images, unifying behavior across Bazzite.
feat: Add gamescope to non-nvidia desktop images.
chore: Remove versions checks now that F39 is stable.

* chore: Remove bazzite-arch from yafti, always set up desktop icons

* chore(readme): Remove bazzite-arch mentions
feat: Add vk_hdr_layer for future use

* chore: Clean up just commands for layered steam

* chore(ci): Syntax fix

* chore: Replace libOSMesa as well

* chore: Disable vkcapture on all surface images

* chore: Autostart Steam on all images

* chore: Remove old bazzite-arch installs automatically (if applicable)

* chore: Also remove old desktop icons after replacement

* chore: Recommend ujust over just

* chore(readme): Remove KDE note on XwaylandVideoBridge, no longer true.

* chore: Move bazzite-steam binary to desktop image
2023-11-10 13:19:01 -08:00
Kyle Gospodnetich
48ae649f5b feat(deck): Add Xvfb, useful for running some services in the background in gamemode. 2023-11-09 23:48:26 -08:00
Kyle Gospodnetich
7e683ba3ba fix(kde): Add gwenview and okular flatpaks to default install list after they were removed from Kinoite.
Fixes #526
2023-11-09 12:02:12 -08:00
Kyle Gospodnetich
a94f845c81 fix(gnome): Fix issue with logo menu not enabling automatically on Fedora 39. 2023-11-09 09:22:36 -08:00
Kyle Gospodnetich
57cbf6794e fix: Resolve xdg-desktop-portal issues(!) 2023-11-08 18:16:57 -08:00
Kyle Gospodnetich
9a6f356ff3 chore: Ignore cec errors in service 2023-11-08 16:36:18 -08:00
Kyle Gospodnetich
dac5bf5cf3 fix(deck): Don't consider errors in steamos-automount to be fatal, this is just a request for external drives to be mounted. 2023-11-08 15:28:54 -08:00
Kyle Gospodnetich
edd08c30d7 chore: Restore bluetooth config, set permissions on /var/lib/bluetooth folder 2023-11-08 15:18:08 -08:00
Kyle Gospodnetich
4d955cb8ac fix: Restore noto-san change removed from main 2023-11-08 12:37:25 -08:00
Kyle Gospodnetich
11408e14ac fix(deck): Fix issue with ntfs in the latest udisks2 2023-11-08 09:53:39 -08:00
Kyle Gospodnetich
287eb3a49d chore: Cleanup 2023-11-08 08:42:26 -08:00
RJ Trujillo
d156fdf759
chore(ci): Bump isogenerator to v2.2.0 2023-11-08 08:57:46 -07:00
Kyle Gospodnetich
d324f62446
fix: Correct missing extest library 2023-11-08 00:58:55 -08:00
Kyle Gospodnetich
590982a006 Revert "chore: Temporarily disable obs-vkcapture"
This reverts commit 1bf6c8a6ae0ee9bc6fecaf508740a4083a19127b.
2023-11-07 21:18:32 -08:00
github-actions[bot]
2968491ac8
chore(main): release 2.0.2 (#518)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.0.2
2023-11-07 21:16:28 -08:00
Kyle Gospodnetich
a7597d3f9d chore: release 2.0.2
Release-As: 2.0.2
2023-11-07 21:14:49 -08:00
Kyle Gospodnetich
4014518ff8 chore: Use 39 for Installer 2023-11-07 21:05:47 -08:00
github-actions[bot]
2006f7b318
chore(main): release 2.0.1 (#513)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v2.0.1
2023-11-07 20:55:28 -08:00
Kyle Gospodnetich
4ac245d4f9 chore: release 2.0.1
Release-As: 2.0.1
2023-11-07 19:58:12 -08:00
Kyle Gospodnetich
1bf6c8a6ae chore: Temporarily disable obs-vkcapture 2023-11-07 18:54:49 -08:00