Skip to content

Commit

Permalink
Merge branch 'remove-konsole' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 5, 2025
2 parents ab2bc9f + ab2a03e commit 5234f9e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,13 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
fcitx5-hangul \
kcm-fcitx5 \
ptyxis && \
dnf5 -y remove \
plasma-welcome \
plasma-welcome-fedora && \
dnf5 -y swap \
--repo terra-extras \
kf6-kio-core kf6-kio-core && \
dnf5 -y remove \
plasma-welcome \
plasma-welcome-fedora \
konsole && \
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 && \
Expand All @@ -379,8 +380,6 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
sed -i 's@Exec=ptyxis@Exec=kde-ptyxis@g' /usr/share/applications/org.gnome.Ptyxis.desktop && \
sed -i 's@Keywords=@Keywords=konsole;console;@g' /usr/share/applications/org.gnome.Ptyxis.desktop && \
cp /usr/share/applications/org.gnome.Ptyxis.desktop /usr/share/kglobalaccel/org.gnome.Ptyxis.desktop && \
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/org.kde.konsole.desktop && \
rm -f /usr/share/kglobalaccel/org.kde.konsole.desktop && \
setcap 'cap_net_raw+ep' /usr/libexec/ksysguard/ksgrd_network_helper \
; else \
dnf5 -y swap \
Expand Down

0 comments on commit 5234f9e

Please sign in to comment.