atlus/backend
roberts 22b87a3427 Fix clipboard sync: install xclip, poll both X11 selections, add toast UI
- Add xclip to install.sh dependencies (was missing entirely — root cause)
- Poll both CLIPBOARD and PRIMARY X11 selections (Electron button-click
  copies often use PRIMARY)
- Add xsel as fallback if xclip unavailable
- Log xclip errors with stderr instead of silently swallowing
- Add startup diagnostic test for clipboard connectivity
- Replace silent clipboard write with visible toast notification:
  on HTTPS auto-copies and shows brief "Copied" confirmation,
  on HTTP shows "Click to copy" button (user gesture enables clipboard)
- Toast auto-dismisses after 8s, styled to match Atlus theme

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 01:50:13 -05:00
..
routers Add bidirectional clipboard sync between Xvfb and browser 2026-03-15 01:26:42 -05:00
ws Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
__init__.py Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
auth.py Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
config.py Run terminals and GUI apps as the authenticated user, not root 2026-03-15 00:35:52 -05:00
display.py Fix clipboard sync: install xclip, poll both X11 selections, add toast UI 2026-03-15 01:50:13 -05:00
main.py Disable browser caching for all static assets 2026-03-15 00:54:59 -05:00
netwatch.py Add ethernet link watchdog and prevent disabling last active interface 2026-03-15 00:12:00 -05:00
privdrop.py Run terminals and GUI apps as the authenticated user, not root 2026-03-15 00:35:52 -05:00
requirements.txt Fix robustness issues across backend and frontend 2026-03-14 17:41:43 -05:00
sessions.py Run terminals and GUI apps as the authenticated user, not root 2026-03-15 00:35:52 -05:00