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

--- Comment #20 from David Edmundson <k...@davidedmundson.co.uk> ---
Git commit 49440a7ce0623d1bc8aca459eaed35612d384cfd by David Edmundson.
Committed on 29/02/2016 at 11:09.
Pushed by davidedmundson into branch 'master'.

Avoid blocking DBus calls in SNI startup

All autogenerated qtdbus property fetches are synchronous and not ideal
for Plasma to call.

1) Don't bother checking the protocol version.
If the signals are the same, we may as well try and use the old signals,
if it's not - the signals won't match anything anyway so it won't do
anything anyway.

2) Replace the blocking RegisteredStatusNotifierItem request with an
async variant.
REVIEW: 127199

M  +1    -0    dataengines/statusnotifieritem/CMakeLists.txt
M  +20   -8    dataengines/statusnotifieritem/statusnotifieritem_engine.cpp

http://commits.kde.org/plasma-workspace/49440a7ce0623d1bc8aca459eaed35612d384cfd

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

Reply via email to