Skip to content

Commit

Permalink
feat: Add workaround to allow KDE Discover install sddm themes (#1890)
Browse files Browse the repository at this point in the history
* chore(readme): Remove tuned mention now that it's upstream

* feat: Add workaround to allow KDE Discover install sddm themes

---------

Co-authored-by: Kyle Gospodnetich <[email protected]>
  • Loading branch information
Zeglius and KyleGospo authored Nov 18, 2024
1 parent 2a3004c commit a9fd136
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ RUN rm -f /etc/profile.d/toolbox.sh && \
systemctl enable ublue-update.timer && \
systemctl enable incus-workaround.service && \
systemctl enable bazzite-hardware-setup.service && \
systemctl enable usr-share-sddm-themes.mount && \
systemctl disable tailscaled.service && \
systemctl enable dev-hugepages1G.mount && \
systemctl enable bazzite-snapper-setup && \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Workaround to allow KDE Discover to install sddm themes

[Unit]
Description=KDE writable sddm workaround
RequiresMountsFor=/usr/share/sddm/themes
PartOf=bazzite-kde-themes-workaround.target

[Mount]
Type=overlay
What=overlay
Where=/usr/share/sddm/themes
Options=lowerdir=/usr/share/sddm/themes,upperdir=/var/sddm_themes/themes,workdir=/var/sddm_themes/themes.work

[Install]
WantedBy=multi-user.target

0 comments on commit a9fd136

Please sign in to comment.