https://bugs.kde.org/show_bug.cgi?id=372114

--- Comment #30 from Martin Flöser <mgraess...@kde.org> ---
KSharedConfig::openConfig introduces a slight other problem: internally KWin
uses the kwinApp()->config() to make it possible to have config not use kwinrc,
but different config files (that is extensively used by e.g. autotests). The
idea behind it is that we can swap out the config at runtime for different form
factors (tablet -> notebook -> tablet). While that's not yet fully implemented,
the config part is prepared. If we use openConfig again we don't know whether
it's the same or not.

If KSharedConfig::openConfig(kwinApp()->config()->name()) works as well, that
might be a solution. Anyway if you have a patch, please put it on
phabricator.kde.org and use #KWin as review group.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to