https://bugs.kde.org/show_bug.cgi?id=425315

--- Comment #71 from David Edmundson <k...@davidedmundson.co.uk> ---
Git commit 83cabf353b0e33626cf98a0cf4baab94e82dc1a7 by David Edmundson.
Committed on 18/09/2023 at 17:00.
Pushed by davidedmundson into branch 'master'.

Avoid race on startup dispatching DBus methods

Since mid-Qt5 DBus is processed on another thread, this will return an
error directly if a path is not registered at the time of handling a
request.

This introduces a lot of new races. We need to have our spy hook
registered early. This is safe to do before KDED::self is created as the
implementation will post an event to the main thread.

M  +6    -2    src/kded.cpp

https://invent.kde.org/frameworks/kded/-/commit/83cabf353b0e33626cf98a0cf4baab94e82dc1a7

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to