Review Request 117989: Store app config file in ~/.config/<domain>/<app>rc
David Faure
faure at kde.org
Sun May 4 21:26:10 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/117989/
-----------------------------------------------------------
(Updated May 4, 2014, 9:26 p.m.)
Status
------
This change has been marked as submitted.
Review request for KDE Frameworks, Elias Probst and Matthew Dawson.
Repository: kconfig
Description
-------
Store app config file in ~/.config/<domain>/<app>rc
Only KSharedConfig::openConfig() and KConfig default constructor are affected.
KConfig("kdeglobals"), for instance, points to ~/.config so that it can be shared.
Diffs
-----
src/core/kconfig.cpp ea9746c001e235529a1cdd5865b9e1b5c129b56a
Diff: https://git.reviewboard.kde.org/r/117989/diff/
Testing
-------
http://www.davidfaure.fr/2014/domainname_test.diff passes
I didn't try booting into a plasma workspace desktop though.
This change breaks any code that 1) sets a domainname, and 2) assume the config file will be directly under [Generic]ConfigLocation, e.g. to move it or migrate to it or something. Quite rare though, and it's still time :)
Thanks,
David Faure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140504/7ce69d38/attachment.html>
More information about the Kde-frameworks-devel
mailing list