From d1e700517408be1ce419a99d22ceebf448e0491e Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Sat, 7 Mar 2026 12:54:45 -0800 Subject: [PATCH] Update the GNOME uninstall script so it clears the GTK icon cache --- gnome/bin/breezy_gnome_uninstall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnome/bin/breezy_gnome_uninstall b/gnome/bin/breezy_gnome_uninstall index fed3933..936102d 100755 --- a/gnome/bin/breezy_gnome_uninstall +++ b/gnome/bin/breezy_gnome_uninstall @@ -44,6 +44,9 @@ rm -f $XDG_DATA_HOME/locale/*/LC_MESSAGES/breezydesktop.mo rm -f $XDG_BIN_HOME/breezydesktop rm -f $XDG_BIN_HOME/virtualdisplay +[ "$for_install" -eq 0 ] && echo "Clearing Breezy Desktop icons from the GTK icon cache" +gtk-update-icon-cache -f -t "$XDG_DATA_HOME/icons/hicolor" >/dev/null 2>&1 || true + if [ -e "$XDG_BIN_HOME/xr_driver_uninstall" ]; then [ "$for_install" -eq 0 ] && echo "Uninstalling XRLinuxDriver" if [ "$for_install" -eq 1 ]; then