Files
RedBear-OS/local/recipes/kde/kf6-kded6
vasilito 8c51508362 fix: kded6 wrapper renames wayland plugin to force offscreen fallback
QT_QPA_PLATFORM=offscreen alone is NOT sufficient on Redox —
Qt6 still loads libqwayland.so despite the env var. The wrapper
now renames libqwayland.so to .disabled before launching kded6,
forcing Qt to fall back to the offscreen plugin which works.

This is the most reliable fix: physically preventing Qt from
finding the wayland plugin.
2026-05-06 16:24:31 +01:00
..