Skip to content

Commit

Permalink
fix accidental fi removal from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Dec 15, 2024
1 parent 4c604fc commit 4c6887f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_files/base/07-base-image-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [[ -f /usr/share/applications/gnome-system-monitor.desktop ]]; then
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

# Add Mutter experimental-features
MUTTER_EXP_FEATS="'scale-monitor-framebuffer', 'xwayland-native-scaling'"
Expand Down Expand Up @@ -50,3 +51,4 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &>/dev/null

# Watermark for Plymouth
cp /usr/share/plymouth/themes/spinner/{silverblue-,}watermark.png

0 comments on commit 4c6887f

Please sign in to comment.