Skip to content

DBusActivationRunner: fix dbus activation object path

hexchain requested to merge hexchain/kio:dbus-activation-fix-object-path into master

As per desktop-entry-spec#dbus, dashes in the object path should be converted to underscores. This change adds this missing conversion step.

Merge request reports