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
11 lines
344 B
Desktop File
11 lines
344 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Enodia Sentinel Dashboard (Qt)
|
|
GenericName=Security Dashboard
|
|
Comment=Read-only Qt desktop dashboard for the Enodia Sentinel security agent
|
|
Exec=enodia-sentinel-gui-qt
|
|
Icon=security-high
|
|
Terminal=false
|
|
Categories=System;Security;Monitor;
|
|
Keywords=security;ids;ips;edr;intrusion;monitor;
|
|
StartupNotify=true
|