Re: [GNC] Relocating user specific application data to another directory

2019-10-18 Thread Geert Janssens
Op zondag 29 september 2019 13:11:30 CEST schreef mark101: > Hi Geert > > Since my last post, and after scouring the forums, I've had some success. > > I found that the following syntax worked in relocating my user data/config > files to: C:\Users\Mark\AppData\Roaming\GnuCash\GnuCash > GNC_DATA_H

Re: [GNC] Relocating user specific application data to another directory

2019-09-29 Thread mark101
Hi Geert Since my last post, and after scouring the forums, I've had some success. I found that the following syntax worked in relocating my user data/config files to: C:\Users\Mark\AppData\Roaming\GnuCash\GnuCash GNC_DATA_HOME={Appdata}/Gnucash/GnuCash GNC_CONFIG_HOME={Appdata}/Gnucash/GnuCash H

Re: [GNC] Relocating user specific application data to another directory

2019-09-28 Thread mark101
Hi Geert Following your post I did the following: - Firstly, I created the following directory in my Windows system to simplify the re-location path: C:\Users\Mark\AppData\Roaming\GnuCash\GnuCash - I then edited my 'enviroment.local' file, using both GNC_DATA_HOME and GNC_CONFIG_HOME as you advise

Re: [GNC] Relocating user specific application data to another directory

2019-09-28 Thread Stan Brown
On 2019-09-27 21:14, Adrien Monteleone wrote: > If all you want to do is move your data file, just move it. And since > you are on Windows, you get the luxury (I’m pretty sure) of just > double-clicking the data file once from the new location to open it > and then GnuCash will look for it in this

Re: [GNC] Relocating user specific application data to another directory

2019-09-28 Thread Geert Janssens
It would require to set both environment variables: GNC_DATA_HOME GNC_CONFIG_HOME On Windows they happen to point at the same directory but it's two different locations what GnuCash is concerned. Can you post the environment.local file you tried to achieve this with ? Regards, Geert Op zaterd

Re: [GNC] Relocating user specific application data to another directory

2019-09-28 Thread Adrien Monteleone
Understood, and thanks for the clarification. I could be misreading the wiki. Perhaps someone more familiar with the environment variables specifically on Windows could chime in. Regards, Adrien > On Sep 27, 2019 w39d270, at 11:46 PM, mark101 > wrote: > > Thanks Adrien for your reply. > >

Re: [GNC] Relocating user specific application data to another directory

2019-09-27 Thread mark101
Thanks Adrien for your reply. Yes, in Windows, the financial data file (e.g johndoe.gnucash) is easily saved in the location of choice. What I want to work out is how to relocate (migrate) the user data files (particularly the 'saved-reports' file), which in my Windows 10, are in their default di

Re: [GNC] Relocating user specific application data to another directory

2019-09-27 Thread Adrien Monteleone
To be clear, that variable is not for your accounting books, (user data files) that is for things like user prefs, CSS or .ini based UI customizations and saved report configurations. If all you want to do is move your data file, just move it. And since you are on Windows, you get the luxury (I