Split user configuration #214
Labels
Milestone
Comments
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, user configuration file (
geda-user.conf) is used to store an importantdata that controls behaviour of the tools in the suite. At the same time,
lepton-schematicuse that file for program-specific settings, like dialoggeometry. The latter is not important to the user and should be stored separately.
In the draft implementation (wip_cfg_priv_split branch) dialog geometry is stored in
geda-priv.conffile in the user configuration directory. However, there is$XDG_CACHE_HOMEdirectory defined in XDG specification that is designed to be used exactly for that.The text was updated successfully, but these errors were encountered: