RJ Trujillo
bf3e0b9172
fix(just): Add GNOME autologin support
2023-08-01 21:05:28 -06:00
RJ Trujillo
cbd3fa6bee
fix(kde): Correct consecutive rpm-ostree invokations
2023-08-01 21:05:28 -06:00
RJ Trujillo
282c6df825
feat: Implement GNOME VRR patchset
2023-08-01 21:05:28 -06:00
RJ Trujillo
f2308d22af
feat(gnome): Use SDDM
...
This retains the SteamOS theming for the lockscreen/login prompt and allows
us to use our existing setup for autologin for use with HTPCs
2023-08-01 21:05:28 -06:00
RJ Trujillo
af950fff57
feat(deck): Implement GNOME/Steam session switching
...
Adapted from ChimeraOS
2023-08-01 21:05:28 -06:00
RJ Trujillo
64f4a178bc
feat: Implement GNOME autologin service
2023-08-01 21:05:28 -06:00
RJ Trujillo
462c2d519d
feat: Separate DE specific config from shared config
2023-08-01 21:05:28 -06:00
RJ Trujillo
9628a59e0d
fix: Exclude KDE configuration from GNOME images
2023-08-01 21:04:54 -06:00
RJ Trujillo
8071b978a0
feat(boot_menu): Add entries for GNOME images
2023-08-01 21:03:49 -06:00
RJ Trujillo
b9362e5b07
feat(build): Add initial support for GNOME images
2023-08-01 21:03:49 -06:00
Kyle Gospodnetich
25e64543cd
feat(deck): Add UBlue-OS Wallpapers
...
Removing these from the deck builds doesn't save any space due to how OCIs work, might as well keep them.
2023-08-01 19:07:33 -07:00
Kyle Gospodnetich
5c6a6acb82
chore(README): Correct capitalization of DisplayLink
2023-08-01 17:44:06 -07:00
Kyle Gospodnetich
95c17cffe8
fix: Enable displaylink service by default
2023-08-01 17:42:06 -07:00
Kyle Gospodnetich
87f416699c
chore(README): Use full image URLs to fix ublue site
2023-08-01 17:01:02 -07:00
Kyle Gospodnetich
fc82239ab6
chore(README): Adjust thank you section for Decky Loader.
2023-08-01 17:01:02 -07:00
Kyle Gospodnetich
de699c0614
Merge pull request #92 from ublue-os/fix-reboot
...
fix(yafti): Add missing colon to reboot button
2023-08-01 16:03:32 -07:00
Kyle Gospodnetich
d704ccf364
chore: Reorganize boot_menu.yml, remove bazzite-deck-nvidia until we have hardware that could use it.
2023-08-01 16:01:14 -07:00
Kyle Gospodnetich
2869625fc9
chore(README): Adjust release schedule text
2023-08-01 15:58:05 -07:00
RJ Trujillo
826b6f664a
fix(yafti): Add missing colon to reboot button
2023-08-01 16:54:32 -06:00
Kyle Gospodnetich
0ccb1dcbf5
chore: Slow down build schedule for stable releases
2023-08-01 15:40:17 -07:00
Kyle Gospodnetich
46fcbfbe16
Merge pull request #91 from ublue-os/fix-flatpaks
...
fix(deck): Address large image sizes due to layering Flatpak objects
2023-08-01 15:32:59 -07:00
RJ Trujillo
a7a7705284
fix(deck): Address large image sizes due to layering Flatpak objects
...
Installs all flatpaks without deploying them in the base image, and uses
a configuration file to deploy Deck flatpaks
2023-08-01 16:31:00 -06:00
Kyle Gospodnetich
307c9d19b6
chore(README): Typo fix, mention Wooting support.
2023-08-01 12:50:41 -07:00
Kyle Gospodnetich
8ee4ad223b
fix: Add reboot option and message at end of yafti.
2023-08-01 12:35:57 -07:00
Kyle Gospodnetich
b977950e9e
chore(README): Add links to new features
2023-08-01 11:32:40 -07:00
Kyle Gospodnetich
1fc9813560
chore(README): Mention XPadNeo and Displaylink
2023-08-01 11:31:06 -07:00
Kyle Gospodnetich
99c7330819
Merge pull request #90 from ublue-os/extra-layers
...
chore: Create extra layer for Steam & Lutris
2023-08-01 11:27:23 -07:00
Kyle Gospodnetich
eca0273fdd
chore: Create extra layer for Steam & Lutris
2023-08-01 11:14:55 -07:00
Kyle Gospodnetich
52e5e37efb
Merge pull request #89 from ublue-os/evdi
...
feat: Add support for Displaylink
2023-08-01 08:52:27 -07:00
Kyle Gospodnetich
138d053041
feat: Add support for Displaylink
2023-08-01 08:48:12 -07:00
Kyle Gospodnetich
6f0b1a860f
Merge pull request #86 from ublue-os/flatpaks
...
feat: Improve management of Flatpaks
2023-08-01 08:42:51 -07:00
Kyle Gospodnetich
d2d6603405
fix(deck): Fix SteamCMD install script
2023-08-01 08:42:40 -07:00
RJ Trujillo
e6adf70539
fix: Attempt to remove cached flatpak data regardless of whether install list exists
...
Even if /etc/flatpak/install stays the same, these files will change. Thus remove them
regardless of whether the install list exists or not
2023-08-01 08:33:08 -06:00
RJ Trujillo
58da79e755
fix: Copy flatpak objects
2023-07-31 20:45:36 -06:00
RJ Trujillo
c84c854793
fix(deck): Clean flathub dir before caching
...
Removes residual files from desktop flatpak installation
2023-07-31 19:59:38 -06:00
RJ Trujillo
73de019050
fix: Directly cache Flathub repo data instead
...
Exporting the Flathub cache dir has no impact on where applications that aren't
installed get stored. No matter what they end up in /var/lib/flatpak/repo/*
therefore let's make things that much more ugly and directly copy from there
2023-07-31 19:59:38 -06:00
RJ Trujillo
cc40028de6
fix: Temp cache flatpaks in /etc/flatpak/cache
...
Unfortunately, I can't think of a better place to put these that also adheres
to the limitation of shipping them in an OCI image
2023-07-31 19:59:38 -06:00
RJ Trujillo
a09ad6325e
fix: Check for install list before attempting to install flatpaks
2023-07-31 19:59:38 -06:00
RJ Trujillo
397e17062d
fix: Correct path to system flatpaks in install script
2023-07-31 19:59:38 -06:00
RJ Trujillo
b032ca56a8
chore(deck): Chiaki4deck is now on Flathub, move to gaming section
2023-07-31 19:59:38 -06:00
RJ Trujillo
1d2f63d1f8
fix: Actually include Flathub on the installed system
2023-07-31 19:59:38 -06:00
RJ Trujillo
2bd33b2d09
fix(deck): Add Flathub repo
...
Doesn't carry over from the desktop image
2023-07-31 19:59:38 -06:00
RJ Trujillo
9d99b642d2
feat(yafti): Install packages as user
...
This allows individual users to customize their package layout however
they'd like and adds an additional layer of sandboxing
2023-07-31 19:59:38 -06:00
RJ Trujillo
b8178b6a8c
fix(desktop): Add missing settings to the Flatpak installation screen
...
This was why we would get random errors and warnings in spite of packages
being installed regardless
2023-07-31 19:59:38 -06:00
RJ Trujillo
0f0be44ab8
feat: Preinstall system Flatpaks
...
Idea and implementation used from Endlish-Oesque/Beyond
2023-07-31 19:59:38 -06:00
RJ Trujillo
7928fff726
feat: Remove system flatpaks while building image
...
And move this out of yafti
2023-07-31 19:59:38 -06:00
RJ Trujillo
0f62f91875
feat: Include Flathub as system flatpakrepo
2023-07-31 19:59:38 -06:00
Kyle Gospodnetich
23dbe0d3bc
chore: Add git version tag to mesa and udisks2
2023-07-31 18:50:45 -07:00
Kyle Gospodnetich
50ce3cf048
chore: Add Vapor theme preset for GNOME
2023-07-31 16:04:00 -07:00
Kyle Gospodnetich
99684d8b59
chore: Remove a RUN step from the containerfile.
2023-07-31 11:16:00 -07:00