From fa347eeefe4781006fe5c38ce996341f139e3a71 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 15 Aug 2025 21:30:41 +0200 Subject: [PATCH] Update start-notification-service.sh --- start-notification-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-notification-service.sh b/start-notification-service.sh index 1dc3f2dc..329d0227 100644 --- a/start-notification-service.sh +++ b/start-notification-service.sh @@ -2,7 +2,7 @@ set -ex # Lancer un vrai service DBus org.freedesktop.Notifications en Python -python3 - <<'PY' +python3 - <<'PY' from pydbus import SessionBus from gi.repository import GLib