Skip to content

Fix crash in vault listing callback

David Edmundson requested to merge work/d_ed/crash_fix_2 into master

DBus::asyncCall did not auto disconnect when our applet gets deleted. If plasma gets reset during such an operation we would end up crashing.

There's no need to have wrappers used by one applet. It just adds maintenence burden on everyone else.

This patch replaces the wrapper with calls that don't require string based method names or untyped arguments which is better long term. This also highlighted that the XML file we were using was out of date.

Fixes https://errors-eval.kde.org/organizations/kde/issues/655 https://errors-eval.kde.org/organizations/kde/issues/72

Edited by David Edmundson

Merge request reports