feat(pi-status): integrate desktop status bridge

Expose the persistent Pi session controls through the desktop launcher, Noctalia, and user service.
This commit is contained in:
2026-08-03 17:54:39 +02:00
parent b220b21509
commit a91c8cf8f2
7 changed files with 44 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
# The opaque release window runs natively on Wayland; disable WebKit DMABUF,
# which is unreliable with this NVIDIA desktop's compositor path.
exec env WEBKIT_DISABLE_DMABUF_RENDERER=1 "$HOME/projects/pi-gui/ui/src-tauri/target/release/pi-status-ui" "$@"