Re: [GNC] gnucash-user Digest, Vol 202, Issue 66

2020-01-26 Thread D via gnucash-user
Indeed, Bruce's own citation at 3.13 states: "/opt is reserved for the installation of add-on application software packages." That would preclude a user's data files. On January 26, 2020, at 11:29 PM, Adrien Monteleone wrote: But /opt isn’t for user data files according to that standard. T

Re: [GNC] gnucash-user Digest, Vol 202, Issue 66

2020-01-26 Thread Adrien Monteleone
But /opt isn’t for user data files according to that standard. The user’s own data should still be under their /users tree. For example, you could build LibreOffice and store it in /opt, but your individual documents would be under /users. (/home in the linux tree) I’d say the simpler and safer

Re: [GNC] gnucash-user Digest, Vol 202, Issue 66

2020-01-26 Thread Bruce Schuck
On 1/26/20 09:00, D wrote: > And yet, still unanswered is why a user would put their data files into /opt > in the first place... Because OSX is under the hood is very similar to *Nix and BSD systems. Those who are putting their data files under /opt are probably doing so to follow the Linux Hi