[GNC] Symlinking synced prefs folder: what could possibly go wrong?

2018-11-13 Thread boldstripe
I can now use Gnucash reports on my Linux machine that I made on my Mac, because I symlinked each machine's prefs folder (the whole thing) to a common folder on pCloud Sync (a sync service like Dropbox). What could possibly go wrong? :-) The Gnucash file itself is also syncing (by the same servic

[GNC] debian seems be missing file in amd64 gnucash package

2018-11-13 Thread John Griessen
I tried using apt install: sudo apt install -t sid libboost-regex1.62.0 sudo apt install -t sid gnucash gnucash-common gnucash-docs python3-gnucash and I just get this error: gnucash: symbol lookup error: /usr/lib/x86_64-linux-gnu/gnucash/gnucash/libgncmod-app-utils.so: undefined symbol: gnc_b

Re: [GNC] How to identify the parent account of any sub-account

2018-11-13 Thread David Cousens
David Also agree that a traditional Combo Box would certainly make clearer which is the actual parent account especially if the choice of account colors was inappropriate for the window colors in use. David cousens - David Cousens -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash

Re: [GNC] How to identify the parent account of any sub-account

2018-11-13 Thread Adrien Monteleone
I tested with the exact shade of blue and the only difference is that the selected account (by default, the parent) has white text, while the account you are editing has black text. Regards, Adrien > On Nov 12, 2018, at 9:19 PM, David Cousens wrote: > > David > > GnuCash 3.3 on Linux Mint 19

Re: [GNC] How to identify the parent account of any sub-account

2018-11-13 Thread David Carlson
I do not need to file a bug report about a missing highlight since it is only missing in release 2.6.17 and possibly other 2.6.x releases but not in the current 3.3 release. However, judging by recent flurry of emails regarding control over the new (to GnuCash) GTK-3 tools, it may not easy for som

Re: [GNC] debian seems be missing file in amd64 gnucash package

2018-11-13 Thread John Ralls
> On Nov 14, 2018, at 4:48 AM, John Griessen wrote: > > I tried using apt install: > > sudo apt install -t sid libboost-regex1.62.0 > sudo apt install -t sid gnucash gnucash-common gnucash-docs python3-gnucash > > and I just get this error: > > gnucash: symbol lookup error: > /usr/lib/x86_6

Re: [GNC] Symlinking synced prefs folder: what could possibly go wrong?

2018-11-13 Thread John Ralls
> On Nov 14, 2018, at 1:43 AM, boldstripe wrote: > > I can now use Gnucash reports on my Linux machine that I made on my Mac, > because I symlinked each machine's prefs folder (the whole thing) to a > common folder on pCloud Sync (a sync service like Dropbox). > > What could possibly go wrong?

Re: [GNC] debian seems be missing file in amd64 gnucash package

2018-11-13 Thread Adrien Monteleone
I haven’t installed it on debian myself, but someone did report that installing the following three files from sid was successful to get 3.3: libboost-regex1.62.0_1.62.0+dfsg-8_amd64.deb gnucash-common_3.3-2_all.deb gnucash_3.3-2_amd64.deb Regards, Adrien > On Nov 13, 2018, at 1:48 PM, John Gri