diff --git a/build_files/base/bluefin-changes.sh b/build_files/base/bluefin-changes.sh index a3b40a1bdb8..ec12502df04 100644 --- a/build_files/base/bluefin-changes.sh +++ b/build_files/base/bluefin-changes.sh @@ -6,6 +6,9 @@ if [[ "${BASE_IMAGE_NAME}" = "silverblue" ]]; then if [[ -f /usr/share/applications/gnome-system-monitor.desktop ]]; then sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applications/gnome-system-monitor.desktop fi + if [[ -f /usr/share/applications/org.gnome.SystemMonitor.desktop ]]; then + sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applications/org.gnome.SystemMonitor.desktop + fi if [[ "$FEDORA_MAJOR_VERSION " -eq "38" ]]; then rm -f /usr/etc/profile.d/bluefin-fashfetch.sh else