https://bugs.kde.org/show_bug.cgi?id=409392
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #19 from David Edmundson <k...@davidedmundson.co.uk> --- To find all blocking calls one can run: Q_DBUS_BLOCKING_CALL_MAIN_THREAD_WARNING_MS=0 plasmashell --replace |& grep org.freedesktop.NetworkManager Don't paste it here. All are in the property fetching. We can do an obvious speedup by dropping some Gets that are then retrieved by a GetAll anyway for the same object and potentially some caching. Ultimately we need this to be async. All issues are in libnm-qt -- You are receiving this mail because: You are watching all bug changes.