* feat(deck): Implement optional support for switching to GNOME on Wayland
This adds a variable, DESKTOP_WAYLAND, to /etc/default/desktop-wayland that gets sourced
by steamos-session-select and determines whether or not to use Wayland or X11. By default,
this ships as false
* feat(deck): Implement optional support for switching to Plasma on Wayland
* feat(deck): Add hidden just script to toggle Wayland desktop session
Omitted from 'just list'
Fixes booting to a black screen when using gamescope-autologin under GNOME
This workaround was written to explicitly use KWin and doesn't seem to be an
issue anyway. Exclude from GNOME images and leave in place for KDE images
To maintain balanced contrast between header bar + cards & their shades. Too dark shades look out of place.
Addresses the misunderstanding between me & Kylegospo lol.
I probably didn't explain the best either.
To maintain balanced contrast between header bar + cards & their shades. Too dark shades look out of place.
Addresses the misunderstanding between me & Kylegospo lol.
I probably didn't explain the best either.
* feat(gnome): Use GDM on desktop
Restores GDM on desktop and implements GNOME autologin with GDM support. This allows
users to use screen locking. Omitted from Steam Deck as there isn't a seemingly clean
way to implement this for session switching. Will investigate in the future
* fix(gnome): Restore patched xorg-x11-server-Xwayland package for VRR
---------
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
* fix: Stop caching flatpaks
These take up way too much space in images
* fix(flatpak-system-install): Require network connection
* fix(flatpak-system-install): Restart on failure
* fix(gnome): Add Silverblue flatpaks to install list
* fix(flatpak-system-install): Silence errors on package removal
A package may not be removed for a number of reasons, for example if someone were
to rebase from Kinoite to Bazzite GNOME, they wouldn't have the GNOME app suite
installed from Silverblue
* fix(deck): Don't try to install cached system flatpaks
Addresses an issue where gamescope-autologin doesn't function correctly if this file exists after starting Steam. Appears isolated to GNOME. This doesn't cause issues with sessions switching as the file gets created by steamos-session-select regardless