Change Default User Directory

Hello,
I’m just new on Fritzing, bur already really like it. I’m running a linux distribution and was wondering if there is a possibility to modify the path to the default folder “Fritzing” which is by default install in the home directory. I would like to move it towards another subdirectory, and probably merge with the Arduino direcotry ?
Marc

While I’m running on Windows (and so obviously haven’t tried it :slight_smile: ), a sym link should do what you want.

ln -s /home/Fritzing /arduino_directory

should do what you want here /Home/Fritzing is where Fritzing is currently writing and /arduino_directory is where you want it to write.

Peter Van Epp