atlus/backend/routers
roberts 8d48e3eeb8 App exit diagnostics, desktop file discovery, WiFi wpa_supplicant fix
- Capture stderr from GUI apps and show meaningful exit reasons (signal names,
  error messages) instead of generic "Application exited"
- Add /api/display/discover-apps endpoint that scans .desktop files for
  installed GUI apps, replacing manual-only app configuration
- Settings > Applications now shows discoverable apps with one-click Add,
  with manual form available as fallback
- Fix WiFi: start wpa_supplicant before bringing interface up, handle rfkill
  blocks, add retry logic and error messages to scan results
- Fix WiFi scan frontend bug: response is {networks:[...]} not a bare array
- Add iw and wpasupplicant to install.sh dependencies

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 00:03:13 -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 App exit diagnostics, desktop file discovery, WiFi wpa_supplicant fix 2026-03-15 00:03:13 -05:00
files.py Fix robustness issues across backend and frontend 2026-03-14 17:41:43 -05:00
network.py App exit diagnostics, desktop file discovery, WiFi wpa_supplicant fix 2026-03-15 00:03:13 -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 Fix terminal session: better error handling, reliable state save 2026-03-14 21:46:08 -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