atlus/frontend/js/apps
roberts 36eff81111 Add bidirectional clipboard sync between Xvfb and browser
X11 → Browser:
- Background task polls xclip every 500ms for clipboard changes
- When content changes, sends {"type":"clipboard","data":"..."} via WS
- Browser receives and writes to navigator.clipboard

Browser → X11:
- Ctrl+V reads navigator.clipboard.readText() first
- Sends clipboard content to backend via WS message
- Backend writes to X11 clipboard via xclip -selection clipboard
- Then forwards the Ctrl+V keystroke so the app pastes

This allows copying links/text from GUI apps (like Nextcloud auth URLs)
and pasting content from the host browser into the GUI app.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 01:26:42 -05:00
..
asi_bridge.js Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
display.js Add bidirectional clipboard sync between Xvfb and browser 2026-03-15 01:26:42 -05:00
editor.js Add package manager, text editor, file manager enhancements, auto-updates 2026-03-14 19:13:13 -05:00
files.js Replace file manager toolbar buttons with hamburger menu 2026-03-15 00:48:33 -05:00
packages.js Fix package manager: better error handling, debug endpoint, robust PATH 2026-03-14 19:33:04 -05:00
services.js Fixed polling agent and status bars. 2026-03-14 22:41:00 -05:00
settings.js Add ethernet link watchdog and prevent disabling last active interface 2026-03-15 00:12:00 -05:00
tasks.js Initial commit — Atlus web desktop environment for SBCs 2026-03-14 16:53:46 -05:00
terminal.js Fix terminal session: better error handling, reliable state save 2026-03-14 21:46:08 -05:00