diff --git a/script-user-reset-display b/script-user-reset-display index c75bcfae..12ca9a52 100755 --- a/script-user-reset-display +++ b/script-user-reset-display @@ -26,6 +26,7 @@ to_reset=( /org/mate/notification-daemon/ ) +echo "Resetting desktop for user $(whoami)" for p in "${to_reset[@]}"; do dconf reset -f "$p" done