From 717326aa9f5c4c22e29e04c35a6945c2bac1f7c8 Mon Sep 17 00:00:00 2001 From: m2Giles <69128853+m2Giles@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:20:15 -0400 Subject: [PATCH] chore: hide new gnome system monitor desktop file --- build_files/base/bluefin-changes.sh | 3 +++ 1 file changed, 3 insertions(+) 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