Re: [GNC] Notes (few other) fields should be editable even after posting invoice

2019-10-18 Thread Amish
Hi, Thank you very much for merging the PR. On a side note, any idea why the following is being done? Source: gnucash/gnome/dialog-invoice.c 1921: gtk_widget_set_sensitive (iw->id_entry, FALSE); /* XXX: why set FALSE and then TRUE? */ 1922: gtk_widget_set_sensitive (iw->id_entry, TRUE); It

Re: [GNC] Understanding Transaction Report options

2019-10-18 Thread David Cousens
George, In the QIF import process, there is a step at which you can map the Quicken Accounts onto the GnuCash accounts. The Quicken Expense and Income categories should automatically be assigned as sub accounts of the GnuCash top level Income and Expense accounts. (https://www.gnucash.org/docs/v3/

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] Understanding Transaction Report options

2019-10-18 Thread Liz
On Fri, 18 Oct 2019 02:34:18 -0500 (CDT) David Cousens wrote: > Rather than hiding accounts in the longer term you could also > reorganize the existing records into a new account structure that > meets your current needs. Just bear in mind that you can move accounts around and back again if you

Re: [GNC] Font problem

2019-10-18 Thread Paul de Vries
On 17 Oct 2019, at 20:28, Adrien Monteleone wrote: > So not a bad font after all, hmm… >> I do accounting for all my family members, they each have different logo's >> etc> I made personal modifications to a copy of these reports. no problem at >> all. > > But did you specify a custom or mo

Re: [GNC] GnuCash v2.6.19-1 has started freezing on Ubuntu 18.04 after a recent system update

2019-10-18 Thread Tommy Trussell
On Thu, Oct 17, 2019 at 10:14 PM Parke wrote: > On Thu, Oct 17, 2019 at 1:03 PM Tommy Trussell > wrote: > > > I haven't launched GnuCash today, but my Bionic 18.04 LTS > > system with 3Gb RAM has not been freezing. > > The freeze does not affect the entire system. Only the GnuCash > process (an

[GNC] Backporting Gnucash 3.7 to Ubuntu "Bionic" (or Mint, etc.)

2019-10-18 Thread Tommy Trussell
I requested an "official" backport of GnuCash 3.7. If it gets a sponsor it should quickly become available to Bionic as well as all the distros that use it (such as Mint). https://bugs.launchpad.net/bionic-backports/+bug/1847547 If you're registered on Launchpad and want to have an official backp

[GNC] Build error ver 3.7 on mint 19.2

2019-10-18 Thread NOSTOP
nostop@tutanota.comGreetings!I'm trying to build on mint 19.2.I ran David Cousens Script to get libs, dependencies, etc for a build of ver 3.7. Confirmed all were successful.Running :~/Applications_building/gnucash-3.7/gnucash-build$ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr/local ..Always gets the

[GNC] mint 19.2 build error re GTEST

2019-10-18 Thread NOSTOP
nos...@tutanota.com Greetings! I'm trying to build on mint 19.2. I ran David Cousens Script to get libs, dependencies, etc for a build of ver 3.7. Confirmed all were successful. Running : ~/Applications_building/gnucash-3.7/gnucash-build$ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr/local .. Alw

Re: [GNC] Build error ver 3.7 on mint 19.2

2019-10-18 Thread Tommy Trussell
On Fri, Oct 18, 2019 at 11:04 AM NOSTOP wrote: > nostop@tutanota.comGreetings!I'm trying to build on mint 19.2.I ran David > Cousens Script to get libs, dependencies, etc for a build of ver 3.7. > Confirmed all were successful.Running > :~/Applications_building/gnucash-3.7/gnucash-build$ cmake -G

Re: [GNC] Can not insert text on transaction after import QIF

2019-10-18 Thread dmeece
Tax season is over , now back to the original problem of having on 3.7 version on my LM 19.2 box and by necessity, a Windows 10 box. I reviewed all of David Cousens notes and suggestions. I spent any series of hours spanning days, rooting out all known locations where gnucash may have been instal

Re: [GNC] GnuCash v2.6.19-1 has started freezing on Ubuntu 18.04 after a recent system update

2019-10-18 Thread Adrien Monteleone
> On Oct 18, 2019 w42d291, at 9:41 AM, Tommy Trussell > wrote: > > > If you have not yet done the upgrade, remember to get from 18.04 to 19.10 you > are supposed to first upgrade to 18.10 and then 19.04 and then 19.10. > Alternatively you could do a "clean install" of 19.10 rather than an

Re: [GNC] mint 19.2 build error re GTEST

2019-10-18 Thread Adrien Monteleone
See the wiki linux build instructions about installing GTEST/GMOCK. Then try to build again. Regards, Adrien > On Oct 18, 2019 w42d291, at 11:08 AM, NOSTOP wrote: > > nos...@tutanota.com > > Greetings! > > I'm trying to build on mint 19.2. > > I ran David Cousens Script to get libs, depende

Re: [GNC] mint 19.2 build error re GTEST

2019-10-18 Thread David Cousens
You can install googletest1.8.0-6 using apt. The instructions on the Wiki (https://wiki.gnucash.org/wiki/Google_Test) came from before googletest was available in apt. The script should have done that but to check it is properly installed. apt list --installed | grep google should return goo

Re: [GNC] Build error ver 3.7 on mint 19.2

2019-10-18 Thread David Cousens
Tommy, Not sure what the differences between Linux Mint 19.2 (Ubuntu 18.04 based) and Ubuntu 18.04 18.10 and 19.10 are that cause problems building directly from the sources but as your procedure seems considerably different from what is on the wiki you might want to add it to the wiki build instr

Re: [GNC] Backporting Gnucash 3.7 to Ubuntu "Bionic" (or Mint, etc.)

2019-10-18 Thread Jon Schewe
Note that you can also use flatpak to get it. sudo apt install flatpak flatpak install flathub org.gnucash.GnuCash On 10/18/19 10:47 AM, Tommy Trussell wrote: I requested an "official" backport of GnuCash 3.7. If it gets a sponsor it should quickly become available to Bionic as well as all the

Re: [GNC] Can not insert text on transaction after import QIF

2019-10-18 Thread David Cousens
Thanks for the update on libsecret. I think I created the script originally on 18.3 I usually run it if i do a fresh OS install and update it if I get any errors but i obviously missed fixing that one. When i went to 19.2 I used the upgrade rather than a fresh install. apt-cache search lists li

Re: [GNC] Can not insert text on transaction after import QIF

2019-10-18 Thread dmeece
Thanks David For the look see on this. I will give it another go tomorrow after I do another clean out uninstall/purge. As to the make and make install feedback, as I mentioned I had no errors nor any warnings what-so-ever in the compile process. I had the full libsecret files with its GoObject