Skip to content

馃崚Add workaround to support config name with minus sign

Fushan Wen requested to merge work/cherry-pick-d868f88a into master

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.

(cherry picked from commit d868f88a)

Merge request reports