Skip to content

Make KConfigWatcher noop for in-memory configs

Vlad Zahorodnii requested to merge work/cherry-pick-54b742a6 into kf5

For testing purposes, it can be useful to create a KConfig with SimpleConfig flag.

If a KConfigWatcher is created for such a config, an assert will be triggered in kconfigDBusSanitizePath() because the path is not long enough.

(cherry picked from commit 54b742a6)


Not sure, but this may cause CI failures in kwin 5.27 ci

Merge request reports