Documentation needed for XDG conformancy

Discussions about the wiki documentation of FreeCAD and its translation.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
chrisb
Veteran
Posts: 54143
Joined: Tue Mar 17, 2015 9:14 am

Documentation needed for XDG conformancy

Post by chrisb »

With the switch to XDG file structure the files are now distributed on a linux system. Can someone using Linux please document this here? Macro findConfigFiles doesn't find them all on macOS and probably also not on Linux.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Documentation needed for XDG conformancy

Post by Kunda1 »

OT, but recently I've discovered nice trick to find out where AppData is

Code: Select all

freecadcmd --get-config UserAppData       # Native install
freecad.AppImage --get-config UserAppData # AppImage
freecad-ppd.cmd --get-config UserAppData  # Snap
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply