1585 Commits

Author SHA1 Message Date
Kyle Gospodnetich
58cac9ae20 chore: Use xdg-mime in steamdeck-gnome-presets 2023-10-22 17:04:54 -07:00
Kyle Gospodnetich
f89018743a feat(gnome): Add nested desktop support from SteamOS 2023-10-22 16:15:03 -07:00
Kyle Gospodnetich
a699c90ea8 feat(deck): Add default input settings and icons for Steam to Waydroid shortcut 2023-10-22 16:15:03 -07:00
Kyle Gospodnetich
c3ba77abff chore: First pass of nested desktop support 2023-10-22 11:33:11 -07:00
Kyle Gospodnetich
71026dabcd feat(deck): Add new SteamOS Nested Desktop feature.
GNOME support for this will be coming next.
2023-10-22 09:37:11 -07:00
Kyle Gospodnetich
c9d28d1bb6 chore: Add symlinks to make searching for icon friendlier 2023-10-21 09:56:14 -07:00
Kyle Gospodnetich
3eb738ef0c Revert "chore: Disable XDG workaround on Fedora 39 and newer"
This reverts commit caf4a9eaa31a3999f9d09d3db5580f7402d019d9.
2023-10-21 09:54:54 -07:00
Kyle Gospodnetich
e3ca007799 chore: Remove search light 2023-10-21 00:58:17 -07:00
Kyle Gospodnetich
d36b72065f chore: Move to using arrays in bazzite-hardware-setup 2023-10-21 00:56:11 -07:00
Kyle Gospodnetich
1e05d4fd19 chore: Upgrade to latest VulkanLayer flatpaks 2023-10-21 00:36:11 -07:00
Kyle Gospodnetich
b370cc196e chore: Slightly increase update time guesstimation due to initramfs addition 2023-10-20 17:47:43 -07:00
Kyle Gospodnetich
7f7f5b8802 fix: Modify initramfs applicator to always apply all needed params 2023-10-20 17:45:45 -07:00
Kyle Gospodnetich
a40caa7957 chore: Always set /etc/crypttab in initramfs step 2023-10-20 17:37:41 -07:00
Kyle Gospodnetich
df3f1c4375 chore: Cleanup bazzite-hardware-setup, make more use of initramfs
chore: Use lower numbers for sysctl.d
2023-10-20 17:26:33 -07:00
Kyle Gospodnetich
caf4a9eaa3 chore: Disable XDG workaround on Fedora 39 and newer 2023-10-20 14:46:53 -07:00
Kyle Gospodnetich
d5af1e0e64 chore: Increase priority of sysctl changes 2023-10-20 14:00:04 -07:00
Kyle Gospodnetich
69f2af1884 chore: Reorganize user setup steps 2023-10-20 13:56:21 -07:00
Kyle Gospodnetich
01aac634c5 chore: Use new privileged user setup script for certain tasks 2023-10-20 13:51:35 -07:00
Kyle Gospodnetich
f933ab7845 chore: Move flatpak install list to /usr/share 2023-10-20 13:46:18 -07:00
Kyle Gospodnetich
7de70777b3 chore: Remove notification 2023-10-20 12:38:34 -07:00
Kyle Gospodnetich
138d2d0b8b feat(gnome): Restore power-profiles-daemon 2023-10-20 11:08:54 -07:00
bobslept
5736f23380 chore: provide IMAGE_VENDOR via buildarg 2023-10-20 11:43:45 -06:00
Kyle Gospodnetich
af339d97c4 chore: Replace remaining just calls with ujust 2023-10-20 00:00:11 -07:00
Kyle Gospodnetich
5c902473b4 chore: Move flathub setup to separate script, run with pkexec 2023-10-19 23:56:34 -07:00
Kyle Gospodnetich
673086cc51 chore: Minor cleanup for ujust 2023-10-19 17:43:09 -07:00
Kyle Gospodnetich
104f45ff81 chore: Add some safety checks to ensure flathub is enabled 2023-10-19 17:38:56 -07:00
fiftydinar
0ccfe46d9b
fix: Remove rd.luks.options=discard karg & use --append-if-missing for kargs (#453)
* fix: Remove rd.luks.options=discard karg

There is no need for it since it will be applied automatically with initramfs LUKS workaround.

* Use --append-if-missing instead of --append for rpm-ostree kargs
2023-10-19 08:44:46 -07:00
Kyle Gospodnetich
15c4fdd3fb feat(gnome): Add Steam & Lutris to the dash by default 2023-10-18 21:38:34 -07:00
Kyle Gospodnetich
a96f959844 chore: Replace additional references to just 2023-10-18 20:38:24 -07:00
Kyle Gospodnetich
955be4cc01 chore: Use new ujust executable in Yafti 2023-10-18 20:35:44 -07:00
Kyle Gospodnetich
d83d129c42 feat(deck): Add additional tweaks for zram performance, switch to sysctl.d to disable watchdog (Thanks Saber J2X and fiftydinar) 2023-10-18 16:17:49 -07:00
RJ Trujillo
d6d8ee60ef
Merge pull request #452 from HikariKnight/virtual-audio-channels
Feat: Add Virtual Surround 7.1 setup to just
2023-10-18 17:05:17 -06:00
Kyle Gospodnetich
3be722994c feat: Disable split lock mitigation for increased gaming performance in titles like God of War (Thanks Saber J2X) 2023-10-18 16:03:59 -07:00
HikariKnight
4b769201cc chore: added extra output about where we got the convolver files from 2023-10-19 00:40:49 +02:00
HikariKnight
f539e99fc6 feat: add a basic virtual surround 7.1 config using ASH Control Room 1 2023-10-19 00:24:24 +02:00
HikariKnight
1e824a5a81 fix: add missing comment with info about what virtual audio channels are and their use case 2023-10-18 20:07:06 +02:00
RJ Trujillo
250f20e13e
fix(yafti): Use pkexec to enable Deck BIOS and FW updates 2023-10-18 08:08:56 -06:00
Kyle Gospodnetich
40242d21bb chore(readme): Minor update to zram section 2023-10-17 23:33:07 -07:00
Kyle Gospodnetich
9f839527a1 Merge branch 'pkexec' 2023-10-17 22:41:34 -07:00
Kyle Gospodnetich
50b2894c53 feat(deck): Increase ZRAM size to 4GB by default (Thanks Saber J2X) 2023-10-17 22:41:34 -07:00
Pat Connors
1b3d3211c6
feat: Added "System Management" Category (#450)
* feat: Added "System Management" Category

chore: moved Warehouse to this category.
feat: added Metadata Cleaner to Utilities category
fix: removed FAQ link at the end

* same thing for deck
2023-10-17 18:12:15 -07:00
Pat Connors
96cebff9d2
feat: Added "System Management" Category (deck) (#451)
chore: moved Warehouse to this category.
feat: added Metadata Cleaner to Utilities category
fix: removed FAQ link at the end
2023-10-17 18:12:08 -07:00
HikariKnight
7586e95bf7
feat: add virtual audio channels for special usecases (#449) 2023-10-17 16:54:09 -07:00
Kyle Gospodnetich
83b5349443 chore: Move obs-vkcapture to Nvidia & Deck images only 2023-10-17 16:05:52 -07:00
Kyle Gospodnetich
cd34969617 feat(gnome): Add Nautilus integration for GSConnect (KDE Connect) 2023-10-17 12:05:53 -07:00
Kyle Gospodnetich
4ab99c68e9 feat(gnome): Switch to dconf settings for a number of needed changes in gnome, add default dash application assignments. 2023-10-17 11:33:17 -07:00
Kyle Gospodnetich
06c88683ad chore: Switch to new obs-vkcapture package
fix(gnome): Remove non-working gsetting call
2023-10-17 01:42:52 -07:00
Kyle Gospodnetich
7395a752b4 chore: Restore vkcapture to previous setup 2023-10-17 00:14:09 -07:00
Kyle Gospodnetich
0fb5b384d3
chore(press-kit): Add newsletter link 2023-10-17 00:02:15 -07:00
Kyle Gospodnetich
9368037631 fix: Correct hostname check (Thanks szescxz) 2023-10-16 23:56:15 -07:00