Add Panama system health diagnostics

This commit is contained in:
Gabriel Brown
2026-08-18 08:52:49 -04:00
parent 77f8102148
commit d58c431199
8 changed files with 671 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/bash
set -euo pipefail
if [[ "${PANAMA_DOCTOR_FIXTURE_BUS:-ready}" == "missing" ]]; then
exit 1
fi
printf '%s\n' \
'org.freedesktop.portal.Desktop 1000 portal' \
'org.kde.kdeconnect 1000 kdeconnect' \
'fixture clipboard body AA:BB:CC:DD:EE:FF'