D-Bus

Fix D-Bus Path Sanitization
Fix D-Bus Path …

After adding actions to plasma-systemmonitor I noticed I couldn’t run those actions from krunner.

This ensures that applications with dashes in their names (like plasma-systemmonitor) can be run via D-Bus (like krunner does). This uses the same logic as already present in kglobalacceld. …