mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 03:39:58 +00:00
fix: Enable system76-scheduler in Containerfile
This commit is contained in:
parent
65f2eeb957
commit
9e7efc8bd9
@ -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 && \
|
||||
|
@ -1 +0,0 @@
|
||||
enable com.system76.Scheduler.service
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user