chore(skills): mention notifications permission
Some checks failed
Checks / main (push) Has been cancelled

This commit is contained in:
Elian Doran 2026-09-01 16:18:04 +03:00
parent 48cda072c5
commit b70ff1cb5f
No known key found for this signature in database

View File

@ -125,6 +125,12 @@ build — Cockpit's external CI hit the identical pair).
dbus error at startup is benign Chromium probing.
- Data dir is shared with non-flatpak Trilium; quarantine tests with
`--env=TRILIUM_DATA_DIR=/tmp/...`.
- **`--talk-name=org.freedesktop.Notifications` is NOT needed** (verified empirically
+ docs.flatpak.org/en/latest/electron.html: libnotify ≥0.8 auto-uses the
notification portal in sandboxes; modern peers — Signal/Discord/Element — omit it).
The tray's `org.kde.StatusNotifierWatcher` HAS no portal equivalent and stays.
Audit any finish-arg one-off with `flatpak run --no-talk-name=… <id>`; watch the
wire with `dbus-monitor` on both the portal and classic interfaces.
## Update model (designed, not yet built)