atlus/backend/routers
roberts 1467d07bc4 Improve window discovery, add app context menu with Start/Stop/Restart
Window discovery:
- Add display-wide search as final fallback (any window on the Xvfb)
- Also search by WM_CLASS for Electron apps
- Increase timeout to 60s, log progress and early crashes
- Add restart endpoint POST /api/display/apps/{id}/restart

Panel apps:
- Replace play/stop button with ⋮ context menu (Start, Stop, Restart)
- LED indicator: green=running, amber pulsing=starting, red=stopped/error
- Add status field to app API response

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 01:05:19 -05:00
..
plugins Fix robustness issues across backend and frontend 2026-03-14 17:41:43 -05:00
__init__.py Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
display.py Improve window discovery, add app context menu with Start/Stop/Restart 2026-03-15 01:05:19 -05:00
files.py Fix robustness issues across backend and frontend 2026-03-14 17:41:43 -05:00
network.py Add ethernet link watchdog and prevent disabling last active interface 2026-03-15 00:12:00 -05:00
packages.py Fix package manager: better error handling, debug endpoint, robust PATH 2026-03-14 19:33:04 -05:00
processes.py Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
services.py Fix robustness issues across backend and frontend 2026-03-14 17:41:43 -05:00
session.py Run terminals and GUI apps as the authenticated user, not root 2026-03-15 00:35:52 -05:00
settings.py Replace panel services with docked apps, add autostart and update scanner settings 2026-03-14 23:40:44 -05:00
stats.py Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
terminal.py Add persistent/roaming desktop sessions 2026-03-14 21:41:28 -05:00
updates.py Fix package detection using dpkg-query, add apt-get update before install, add libxcb-cursor0 dep 2026-03-14 23:51:53 -05:00