From bf06e5a3bbf5bb32061b07f6b9b1c185c5e8079d Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Wed, 8 Oct 2025 19:36:37 -0700 Subject: [PATCH] check if python3 is installed --- Services/CalendarService.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/CalendarService.qml b/Services/CalendarService.qml index a63eafd4..8a519c95 100644 --- a/Services/CalendarService.qml +++ b/Services/CalendarService.qml @@ -127,7 +127,7 @@ Singleton { Process { id: availabilityCheckProcess running: false - command: ["python3", root.checkCalendarAvailableScript] + command: ["sh", "-c", "command -v python3 >/dev/null 2>&1 && python3 " + root.checkCalendarAvailableScript + " || echo 'python3 unavailable'"] stdout: StdioCollector { onStreamFinished: {