Skip to content

Commit

Permalink
chore: hide console
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Apr 27, 2024
1 parent 403ddba commit 93b99c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_files/base/aurora-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93b99c5

Please sign in to comment.