chore: Minor reorder

This commit is contained in:
Kyle Gospodnetich 2025-02-04 23:42:11 -08:00
parent 1d85e80f43
commit ab2a03ee06

View File

@ -363,13 +363,13 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
fcitx5-hangul \
kcm-fcitx5 \
ptyxis && \
dnf5 -y swap \
--repo terra-extras \
kf6-kio-core kf6-kio-core && \
dnf5 -y remove \
plasma-welcome \
plasma-welcome-fedora \
konsole && \
dnf5 -y swap \
--repo terra-extras \
kf6-kio-core kf6-kio-core && \
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 --branch main /tmp/wallpaper-engine-kde-plugin && \
kpackagetool6 --type=Plasma/Wallpaper --global --install /tmp/wallpaper-engine-kde-plugin/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 && \