Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use leocad.conf to import ALL preferences on install #949

Open
nathaneltitane opened this issue Oct 23, 2024 · 1 comment
Open

use leocad.conf to import ALL preferences on install #949

nathaneltitane opened this issue Oct 23, 2024 · 1 comment

Comments

@nathaneltitane
Copy link

Is your feature request related to a problem? Please describe.
Current import/export features are useful for keyboard and mouse preferences but the overall user preferences still remain to be changed manually, thus making the configuration for new installs tedious and incomplete (throughout various OSes).

Describe the solution you'd like
Have a 'Preferences > IMPORT' menu or option where leocad can read a copied or saved config file.

Describe alternatives you've considered
Use the windows registry or other to import export program features and preferences

@malcos
Copy link

malcos commented Jan 11, 2025

I'm scratching my head with this one. I fail to see the "current import/export features" for LeoCAD configuration. Could you please describe the location in the menu or configuration panel you are talking about?

On the other hand, and as you already mentioned, there is already a configuration file under

~/.config/LeoCAD Software/LeoCAD.conf

That I successfully can move between installations without missing any configuration I care about. What aspects of the configuration are you missing right now?

You can simply backup/copy that plain text file, and then restore/replace it in the target or new fresh installation.

As a foot note: Using the windows registry is in my opinion the most unpractical solution LeoCAD (or any software) could aim for.

EDIT: I realize that you mentioned the windows registry and I mentioned a typical MacOS/Linux path for the configuration file.

You may try finding the aforementioned configuration file under %USERPROFILE%/AppData/Local/ a.k.a. %LOCALAPPDATA% or under %USERPROFILE%/AppData/Roaming/ a.k.a. %APPDATA%. I hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants