mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 16:13:23 +00:00
feat: Add workaround to allow KDE Discover install sddm themes (#1890)
* 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 <me@kylegospodneti.ch>
This commit is contained in:
parent
2a3004c683
commit
a9fd13617a
@ -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 && \
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user