a91c8cf8f2
Expose the persistent Pi session controls through the desktop launcher, Noctalia, and user service.
5 lines
265 B
Bash
Executable File
5 lines
265 B
Bash
Executable File
#!/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" "$@"
|