From ab2a03ee064a72a3ba2b37c0fbd262c1102788fd Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 4 Feb 2025 23:42:11 -0800 Subject: [PATCH] chore: Minor reorder --- Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index bee38f8ccf..b772e5221c 100644 --- a/Containerfile +++ b/Containerfile @@ -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>/ s/[^<]*<\/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 && \