Files
slic/install_elog.sh
T
tligui_y 52f234f77c
Run CI Tests / test (push) Failing after 47s
Update install_elog.sh
2025-08-16 12:31:13 +02:00

17 lines
295 B
Bash

#!/bin/bash
set -e
echo "[INFO] Starting fake org.freedesktop.Notifications service..."
python3 start-notification-service.py &
SERVICE_PID=$!
sleep 1
gdbus introspect \
--session \
--dest org.freedesktop.Notifications \
--object-path /org/freedesktop/Notifications
wait $SERVICE_PID