25447eac3e
Replaced Environment= key (may not be supported by all D-Bus daemons) with Exec= using /usr/bin/env to set QT_QPA_PLATFORM=offscreen directly. This is more portable and bypasses any D-Bus implementation gaps. Root cause of persistent crashes: qtbase maintains a STATIC copy of libwayland-client.a in its sysroot. Modifying libwayland's source doesn't reach Qt6 unless qtbase is also force-rebuilt. Added note in WAYLAND-IMPLEMENTATION-PLAN.md about this dependency chain.
7 lines
313 B
Desktop File
7 lines
313 B
Desktop File
[D-BUS Service]
|
|
Name=org.kde.kded6
|
|
# Use 'env' to set QT_QPA_PLATFORM — the Environment= key may not be
|
|
# supported by all D-Bus daemons. kded6 is headless; offscreen prevents
|
|
# the Qt6 Wayland QPA crash (page fault at null+8 during wl_registry init).
|
|
Exec=/usr/bin/env QT_QPA_PLATFORM=offscreen /usr/bin/kded6
|