Re: Building Dependencies GNUCash

2025-02-15 Thread John Ralls
to build/test. On many distros there’s a command like Debian/Ubuntu’s “apt build-dep” and Fedora’s “dnf builddep” (https://wiki.gnucash.org/wiki/Building_On_Linux#Setting_up_to_Build_GnuCash_on_Linux). We use a docker with Arch in CI: https://github.com/Gnucash/gnucash/blob/stable/.github/workflow

Building Dependencies GNUCash

2025-02-15 Thread Bo Buckley
ently. To start in the README in github: > Developing GnuCash > -- > Before you start developing GnuCash, you should do the following: > 1. Read https://wiki.gnucash.org/wiki/Development > 2. Look over the doxygen-generated documentation at > https://code.gnuc

Re: Bug Report and Analysis: Loan Repayment Schedule Shift in GnuCash

2025-01-23 Thread Genieliu
On 2025/1/24 02:10, John Ralls wrote: Thanks for digging into this and welcome to GnuCash. I don’t think there’s any common contributor process for Gnu projects and aside from using their license and a couple of Gnu-hosted libraries we don’t interact with them. How we do things isn’t likely

Re: Bug Report and Analysis: Loan Repayment Schedule Shift in GnuCash

2025-01-23 Thread John Ralls
> On Jan 23, 2025, at 00:01, Genieliu wrote: > > Dear GnuCash Community, > > I am a newcomer to GnuCash and have been exploring its features. While using > the loan repayment tool to generate scheduled transactions, I encountered an > issue with the loan review fun

Bug Report and Analysis: Loan Repayment Schedule Shift in GnuCash

2025-01-23 Thread Genieliu
Dear GnuCash Community, I am a newcomer to GnuCash and have been exploring its features. While using the loan repayment tool to generate scheduled transactions, I encountered an issue with the loan review functionality, where the repayment schedule appears to be misaligned. This problem has

Re: [GNC] ANNOUNCE: GnuCash 5.10 Released

2024-12-19 Thread Sherlock
, sorts them, and grabs the last one. The problem with that is that it’s a lexical sort so if say 5.8, 5.9. and 5.10 directories exist then the sort order is Gnucash-5.10 Gnucash-5.8 Gnucash-5.9 And the last one is 5.9. https://github.com/Gnucash/gnucash-on-windows/commit

Re: [GNC] ANNOUNCE: GnuCash 5.10 Released

2024-12-18 Thread John Ralls
, sorts them, and grabs the last one. The problem with that is >> that it’s a lexical sort so if say 5.8, 5.9. and 5.10 directories exist then >> the sort order is >> Gnucash-5.10 >> Gnucash-5.8 >> Gnucash-5.9 >> And the last one i

Re: [GNC] ANNOUNCE: GnuCash 5.10 Released

2024-12-17 Thread John Ralls
sort order is Gnucash-5.10 Gnucash-5.8 Gnucash-5.9 And the last one is 5.9. https://github.com/Gnucash/gnucash-on-windows/commit/317b10b7d99a4ae8281e866efc4403b9b7624320 changes it to sort them by creation date. That’s still not perfect, of course, because someone might come along and builds an

ANNOUNCE: GnuCash 5.10 Released

2024-12-15 Thread John Ralls
The GnuCash development team announces GnuCash 5.10, the eighth release in the stable 5.x series. Between 5.9 and 5.10, the following bugfixes were accomplished: Bug 798789 - Trading Accounts Bug 799283 - Segfault/Crash if payment dialog change from customer to vendor Bug 799420

GnuCash 5.10 String Freeze

2024-12-08 Thread John Ralls
Reminder: I’ll release GnuCash 5.10 next Sunday so we have string freeze for the next week. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

GnuCash 5.9-2 for macOS 15.2

2024-11-21 Thread John Ralls
Since it doesn't look like Apple is going to fix the linker bug that crashes GnuCash on macOS 15.2 beta and the rumored release date for 15.2 is before the scheduled release of GnuCash 5.10 I've promoted the test builds with the workaround to officia

Re: GnuCash Windows Build Help

2024-11-08 Thread John Ralls
rds, John Ralls _______ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GnuCash Windows Build Help

2024-11-08 Thread Kevin Sanders
help. -Kevin From: gnucash-devel on behalf of Kevin Sanders Sent: Friday, November 8, 2024 12:37 PM To: gnucash-devel@gnucash.org Subject: Re: GnuCash Windows Build Help That did the trick. I downgraded the packages to the versions you specified in your post

Re: GnuCash Windows Build Help

2024-11-08 Thread Kevin Sanders
_ From: Robert Fewell <14ubo...@gmail.com> Sent: Friday, November 8, 2024 11:54 AM To: Kevin Sanders Cc: GnuCash Development Subject: Re: GnuCash Windows Build Help If I recall when I get that sort of error it was a mismatch in webkit dependencies, did you see that section

Re: GnuCash Windows Build Help

2024-11-08 Thread John Ralls
g vcpkg as a replacement for jhbuild, not realizing that it depends on MSys2 and doesn’t do a good job of tracking the dependencies. Reading that thread leads me to believe that the correct path is to replace jhbuild with pacman. Regards, John Ralls ___ g

Re: GnuCash Windows Build Help

2024-11-08 Thread Robert Fewell
If I recall when I get that sort of error it was a mismatch in webkit dependencies, did you see that section on my post? Regards, Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GnuCash Windows Build Help

2024-11-08 Thread Kevin Sanders
I have made it to build step 12/14 but then hit another roadblock. It looks like the module/extension libgnc-html is missing when processing html.scm, which is referenced here on line 34: https://github.com/Gnucash/gnucash/blob/764157ddeb6e7eb90e4c9fdae00ec51dcfda35ea/gnucash/html/html.scm#L34

Re: GnuCash Windows Build Help

2024-11-08 Thread edodd
There was also a polite discussion on github about the policies in 2022 https://github.com/msys2/MINGW-packages/issues/10710 Liz _______ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GnuCash Windows Build Help

2024-11-07 Thread Kevin Sanders
I found an archive of MSYS2 packages which contained the missing/removed 32-bit packages required to finish the build: https://repo.msys2.org/mingw/mingw32/ -Kevin From: gnucash-devel on behalf of Kevin Sanders Sent: Thursday, November 7, 2024 11:03 PM To

Re: GnuCash Windows Build Help

2024-11-07 Thread Kevin Sanders
If anyone is interested, I found the news post that announced the removal of 32-bit package from MSYS2 about a year ago: https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages -Kevin From: gnucash-devel on behalf of Kevin Sanders Sent

Re: GnuCash Windows Build Help

2024-11-07 Thread Kevin Sanders
, postgresql, and xmlsec were all part of these updates. I assume there was a good reason for this, but how will it affect 32-bit GnuCash Windows builds moving forward? -Kevin From: gnucash-devel on behalf of Kevin Sanders Sent: Thursday, November 7, 2024 8:24 PM

Re: GnuCash Windows Build Help

2024-11-07 Thread Kevin Sanders
mail.com> Sent: Thursday, November 7, 2024 3:17 PM To: Kevin Sanders Cc: GnuCash Development Subject: Re: GnuCash Windows Build Help Kevin, You may find my earlier post of use in building on windows, hopefully I will get round to creating a PR to update procedure, see link below... https://lists.

Re: GnuCash Windows Build Help

2024-11-07 Thread Kevin Sanders
available for Msys2. I suppose now I need to try and source these from somewhere. Thanks, Kevin From: Robert Fewell <14ubo...@gmail.com> Sent: Thursday, November 7, 2024 3:17 PM To: Kevin Sanders Cc: GnuCash Development Subject: Re: GnuCash Windows

Re: GnuCash Windows Build Help

2024-11-07 Thread Robert Fewell
Kevin, You may find my earlier post of use in building on windows, hopefully I will get round to creating a PR to update procedure, see link below... https://lists.gnucash.org/pipermail/gnucash-devel/2024-September/046961.html Regards, Bob On Thu, 7 Nov 2024 at 19:00, Kevin Sanders wrote

Re: GnuCash Windows Build Help

2024-11-07 Thread Kevin Sanders
t; appears only once in the PowerShell setup script and is sans version. Perhaps this could be a PATH or environment issue where installed modules cannot be resolved? Console Output: Kevin@Kevin-PC MINGW32 /c/gcdev64/src/gnucash-on-windows.git $ pacman -S mingw-w64-i686-python-distutils-extra

Re: GnuCash Windows Build Help

2024-11-07 Thread John Ralls
Kevin, Welcome to GnuCash. Please don’t contact the developers directly; always use one of the mailing lists (https://wiki.gnucash.org/wiki/Mailing_Lists). You can pick whether user or devel is appropriate for a particular conversation, the developers monitor both. For this conversation I’ve

Re: [GNC] ANNOUNCE: GnuCash 5.9 Released

2024-09-30 Thread John Ralls
ere do I > get 5.9? > ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

ANNOUNCE: GnuCash 5.9 Released

2024-09-29 Thread John Ralls
The GnuCash development team announces GnuCash 5.9, the tenth release in the stable 5.x series. Between 5.8 and 5.9, the following bugfixes were accomplished: • Bug 724745 - Added new transaction during reconcile, didn't show up in reconcile window. • Bug 797045 - Improve

Re: [GNC] CHASE BK-ADbanking-GnuCash

2024-09-28 Thread John Ralls
Please remember to copy the list on all replies. Most mail clients have a reply-all function and some have a reply-list function. Either one works well. The first option might work if Chase offers OFX file download. Option 5 is CSV downloads and GnuCash has a CSV importer. That’s what I’ve had

Another test of subscription to gnucash-devel

2024-07-31 Thread gnucash
I have tried Cc-ing moderator Liz in as well. ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Testing GnuCash-Devel

2024-07-20 Thread Sherlock
Promptly? It’s been 8 hours… This seems similar to https://lists.gnucash.org/pipermail/gnucash-user/2024-July/112476.html Note: The email triggered by your post was received within ~2 minutes which is consistent with the other posts to the list in July. > On Jul 19, 2024, at 8:35 PM,

Re: Testing GnuCash-Devel

2024-07-19 Thread edodd
On Fri, 19 Jul 2024 19:30:12 -0700 Sherlock wrote: > I have not received the email of John Ralls’ Fri Jul 19 18:25:57 EDT > 2024 post on the "[GNC] Announcement: GnuCash 5.8 For Apple Silicon” > thread: > https://lists.gnucash.org/pipermail/gnucash-devel/2024-July/046952.html

Re: Testing GnuCash-Devel

2024-07-19 Thread Sherlock
I have not received the email of John Ralls’ Fri Jul 19 18:25:57 EDT 2024 post on the "[GNC] Announcement: GnuCash 5.8 For Apple Silicon” thread: https://lists.gnucash.org/pipermail/gnucash-devel/2024-July/046952.html > On Jul 18, 2024, at 4:29 AM, Derek Atkins wrote: > >

Re: [GNC] Announcement: GnuCash 5.8 For Apple Silicon

2024-07-19 Thread John Ralls
; It appears the Apple Silicon link on the gnucash.org home page has not been >> updated. >> >>> On Jul 18, 2024, at 5:01 PM, John Ralls wrote: >>> >>> I've corrected my build and packaged GnuCash 5.8 this time. >>> SHA256: d3f24a955547d30f

Re: [GNC] Announcement: GnuCash 5.8 For Apple Silicon

2024-07-19 Thread Sherlock
t; I've corrected my build and packaged GnuCash 5.8 this time. >> SHA256: d3f24a955547d30fa4116252d1bc35247117b6449cdedf51236b502f294cb436 >> Downloads: >> https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.8/Gnucash-Arm-5.8-2.dmg/download >> https://gi

Re: [GNC] Announcement: GnuCash 5.8 For Apple Silicon

2024-07-19 Thread Sherlock
It appears the Apple Silicon link on the gnucash.org <http://gnucash.org/> home page has not been updated. > On Jul 18, 2024, at 5:01 PM, John Ralls wrote: > > I've corrected my build and packaged GnuCash 5.8 this time. > SHA256: d3f24a955547d30fa4116252d1bc35247117b6449

Re: [GNC] Announcement: GnuCash 5.8 For Apple Silicon

2024-07-18 Thread John Ralls
I've corrected my build and packaged GnuCash 5.8 this time. SHA256: d3f24a955547d30fa4116252d1bc35247117b6449cdedf51236b502f294cb436 Downloads: https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.8/Gnucash-Arm-5.8-2.dmg/download https://github.com/Gnucash/gnucash/rel

Testing GnuCash-Devel

2024-07-18 Thread Derek Atkins
You can safely ignore this email. Thanks. -derek -- Derek Atkins 617-623-3745 de...@ihtfp.com www.ihtfp.com Computer and Internet Security Consultant ___ gnucash-devel mailing list gnucash-devel

Re: [GNC] Announcement: GnuCash 5.8 For Apple Silicon

2024-07-17 Thread John Ralls
It definitely is 5.7, complete with the crash if you try to re-parent an account. It looks like I never pushed the 5.8 commit for gnucash-on-osx so I didn’t build what I thought I did. I’ll have another go at it tomorrow. Regards, John Ralls > On Jul 16, 2024, at 21:49, William Presc

Re: Announcement: GnuCash 5.8 For Apple Silicon

2024-07-16 Thread David Reiser
gue known here as Sherlock we're able to package GnuCash as > a native Apple Silicon application bundle. > > Downloads: > https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/Gnucash-Arm-5.8-1.dmg > https://github.com/Gnucash/gnucash/releases/download/5.8/Gnucas

Announcement: GnuCash 5.8 For Apple Silicon

2024-07-16 Thread John Ralls
We're pleased to announce that thanks to some brilliant deceptive work on the part of our colleague known here as Sherlock we're able to package GnuCash as a native Apple Silicon application bundle. Downloads: https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/Gnuca

ANNOUNCE: GnuCash 5.8 Released

2024-07-07 Thread John Ralls
The GnuCash development team announces GnuCash 5.8, the ninth release in the stable 5.x series. This is a snap releae to fix a serious bug in GnuCash 5.8. Between 5.7 and 5.8, the following bugfixes were accomplished: • Bug 799347 - Edit account to make it sub account under other account

Re-ANNOUNCE: GnuCash 5.7 Released

2024-07-06 Thread John Ralls
This time with the actual release notes: The GnuCash development team announces GnuCash 5.7, the eighth release in the stable 5.x series. Between 5.6 and 5.7, the following bugfixes were accomplished: • Bug 669031 - Save the Scheduled Transactions number of months • Bug 669035 - Save the

ANNOUNCE: GnuCash 5.7 Released

2024-06-30 Thread John Ralls
Help translate GnuCash on Weblate: https://hosted.weblate.org/engage/gnucash/ Known Problems Complete list of all open bugs: https://bugs.gnucash.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severit

Re: Is Genocash built on Gnucash?

2024-06-26 Thread Turritopsis Dohrnii Teo En Ming
Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore On Wednesday, June 26th, 2024 at 2:58 PM, Jim DeLaHunt wrote: > Mr. Turritopsis Dohrnii Teo En Ming: > > Welcome to GnuCash! > > I am not familiar with the details of the GnuCash codebase. Howev

Re: Is Genocash built on Gnucash?

2024-06-25 Thread Jim DeLaHunt
Mr. Turritopsis Dohrnii Teo En Ming: Welcome to GnuCash! I am not familiar with the details of the GnuCash codebase. However, I have been reading the GnuCash-devel and GnuCash-user lists for many years, and I have not heard a mention of Genocash. That means it is not likely that the GnuCash

Is Genocash built on Gnucash?

2024-06-25 Thread Turritopsis Dohrnii Teo En Ming
Subject: Is Genocash built on Gnucash? Good day from Singapore, Is Genocash built on Gnucash? Regards, Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore Blogs: https://tdtemcerts.blogspot.com https://tdtemcerts.wordpress.com GIMP also stands for Government-Induced Medical

Re: Building gnucash on Windows

2024-06-16 Thread John Ralls
> On Jun 16, 2024, at 09:37, > wrote: > > Does anyone actually have the gnucash build working on windows? > I’m trying to build i686 version on Windows 10. > I’ve had to work around multiple issues but after the build env is > configured, the mingw32 shell can run BUT

Building gnucash on Windows

2024-06-16 Thread russ.gorby
Does anyone actually have the gnucash build working on windows? I'm trying to build i686 version on Windows 10. I've had to work around multiple issues but after the build env is configured, the mingw32 shell can run BUT "jhbuild -f build" Results in missing dependencies

Re: Building GnuCash on Windows

2024-05-17 Thread Derek Atkins
Hi, On Fri, May 17, 2024 10:58 am, russ.go...@gmail.com wrote: > https://downloads.sourceforge.net/gnucash/Dependencies/mingw-w64-x86_64-webk > itgtk3-2.4.11-999.51-any.pkg.tar.zst Looks like there is only an i686 version of this package, not an x86_64 version. C.f. https://sourcefor

Building GnuCash on Windows

2024-05-17 Thread russ.gorby
Hello developers. I've been following all the online instructions to build GnuCash on windows 10. I'm using the tip of the 5.6 repo and downloaded setup-mingw64.ps1 as instructed on the wiki and have been working through the issues I've encountered, but a couple of them see

[ERR-MAINT] GnuCash-Devel list config (and sub list) reverted to OLD config

2024-05-01 Thread Derek Atkins
Hi GnuCashers- TL;DR: As some of you may have noticed, email to GnuCash-Devel has been, well, wonky. The short version is that due to a cascade of issues and failures, the list configuration was reverted to an old config, including the subscription list. This caused several hundred old

[GNC-dev] GnuCash 5.6 AQBanking Failure on Windows

2024-04-02 Thread John Ralls
The GnuCash 5.6 Windows package was missing a library, libxmlsec1.dll, that AQBanking required. I've repackaged it with the library in place as gnucash-5.6-1.setup.exe and uploaded it to Github and SourceForge. 4596d431e5785ef3d80bcbea6e1c5e1df98c3b9b27314e6d8d2eae679424f56c gnucash-

Re: [GNC-dev] ANNOUNCE: GnuCash 5.6 Released

2024-03-31 Thread David Cousens
Thanks to John and all the team. Builds and runs with no obvious problems from the tarball on Linux Mint 21.3. David Cousens On Sun, 2024-03-31 at 16:34 -0700, John Ralls wrote: > The GnuCash development team announces GnuCash 5.6, the seventh > release in the stable 5.x series. >

[GNC-dev] ANNOUNCE: GnuCash 5.6 Released

2024-03-31 Thread John Ralls
The GnuCash development team announces GnuCash 5.6, the seventh release in the stable 5.x series. Between 5.5 and 5.6, the following bugfixes were accomplished: Bug 798946 - start/end of current/last quarter have off-by-one error Bug 799093 - Cannot reconcile since v5.4 Bug 799179

Re: [GNC-dev] gnucash stable: Remove cruft.

2024-03-21 Thread john
> On Mar 21, 2024, at 09:38, Geert Janssens wrote: > > Op woensdag 20 maart 2024 21:10:07 CET schreef john: > > Geert, > > > > That ship sailed a really long time ago: You originally added it in > > https://github.com/Gnucash/gnucash/commit/a153412e5a8fca75

Re: [GNC-dev] gnucash stable: Remove cruft.

2024-03-21 Thread Geert Janssens
Op woensdag 20 maart 2024 21:10:07 CET schreef john: > Geert, > > That ship sailed a really long time ago: You originally added it in > https://github.com/Gnucash/gnucash/commit/a153412e5a8fca7519fadb62935bab797 > 860fbcd for what became GnuCash 3.0. Meaning that the migration hap

Re: [GNC-dev] gnucash stable: Remove cruft.

2024-03-20 Thread john
> On Mar 20, 2024, at 11:42, Geert Janssens wrote: > > Op zondag 17 maart 2024 09:05:12 CET schreef John Ralls: >> Updated via https://github.com/Gnucash/gnucash/commit/9a39b3cd >> (commit) >> from https://github.com/Gnucash/gnucash/commit/1a806b4e (co

Re: [GNC-dev] gnucash stable: Remove cruft.

2024-03-20 Thread Geert Janssens
Op zondag 17 maart 2024 09:05:12 CET schreef John Ralls: > Updatedvia https://github.com/Gnucash/gnucash/commit/9a39b3cd > (commit) > from https://github.com/Gnucash/gnucash/commit/1a806b4e (commit) > > > > commit 9a39b3cd6966f8d867efed934b6419bfd2ce5a2b

Re: [GNC-dev] gnucash stable: Do a better job of including the -py3 option only for swig 4.1

2024-02-22 Thread Geert Janssens
> Note also the Ubuntu 22.04 ci tests run fine. Ubuntu 22.04 comes with swig > > 4.0, hence also older than 4.1. > > Geert, > > I think that it fails on your push is coincidental. Github updated the > python version overnight: When [CI ran after my push > yest

Re: [GNC-dev] gnucash stable: Do a better job of including the -py3 option only for swig 4.1

2024-02-22 Thread john
t; failure happens > much earlier in the configure phase namely while setting up python. > > Note also the Ubuntu 22.04 ci tests run fine. Ubuntu 22.04 comes with swig > 4.0, hence also > older than 4.1. Geert, I think that it fails on your push is coincidental. Github updated

Re: [GNC-dev] gnucash stable: Do a better job of including the -py3 option only for swig 4.1

2024-02-22 Thread Geert Janssens
n it has not even executed the code I have changed. My changes are related to installing swig rules. The failure happens much earlier in the configure phase namely while setting up python. Note also the Ubuntu 22.04 ci tests run fine. Ubuntu 22.04 comes with swig 4.0, hence also older than 4

Re: [GNC-dev] gnucash stable: Do a better job of including the -py3 option only for swig 4.1

2024-02-22 Thread Derek Atkins
the configure output relating to a > read-only file system. > > > I have retried but the error doesn't go away. Perhaps I should wait a bit > longer before > retrying ? > > > Geert > > > Op donderdag 22 februari 2024 11:14:04 CET schreef Geert Janssens: >>

Re: [GNC-dev] gnucash stable: Do a better job of including the -py3 option only for swig 4.1

2024-02-22 Thread Geert Janssens
only file system. I have retried but the error doesn't go away. Perhaps I should wait a bit longer before retrying ? Geert Op donderdag 22 februari 2024 11:14:04 CET schreef Geert Janssens: > Updatedvia https://github.com/Gnucash/gnucash/commit/b9eb550b (commit) > fro

[GNC-dev] gnucash-5.5-1.setup.exe

2024-02-20 Thread John Ralls
Having finally beaten WebKitGtk on Windows into submission so that it runs JavaScript without crashing, at least in my not very extensive tests, I've built a new Windows gnucash-5.5-1.setup.exe and uploaded it to the usual places. The sea-2

Re: [GNC-dev] [GNC] ANNOUNCE: GnuCash 5.5 Released

2023-12-17 Thread john
Thanks for the report, I forgot to uncloak the directory on Sourceforge. It should work now. Regards, John Ralls > On Dec 17, 2023, at 16:22, Geoff wrote: > > Thank you GnuCash Development Team! > > Please note that, for Windows OS, the Source Forge link you quoted belo

[GNC-dev] ANNOUNCE: GnuCash 5.5 Released

2023-12-17 Thread John Ralls
The GnuCash development team announces GnuCash 5.5, the sixth release in the stable 5.x series. Between 5.4 and 5.5, the following bugfixes were accomplished: • Bug 607000 - SLR visible transactions Change the Since Last Run dialog to show only transactions with a non-empty Status. • Bug

Re: [GNC-dev] WSL 2 and GnuCash

2023-11-30 Thread john
nt to evaluate WSL again. > > I’ve been successful using the distribution GnuCash (4.8), the flatpack > GnuCash (5.4.1), and a GnuCash build environment on the default WSL distro > (ubuntu) without any additional software or configuration required on Windows > 10.0.19045. The

Re: [GNC-dev] WSL 2 and GnuCash

2023-11-30 Thread Sherlock
If you haven’t recently, you may want to evaluate WSL again. I’ve been successful using the distribution GnuCash (4.8), the flatpack GnuCash (5.4.1), and a GnuCash build environment on the default WSL distro (ubuntu) without any additional software or configuration required on Windows

Re: [GNC-dev] gnucash stable: Bug 799121 - Parse error on CSV import on MacOS

2023-11-17 Thread john
> > Geert > > Op vrijdag 17 november 2023 05:30:38 CET schreef John Ralls: > > Updatedvia https://github.com/Gnucash/gnucash/commit/102304b3 (commit) > > from https://github.com/Gnucash/gnucash/commit/8d993e73 (commit) > > > > > > > > com

Re: [GNC-dev] gnucash stable: Bug 799121 - Parse error on CSV import on MacOS

2023-11-16 Thread Geert Janssens
Good find! You may want to do the same in CsvImpPriceAssist::preview_refresh. It's following the exact same coding semantics as CsvImpTransAssist. Regards, Geert Op vrijdag 17 november 2023 05:30:38 CET schreef John Ralls: > Updatedvia https://github.com/Gnucash/gnucas

Re: [GNC-dev] gnucash stable: Fix NULL dereference in gnc_plugin_page_report_focus_widget.

2023-11-02 Thread john
It's crashing before the call to g_type_check_instance_is_a. The stack trace in https://lists.gnucash.org/pipermail/gnucash-user/2023-November/109345.html points to offset 1374 in gnc_plugin_page_report_focus_widget. Here's the disassembly: tub for: gnc_window_set_progressbar_win

Re: [GNC-dev] gnucash stable: Fix NULL dereference in gnc_plugin_page_report_focus_widget.

2023-11-02 Thread Geert Janssens
ch is defined here: https://gitlab.gnome.org/GNOME/glib/-/blob/main/gobject/gtype.h? ref_type=heads#L541 The comment above this definition states G_TYPE_CHECK_INSTANCE_TYPE should return FALSE if instance is NULL. So I'm rather surprised this use of GTK_IS_WIDGET crashes gnucash. Regards, Gee

Re: [GNC-dev] GnuCash Task Persists Despite Shutdown

2023-10-15 Thread john
First, that's a user question, please use gnucash-user in the future. Yes, it's a bug in 5.0-5.3 that was fixed for 5.4. Just kill the running instances with Task Manager and proceed with the installation. Regards, John Ralls > On Oct 15, 2023, at 13:45, Paul Kroitor wrote:

[GNC-dev] GnuCash Task Persists Despite Shutdown

2023-10-15 Thread Paul Kroitor
Hi, I've been running 5.1 on Windows 11 and have decided 5.4 (installer version 5.4.1) seems stable enough to upgrade. For the first time in at least a dozen GnuCash upgrades, I encountered an issue with the install. The installer insisted two instances of "gnucash.exe" were sti

Re: [GNC-dev] Scripting Gnucash actions without UI

2023-10-12 Thread Adrien Monteleone
date ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Scripting Gnucash actions without UI

2023-10-12 Thread Christopher Lam
asks confirmation before committing the change. It does require some knowledge of programming and learning the gnucash API, but won't require building the full gnucash code. Other ideas are possible: determine the balance of an account at a particular date, download transactional, business or pricing

Re: [GNC-dev] Scripting Gnucash actions without UI

2023-10-12 Thread Liz
reckoned as well. Vehicles only have a proportion of the GST to be put in the calculations. I attach my Scheduled transaction just for the amounts to be given to the tax office. There are also a series of scheduled transactions for the splits in the GST for vehicle expenses. Liz ______

Re: [GNC-dev] Scripting Gnucash actions without UI

2023-10-08 Thread David H
Christopher, Did you mean to post this to the gnucash-users list so the "Dear Users" can comment ? Cheers David H. On Sun, 8 Oct 2023 at 19:52, Christopher Lam wrote: > Dear Users > > I'm aware there's demand for automated scripting Gnucash activity such as

[GNC-dev] Scripting Gnucash actions without UI

2023-10-08 Thread Christopher Lam
Dear Users I'm aware there's demand for automated scripting Gnucash activity such as entering transactions with custom formulas more complex than the SX facility will allow, determining end-of-quarter calculations etc. There's a pending PR at https://github.com/Gnucash/gnucash/

[GNC-dev] GnuCash 5.4 Repackaged

2023-09-28 Thread John Ralls
An astute flatpak user noticed that the version reflected in the splash screen and About GnuCash window wasn't quite right, showing the release commit as a revision of 5.3 instead of plain 5.4. I tracked the problem back to the tarball generation, so I've made new tarballs, AIO bu

Re: [GNC-dev] ANNOUNCE: GnuCash 5.4 Released

2023-09-25 Thread Christopher Lam
Yes, some cpp conversion. Mostly .c renamed to .cpp with minimal changes. See https://github.com/Gnucash/gnucash/pull/1708 and https://github.com/Gnucash/gnucash/pull/1753. Whether this is an improvement or not is yet to be decided: https://github.com/Gnucash/gnucash/pull/1784 On Mon, 25 Sept

Re: [GNC-dev] ANNOUNCE: GnuCash 5.4 Released

2023-09-25 Thread Jean Laroche
The GnuCash development team announces GnuCash 5.4, the fifth release in the stable 5.x series Between 5.3 and 5.4, the following bugfixes were accomplished: Bug 728875 - Back button does not work in QIF import assistant Bug 797507 - GnuCash Splash screen may disappear before the main w

Re: [GNC-dev] ANNOUNCE: GnuCash 5.4 Released

2023-09-24 Thread David Cousens
Thanks John and all the team.   Happily runnng 5.4 on Linux Mint 21.1 David Cousens On Sun, 2023-09-24 at 14:26 -0700, John Ralls wrote: > The GnuCash development team announces GnuCash 5.4, the fifth release in the > stable 5.x series > > Between 5.3 and 5.4, the following b

[GNC-dev] ANNOUNCE: GnuCash 5.4 Released

2023-09-24 Thread John Ralls
The GnuCash development team announces GnuCash 5.4, the fifth release in the stable 5.x series Between 5.3 and 5.4, the following bugfixes were accomplished: Bug 728875 - Back button does not work in QIF import assistant Bug 797507 - GnuCash Splash screen may disappear before the main

Re: [GNC-dev] Building GnuCash on an M1 Mac failing on aqbanking

2023-09-07 Thread John Ralls
Not really. It makes more sense to automate the patch, which I'll do shortly. Regards, John Ralls > On Sep 6, 2023, at 10:14 PM, Ian Plunkett wrote: > > That worked! > > [1/2] Generating > ../../share/doc/pt/gnucash-manual/figures/AccountReg_Screen.png, > ../../sh

Re: [GNC-dev] Building GnuCash on an M1 Mac failing on aqbanking

2023-09-06 Thread Ian Plunkett
That worked! [1/2] Generating ../../share/doc/pt/gnucash-manual/figures/AccountReg_Screen.png, ../../shar...s/TxRptOpt_Screen.png, ../../share/doc/pt/gnucash-manual/figures/icons/split_transaction.png I: Moving temporary DESTDIR '/Users/gnucash/opt/gnucash/inst/_jhbuild/root-gnucash-doc

Re: [GNC-dev] Building GnuCash on an M1 Mac failing on aqbanking

2023-09-06 Thread john
> On Sep 6, 2023, at 15:24, Ian Plunkett wrote: > > Hello GnuCash Development Team! > > I’m trying to build GnuCash on a freshly installed M1 MacBook Air running > Ventura (13.5.1). I followed the guidelines here - > https://wiki.gnucash.org/wiki/MacOS/Quartz > &g

[GNC-dev] Building GnuCash on an M1 Mac failing on aqbanking

2023-09-06 Thread Ian Plunkett
Hello GnuCash Development Team! I’m trying to build GnuCash on a freshly installed M1 MacBook Air running Ventura (13.5.1). I followed the guidelines here - https://wiki.gnucash.org/wiki/MacOS/Quartz When I run jhbuild build, the aqbanking module is failing with the following: libtool: link

Re: [GNC-dev] ANNOUNCE: GnuCash 5.3 Released

2023-06-26 Thread Stephen Cohoon
I don't see the flatpak update for 5.3 yet. Is that coming? -Stephen On Tue, Jun 27, 2023 at 6:36 AM John Ralls wrote: > The GnuCash development team announces GnuCash 5.3, the fourth release in > the stable 5.x series. This is a snap release to fix the bug listed below. > >

[GNC-dev] ANNOUNCE: GnuCash 5.3 Released

2023-06-26 Thread John Ralls
The GnuCash development team announces GnuCash 5.3, the fourth release in the stable 5.x series. This is a snap release to fix the bug listed below. Between 5.2 and 5.3, the following bugfixes were accomplished: • Bug 798967 - Cannot Save to Any Path After Upgrading to 5.2 Fix inverted

Re: [GNC-dev] ANNOUNCE: GnuCash 5.2 File Save bug

2023-06-25 Thread John Ralls
There is a bug in GnuCash 5.2 that prevents saving compressed files, see https://bugs.gnucash.org/show_bug.cgi?id=798967. If you don't compress your XML files or you use a SQL backend you're not affected, and that provides an obvious work-around. We'll get a snap release of Gnu

[GNC-dev] ANNOUNCE: GnuCash 5.2 Released

2023-06-25 Thread John Ralls
The GnuCash development team announces GnuCash 5.2, the third release in the stable 5.x series Between 5.1 and 5.2, the following bugfixes were accomplished: • Bug 777472 - reconcile does not work if transaction selected Check that there's no outstanding activity in the current reg

[GNC-dev] Compiling GnuCash on OSX falls with libxslt error

2023-06-10 Thread Malte Mürköster via gnucash-devel
Hi there, I am trying to compile GnuCash with these descriptions https://wiki.gnucash.org/wiki/MacOS/Quartz. Unfortunately I get an error on both Intel and m2 architektures with building libxslt: make[3]: Entering directory '/Users/gnucash/opt/gnucash/build/libxslt-1.1.37/tests/plugins&

Re: [GNC-dev] GnuCash 5.1-2 for macOS

2023-05-11 Thread Geert Janssens
It doesn't matter really, it's just a curiosity I didn't realize. And we don't claim to guarantee reproducible builds anyway. Regards, Geert _______ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] GnuCash 5.1-2 for macOS

2023-05-10 Thread john
not really tracking what version of gtk-osx is used to > package gnucash releases ? That's a surprise to me. > > Regards, > > Geert > > Op woensdag 10 mei 2023 16:19:39 CEST schreef john: > > Geert, > > > > Nope, those changes are > > https://gi

Re: [GNC-dev] GnuCash 5.1-2 for macOS

2023-05-10 Thread Geert Janssens
Ok, my guess was close enough. That implies we're not really tracking what version of gtk-osx is used to package gnucash releases ? That's a surprise to me. Regards, Geert Op woensdag 10 mei 2023 16:19:39 CEST schreef john: > Geert, > > Nope, those changes are > ht

Re: [GNC-dev] GnuCash 5.1-2 for macOS

2023-05-10 Thread john
Geert, Nope, those changes are https://gitlab.gnome.org/GNOME/gtk-osx/-/commit/2e5e2a4712ee7f222f9342e6a8d8a941e41dcd8d. There is a change in gnucash-on-osx, but it's just bumping the release number in Info.plist...and I had forgotten to push it. Regards, John Ralls > On May 10, 20

Re: [GNC-dev] GnuCash 5.1-2 for macOS

2023-05-10 Thread Geert Janssens
Hi John, Thanks for the updated dmg. I saw mails passing by for your update to the htdocs repo. However I didn't see similar mails for the gnucash-on-osx repo. I presume you had to make at least a change in the gnucash.modules file over there as well to add the patches or change th

[GNC-dev] GnuCash 5.1-2 for macOS

2023-05-09 Thread John Ralls
There's a gtk3 regression in Gnucash-5.1-1. Nobody's reported hitting it yet, but it's there: I left a patch out when I updated gtk3 to 3.34.37 just before the 5.1 release. I've re-packaged with a correctly-patched library. This also has a patch to fix https://bugs.gnucash

  1   2   3   4   5   6   7   8   9   10   >