fix(system76-scheduler): Call kcm_kwin_scripts during configuration

kwinscripts isn't a subcommand of kcmshell5
This commit is contained in:
RJ Trujillo 2023-07-02 13:14:53 -06:00
parent 7617abd867
commit 93becca546

View File

@ -23,7 +23,7 @@ enable-system76-scheduler:
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 kwinscripts
kcmshell5 kcm_kwin_scripts
rm -rf /tmp/kwin-system76-scheduler-integration
enable-wallpaper-engine: