feat(packaging): add desktop launcher entries for both GUI dashboards
The tray applet shipped with a .desktop file but the GUI dashboards had none, so desktop users had no menu entry for them. Unlike the tray entry, these carry no autostart key: a dashboard window should open when the operator asks for it, not at login. Tests assert the Exec names match the pyproject console scripts and that neither entry can regain an autostart key. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JX86xeoBJVBb16qHkDf53K
This commit is contained in:
parent
3dd82ab18b
commit
1d1dee7f6e
4 changed files with 58 additions and 0 deletions
|
|
@ -215,6 +215,13 @@ Notes:
|
|||
`gui/model.py` stays import-clean so headless builders can run the test
|
||||
suite without a display server or `PySide6` installed.
|
||||
|
||||
`packaging/enodia-sentinel-gui.desktop` and
|
||||
`packaging/enodia-sentinel-gui-qt.desktop` are application-menu launchers.
|
||||
Unlike `enodia-sentinel-tray.desktop`, they carry no autostart key — a
|
||||
dashboard window should open when the operator asks for it, not at login.
|
||||
Desktop packagers may install them to `/usr/share/applications/`; source
|
||||
installs can copy them to `~/.local/share/applications/`.
|
||||
|
||||
## Terminal TUI and Completion
|
||||
|
||||
The terminal dashboard is stdlib-only and available through
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue