From 10534b46f95ea81000f9895114995f4215da1787 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Sat, 20 Sep 2025 16:40:36 -0400 Subject: [PATCH] test-notif: changed debian-logo to steam, as I don't have a debian logo --- Bin/test-notifications.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bin/test-notifications.sh b/Bin/test-notifications.sh index 5e677c49..7619f621 100755 --- a/Bin/test-notifications.sh +++ b/Bin/test-notifications.sh @@ -18,7 +18,7 @@ if command -v notify-send >/dev/null 2>&1; then notify-send -i dialog-information "Icon name test" "Should resolve from theme (dialog-information)" # 2) Absolute path if a sample image exists - SAMPLE_IMG="/usr/share/pixmaps/debian-logo.png" + SAMPLE_IMG="/usr/share/pixmaps/steam.png" if [ -f "$SAMPLE_IMG" ]; then notify-send -i "$SAMPLE_IMG" "Absolute path test" "Should show the provided image path" fi