diff --git a/build_files/base/aurora-changes.sh b/build_files/base/aurora-changes.sh index 2850ebb2050..11f1551a794 100644 --- a/build_files/base/aurora-changes.sh +++ b/build_files/base/aurora-changes.sh @@ -13,8 +13,9 @@ if [[ "${BASE_IMAGE_NAME}" = "kinoite" ]]; then 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 - rm -f /usr/share/kglobalaccel/org.kde.konsole.desktop + sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/org.kde.konsole.desktop rm -f /usr/etc/profile.d/gnome-ssh-askpass.{csh,sh} # This shouldn't be pulled in + rm -f /usr/share/kglobalaccel/org.kde.konsole.desktop systemctl enable kde-sysmonitor-workaround.service if [[ "$FEDORA_MAJOR_VERSION " -eq "38" ]]; then rm -f /usr/etc/profile.d/aurora-fastfetch.sh