Coverage for integrations / remote_desktop / gui / __init__.py: 100.0%

0 statements  

« prev     ^ index     » next       coverage.py v7.14.0, created at 2026-05-12 04:49 +0000

1""" 

2Remote Desktop GUI — LiquidUI glass panel for HARTOS-as-OS desktop. 

3 

4Primary UI: LiquidUI glassmorphism panel (integrations/agent_engine/liquid_ui_service.py) 

5 - Renders in WebKit2 GTK with frosted-glass styling 

6 - Registered as panel in shell_manifest.py 

7 - HTML5 canvas for frame display, JS event capture for input 

8 

9Fallback: Nunba webview (bundled Windows/macOS) calls /api/remote-desktop/* endpoints. 

10"""