Settings Lost in FreeCad 0.20

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
metty
Posts: 18
Joined: Sun Jan 03, 2021 5:56 pm

Settings Lost in FreeCad 0.20

Post by metty »

I use FreeCad and FreeCad Daily. But I noticed that with Daily (0.20) the workbenches are missing and the settings are not loaded. I assume they are still in the .FreeCAD folder in my home directory right? Or is it now somewhere else? I suspect it is an error during installation, however I don't know. How do I check this?

Code: Select all

OS: Ubuntu 21.10 (ubuntu:GNOME/ubuntu)
Word size of FreeCAD: 64-bit
Version: 0.20.
Build type: Release
Branch: unknown
Hash: 7d29ddac02f6da9df7b1bb2c3b8cf8438ece46b6
Python 3.9.7, Qt 5.15.2, Coin 4.0.0, OCC 7.5.2
Locale: English/United States (en_US)
Installed mods: 
  * fasteners 0.3.40
  * Assembly4 0.11.10
  * MOOC
  * fcgear 1.0.0
  * kicadStepUpMod 10.11.7
chrisb
Veteran
Posts: 54313
Joined: Tue Mar 17, 2015 9:14 am

Re: Settings Lost in FreeCad 0.20

Post by chrisb »

A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
metty
Posts: 18
Joined: Sun Jan 03, 2021 5:56 pm

Re: Settings Lost in FreeCad 0.20

Post by metty »

Thanks!
So the place for 0.20 daily is:

Code: Select all

~/.local/share/FreeCAD$ 
chrisb
Veteran
Posts: 54313
Joined: Tue Mar 17, 2015 9:14 am

Re: Settings Lost in FreeCad 0.20

Post by chrisb »

metty wrote: Tue Apr 05, 2022 11:01 pm

Code: Select all

~/.local/share/FreeCAD$ 
I think its without the $:

Code: Select all

~/.local/share/FreeCAD
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
metty
Posts: 18
Joined: Sun Jan 03, 2021 5:56 pm

Re: Settings Lost in FreeCad 0.20

Post by metty »

Hello all. I think it moved again. I tried to copy the mods into

Code: Select all

~/.local/share/FreeCAD/Mod/
, but noting happened. Where are the mods now?

Code: Select all

OS: Ubuntu Core 20 (ubuntu:GNOME/ubuntu)
Word size of FreeCAD: 64-bit
Version: 0.20.1.29177 +233 (Git) Snap 245
Build type: Release
Branch: tag: 0.20.1
Hash: f5d13554ecc7a456fb6e970568ae5c74ba727563
Python 3.8.10, Qt 5.15.3, Coin 4.0.0, Vtk 7.1.1, OCC 7.6.3
Locale: English/United States (en_US)
Installed mods: 
  * fasteners 0.4.6
  * Assembly4 0.12.4
  * kicadStepUpMod 10.15.1
  * freecad.gears 1.0.0
User avatar
onekk
Veteran
Posts: 6222
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: Settings Lost in FreeCad 0.20

Post by onekk »

metty wrote: Tue Sep 20, 2022 7:12 am ...

try to post the output of this command pasted in the Python Console:

Code: Select all

print(FreeCAD.ConfigDump())
Among others it will print:

Code: Select all

'SystemParameter': '/home/common/FreeCAD/config-dev-eng/system.cfg',
'UserAppData': '/home/common/FreeCAD/config-dev-eng/',
'UserCachePath': '/home/common/FreeCAD/config-dev-eng/temp/',
'UserConfigPath': '/home/common/FreeCAD/config-dev-eng/',
'UserHomePath': '/home/common/FreeCAD/config-dev-eng',
'UserMacroPath': '/home/common/FreeCAD/config-dev-eng/',
'UserParameter': '/home/common/FreeCAD/config-dev-eng/user.cfg'
So it is clear from where your running FC is taking configurations.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
metty
Posts: 18
Joined: Sun Jan 03, 2021 5:56 pm

Re: Settings Lost in FreeCad 0.20

Post by metty »

Perfect solution, thanks!
User avatar
onekk
Veteran
Posts: 6222
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: Settings Lost in FreeCad 0.20

Post by onekk »

metty wrote: Tue Sep 20, 2022 11:33 am Perfect solution, thanks!
It is possible to see What are your path?

maybe it could be useful for other users, when facing similar problem.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
metty
Posts: 18
Joined: Sun Jan 03, 2021 5:56 pm

Re: Settings Lost in FreeCad 0.20

Post by metty »

At least I was able to find my "Mod" folder now twice like this.. I just tested some paths I found there..
Post Reply