Skip to content

Add workaround to support config name with minus sign

Fushan Wen requested to merge work/fuf/dieminussign into kf5

According to DBus specification https://dbus.freedesktop.org/doc/dbus-specification.html a valid object path can't contain -, so replace it with _ to work around buggy config filenames. This is to work around plasma-localerc which contains an illegal character for dbus object path.

Edited by Fushan Wen

Merge request reports