mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 13:20:17 +00:00
fix: Enable sdgyrodsu and KDE's extra System76 scheduler service globally.
This commit is contained in:
parent
9e7efc8bd9
commit
c723d1af2a
@ -272,7 +272,8 @@ RUN rm /usr/share/applications/winetricks.desktop && \
|
||||
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ycollet-audinux.repo && \
|
||||
mv /etc/sddm.conf /etc/sddm.conf.d/steamos.conf && \
|
||||
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
systemctl enable plasma-autologin.service \
|
||||
systemctl enable plasma-autologin.service && \
|
||||
systemctl --global enable com.system76.Scheduler.dbusproxy.service \
|
||||
; else \
|
||||
systemctl disable gdm.service && \
|
||||
systemctl enable sddm.service && \
|
||||
@ -281,6 +282,7 @@ RUN rm /usr/share/applications/winetricks.desktop && \
|
||||
systemctl enable jupiter-fan-control.service && \
|
||||
systemctl enable vpower.service && \
|
||||
systemctl enable ds-inhibit.service && \
|
||||
systemctl --global enable sdgyrodsu.service && \
|
||||
systemctl disable input-remapper.service && \
|
||||
systemctl --global disable ublue-update.timer && \
|
||||
rm -f /usr/etc/sddm.conf && \
|
||||
|
@ -1 +0,0 @@
|
||||
enable com.system76.Scheduler.dbusproxy.service
|
@ -1,2 +1 @@
|
||||
enable duperemove-weekly@$(systemd-escape /run/media/mmcblk0p1).timer
|
||||
enable sdgyrodsu.service
|
Loading…
x
Reference in New Issue
Block a user