mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 12:32:37 +00:00
fix(gnome): Cleanup dconf files, add service to apply.
This commit is contained in:
parent
0eaaf6a0f0
commit
f5ca150216
@ -273,7 +273,8 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
|||||||
gnome-classic-session \
|
gnome-classic-session \
|
||||||
gnome-tour \
|
gnome-tour \
|
||||||
gnome-extensions-app \
|
gnome-extensions-app \
|
||||||
gnome-initial-setup \
|
gnome-initial-setup && \
|
||||||
|
systemctl enable dconf-update.service \
|
||||||
; fi
|
; fi
|
||||||
|
|
||||||
# Install gamescope-limiter patched Mesa
|
# Install gamescope-limiter patched Mesa
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
[org/gnome/shell]
|
|
||||||
favorite-apps = ['org.mozilla.firefox.desktop', 'steam.desktop', 'net.lutris.Lutris.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop']
|
|
@ -1,2 +1,2 @@
|
|||||||
[org/gnome/shell]
|
[org/gnome/shell]
|
||||||
favorite-apps = ['org.mozilla.firefox.desktop', 'steam.desktop', 'bazzite-arch-steam.desktop', 'net.lutris.Lutris.desktop', 'bazzite-arch-net.lutris.Lutris.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop']
|
favorite-apps = ['org.mozilla.firefox.desktop', 'steam.desktop', 'net.lutris.Lutris.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop']
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Update the dconf database onboot
|
||||||
|
Documentation=https://github.com/coreos/rpm-ostree/issues/1944
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/bin/dconf update
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user