v44.80
Phase 297 R2 — fixes the two Files/window issues that v44.79 didn't fully solve.
Files now renders LIGHT in the dark theme (stable)
- Files looked dark because the window's shell is dark in dark theme and Files' content is transparent, so the dark shell showed through (Docker/App Store paint their own background, so they were fine). Files now paints an opaque light surface in dark theme — it stays light. (In the light theme nothing changes; it keeps its frosted look.)
Windows open BELOW the navbar and fit at every resolution
- Clicking Files opened it with its title bar tucked behind the top navbar. Every window now opens fully below the navbar and above the dock, and shrinks to fit between them at any resolution (verified from 1920×1080 down to tiny 800×480 / narrow 360-wide). Manual resize and dragging are clamped the same way, so a window can no longer be pushed behind the navbar or the dock.
The OS chrome (desktop, navbar, dock, title bars) stays dark.
Box update (operator):
ssh bruce@100.112.68.1
sudo -s
curl -fsSL https://raw.githubusercontent.com/utopusc/livinity-io/v44.80/update.sh -o /opt/livos/update.sh && chmod +x /opt/livos/update.sh && bash /opt/livos/update.sh 2>&1 | tee /tmp/livos-4480.log
Verify in DARK theme: open Files → fully light (white), title bar fully visible below the navbar; open any window → opens below the navbar, fits the screen; lower the resolution / shrink the browser → windows shrink to fit and stay on-screen.
Full Changelog: v44.79...v44.80