chore: Restore missing wallpaper engine download

This commit is contained in:
Kyle Gospodnetich 2024-06-22 15:19:33 -07:00 committed by GitHub
parent 00f1eb4d23
commit 6ccc17efa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -473,6 +473,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
joystickwake \
fcitx5-mozc \
ptyxis && \
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 --branch qt6 /tmp/wallpaper-engine-kde-plugin && \
kpackagetool6 --type=Plasma/Wallpaper --global --install /tmp/wallpaper-engine-kde-plugin/plugin && \
rm -rf /tmp/wallpaper-engine-kde-plugin && \
sed -i '/<entry name="launchers" type="StringList">/,/<\/entry>/ s/<default>[^<]*<\/default>/<default>preferred:\/\/browser,applications:steam.desktop,applications:net.lutris.Lutris.desktop,applications:org.gnome.Ptyxis.desktop,applications:org.kde.discover.desktop,preferred:\/\/filemanager<\/default>/' /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml && \