Skip to content

Latte Dock NG v1.2.31

Choose a tag to compare

@ruizhi-lab ruizhi-lab released this 28 Jul 12:51
· 121 commits to main since this release
b72f1dc

Changes

🔧 Autostart Reliability Fix

The autostart mechanism now reliably starts latte-dock on session startup:

  • Desktop file: X-KDE-autostart-phase=2 delays startup until session restore is complete, avoiding Wayland compositor / DBus readiness races on cold boot
  • Runtime retry: retries 10 times at 500ms intervals if Wayland platform check sees transient failure
  • Upgrade propagation: enableAutostart() compares modification times and auto-replaces stale user autostart files so existing users get the fix without manual re-toggle

📦 Debian 13 Support

  • Lower Plasma minimum version from 6.5.0 to 6.3.0 — Debian 13 (Trixie) ships Plasma 6.3.6, previously below the build requirement. No Plasma 6.4+ APIs are used — the codebase relies solely on core Plasma 6.0+ interfaces.