fix: Enable system76-scheduler in Containerfile

This commit is contained in:
Kyle Gospodnetich 2023-08-08 11:07:44 -07:00
parent 65f2eeb957
commit 9e7efc8bd9
4 changed files with 1 additions and 3 deletions

View File

@ -141,6 +141,7 @@ RUN rm /usr/share/applications/shredder.desktop && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf && \
mkdir -p /etc/flatpak/remotes.d && \
wget -q https://dl.flathub.org/repo/flathub.flatpakrepo -P /etc/flatpak/remotes.d && \
systemctl enable com.system76.Scheduler.service && \
systemctl unmask flatpak-system-install.service && \
systemctl enable flatpak-system-install.service && \
systemctl disable rpm-ostreed-automatic.timer && \

View File

@ -1 +0,0 @@
enable com.system76.Scheduler.service

View File

@ -48,7 +48,6 @@ enable-system76-scheduler:
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration
kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration
systemctl --user enable --now com.system76.Scheduler.dbusproxy.service
systemctl enable --now com.system76.Scheduler.service
kcmshell5 kcm_kwin_scripts
rm -rf /tmp/kwin-system76-scheduler-integration
elif [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then

View File

@ -51,7 +51,6 @@ enable-system76-scheduler:
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration
kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration
systemctl --user enable --now com.system76.Scheduler.dbusproxy.service
systemctl enable --now com.system76.Scheduler.service
kcmshell5 kcm_kwin_scripts
rm -rf /tmp/kwin-system76-scheduler-integration
elif [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then