https://bugs.kde.org/show_bug.cgi?id=412887
Andrius Štikonas <andr...@stikonas.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from Andrius Štikonas <andr...@stikonas.eu> --- That's probably kpmcore/src/util/externalcommand.cpp::startHelper:L351 QDBusInterface iface(QStringLiteral("org.kde.kpmcore.helperinterface"), QStringLiteral("/Helper"), QStringLiteral("org.kde.kpmcore.externalcommand"), QDBusConnection::systemBus()); if (iface.isValid()) { exit(0); } Yes, it would be good to send a signal to app to exit and possibly show dialog box in the GUI. -- You are receiving this mail because: You are watching all bug changes.