Skip to content

Commit

Permalink
chore: hide new gnome system monitor desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Apr 24, 2024
1 parent 8a925df commit 717326a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_files/base/bluefin-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 717326a

Please sign in to comment.