Skip to content

Pass desktop name to DrKonqi

Kai Uwe Broulik requested to merge work/desktopname into master

Allows DrKonqi to look up the application's service for e.g. proper cgroup scoping of the restarted app. DrKonqi ignores any unknown arguments for compatibility should one run newer KCrash against old DrKonqi [1].

The crash handler says to not allocate any memory but it has been doing QGuiApplication::platformName() in here forever, so I assume doing QGuiApplication::instance()->desktopFileName() is fine, too.

[1] plasma/drkonqi@abc37a6a

Merge request reports