Files
RedBear-OS/local/recipes/system/redbear-dbus-services/source/session-services/org.kde.kded6.service
T
vasilito 0a034fa79b fix: kded6 offscreen wrapper — belt-and-suspenders for Qt6 Wayland crash
- D-Bus service Exec=/usr/bin/env QT_QPA_PLATFORM=offscreen /usr/bin/kded6
- kded6-offscreen wrapper script for direct launches
- Works regardless of whether #ifdef Q_OS_REDOX is defined during build

This is the most reliable approach: process-level environment override
bypasses all compilation issues, #ifdef guard issues, and build chain
caching problems.
2026-05-06 15:52:21 +01:00

6 lines
228 B
Desktop File

[D-BUS Service]
Name=org.kde.kded6
# Use env to force offscreen QPA. kded6 is a headless D-Bus daemon.
# Qt6 Wayland crashes at null+8 during wl_registry init on Redox.
Exec=/usr/bin/env QT_QPA_PLATFORM=offscreen /usr/bin/kded6