This is not a fix, but I found a workaround that gets me where I need to be
without modifying environment variables or tinkering with drivers, neither
of which are in my comfort zone:

Since the problem is not with *creating* the report but with *displaying*
it on the screen, after I run my report, I choose the Export option, save
the file to my desktop, then drag that file onto a blank browser tab.

Maybe this will help some others afflicted by this upstream issue.

On Wed, Nov 1, 2023 at 7:14 AM <gnucash-user-requ...@gnucash.org> wrote:

> Send gnucash-user mailing list submissions to
>         gnucash-user@gnucash.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.gnucash.org/mailman/listinfo/gnucash-user
> or, via email, send a message with subject or body 'help' to
>         gnucash-user-requ...@gnucash.org
>
> You can reach the person managing the list at
>         gnucash-user-ow...@gnucash.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gnucash-user digest..."
>
>
> Today's Topics:
>
>    1.  All Saved Reports Return Empty (Steve Isenberg)
>    2. Re:  Gnucash 5.4 - reports does not work (john)
>    3. Re:  All Saved Reports Return Empty (john)
>    4. Re:  DOS Payroll, Inventory, A/R, A/P, and G/L program
>       (Adrien Monteleone)
>    5.  Scheduled Transactions: Monday before the 4th Wednesday
>       (Stan Brown (using GC 4.14))
>    6.  Dealing with escrow account (Edwin Booth)
>    7. Re:  Dealing with escrow account (Stephen M. Butler)
>    8.  Modifying report options (Mahon Finbar)
>    9. Re:  AlphaVantage now restricting users to 25 quotes
>       (Adrian Holbrook)
>   10. Re:  Scheduled Transactions: Monday before the 4th Wednesday
>       (gnuc...@4forl1st5.slmail.me)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 31 Oct 2023 15:59:54 +0000 (UTC)
> From: Steve Isenberg <brr...@yahoo.com>
> To: "gnucash-user@gnucash.org" <gnucash-user@gnucash.org>
> Subject: [GNC] All Saved Reports Return Empty
> Message-ID: <2082245493.728991.1698767994...@mail.yahoo.com>
> Content-Type: text/plain; charset=UTF-8
>
> I think this problem has cropped up before, but I don't remember the
> solution.
> ?? I'm on Pop!_OS 22.04 LTS?? Version 5.4 (Flathub 5.4.1)
> I brought over my saved-reports-2.8 file from my Windows backup laptop and
> put them in ~/.var/app/org.gnucash.GnuCash/data/gnucash
> Every report I run returns empty. Nothing works, but there are no errors.
> I tried editing a couple of them, but that did not help. I even tried
> creating a new report, but that did not help either.
> How do I fix this issue?
> Thanks in advance
> Steve
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 31 Oct 2023 10:39:25 -0700
> From: john <jra...@ceridwen.us>
> To: Martin <mdj.bo...@yahoo.co.uk>
> Cc: Sylvain M <s...@free.fr>, gnucash-user@gnucash.org
> Subject: Re: [GNC] Gnucash 5.4 - reports does not work
> Message-ID: <5ce15e3f-abb9-4e56-866d-ef8a57781...@ceridwen.us>
> Content-Type: text/plain;       charset=us-ascii
>
> This is down to one or both of two decisions by separate developers. The
> earlier one that first surfaced on Flatpak is that WebKitGtk turned on
> accelerated graphics by default. Unfortunately the GL library packaged in
> Gnome 42 and later doesn't play well with many of Nvidia's drivers. The
> more recent problem is that libepoxy decided to require GLES, dropping
> support for GL. It appears that some distro packagers didn't get the memo
> about that.
>
> Both affect any program using WebKitGtk, most notably Gnome Web aka
> Epiphany.
>
> The generic sledgehammer fix to either problem is to tell WebKit to use
> Cairo for drawing instead of GL by setting
> WEBKIT_DISABLE_COMPOSITING_MODE=1 in the environment. This will obviously
> draw more slowly as it uses the CPU instead of the GPU, but better to draw
> slowly than not at all.
>
> Users afflicted by the first problem might be able to get it working by
> fiddling with the installed Nvidia drivers depending on the model of their
> GPU and what drivers are available for their distro and kernel version.
>
> The second issue is a packaging one and users are encouraged to file bug
> reports with their distros to get it fixed. Depending on how the distro's
> packager built libepoxy it might be possible to fix it by installing
> whatever package supplies libGLESv2, but not all distros have one. The
> RedHat bug that surfaced the problem is
> https://bugzilla.redhat.com/show_bug.cgi?id=2240428.
>
> Regards,
> John Ralls
>
>
>
> > On Oct 31, 2023, at 03:29, Martin via gnucash-user <
> gnucash-user@gnucash.org> wrote:
> >
> >
> > Hi Sylvain
> > Yes its a reported problem and they are working on a fix.
> > It's relates to flatpak package install, nVidia cards, and webkit
> > If you build and install following gnucash guideline here:
> >
> > https://wiki.gnucash.org/wiki/Building_On_Linux
> >
> > it runs fine.
> >
> > regards,
> > Martin
> >
> >
> > On Tue, 2023-10-31 at 11:17 +0100, Sylvain M wrote:
> >> Hello, in the last 5.4 version, embeded in ubuntu 23.10, the reports
> >> provide only a blank page.
> >>
> >> Is it a known problem ?
> >>
> >> Is there any workaround ?
> >>
> >> Thank you,
> >>
> >> Sylvain
> >>
> >> _______________________________________________
> >> gnucash-user mailing list
> >> gnucash-user@gnucash.org
> >> To update your subscription preferences or to unsubscribe:
> >> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> >> -----
> >> Please remember to CC this list on all your replies.
> >> You can do this by using Reply-To-List or Reply-All.
> >
> > _______________________________________________
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > -----
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 31 Oct 2023 10:41:35 -0700
> From: john <jra...@ceridwen.us>
> To: Steve Isenberg <brr...@yahoo.com>
> Cc: "gnucash-user@gnucash.org" <gnucash-user@gnucash.org>
> Subject: Re: [GNC] All Saved Reports Return Empty
> Message-ID: <b32c09c2-6361-416f-b1f6-c5d17ff00...@ceridwen.us>
> Content-Type: text/plain;       charset=us-ascii
>
> See my reply to Sylvain's thread on the same topic posted a couple of
> minutes ago.
>
> Regards,
> John Ralls
>
> > On Oct 31, 2023, at 08:59, Steve Isenberg via gnucash-user <
> gnucash-user@gnucash.org> wrote:
> >
> > I think this problem has cropped up before, but I don't remember the
> solution.
> >    I'm on Pop!_OS 22.04 LTS   Version 5.4 (Flathub 5.4.1)
> > I brought over my saved-reports-2.8 file from my Windows backup laptop
> and put them in ~/.var/app/org.gnucash.GnuCash/data/gnucash
> > Every report I run returns empty. Nothing works, but there are no errors.
> > I tried editing a couple of them, but that did not help. I even tried
> creating a new report, but that did not help either.
> > How do I fix this issue?
> > Thanks in advance
> > Steve
> > _______________________________________________
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > -----
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 31 Oct 2023 13:28:59 -0500
> From: Adrien Monteleone <adrien.montele...@lusfiber.net>
> To: gnucash-u...@lists.gnucash.org
> Subject: Re: [GNC] DOS Payroll, Inventory, A/R, A/P, and G/L program
> Message-ID: <uhrh1g$cp8$2...@ciao.gmane.io>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> I'm of a similar opinion.
>
> UI Mockups might illustrate requirements or scope that can be thoroughly
> described in words, but the code to accomplish that is a different beast
> entirely.
>
> There's no reason to try to translate DOS code to C++ or anything else.
> And there's no necessity of trying to preserve whatever logic that code
> implemented.
>
> There isn't even a need to rely on ancient UI/UX implementations.
>
> The lack of a payroll module isn't because no one knows what it should
> look like or how it might work.
>
> I'd posit that if anyone wanted to work on such a module, that they
> would and probably should, do so from scratch with modern tools,
> languages, and UI/UX paradigms from other *current* software on the market.
>
> Regards,
> Adrien
>
> On 10/30/23 5:02 PM, David Cousens wrote:
> > Thanks Bruce,
> >
> > I feel the source code is likely to be of little direct value if
> projects to
> > develop a payroll and /or inventory system were to be started. A payroll
> system
> > would have to account for the current range of payroll practices across
> many
> > different jurisdictions with different industrial laws and would have to
> be
> > written in a language(s) compatible with the GnuCash code. GnuCash AFAIK
> does
> > not have a functional API in C or C++ code. Simailrly an inventory
> system has to
> > acomadate the cost management and the model for inventory handling
> (FIFO, LIFO
> > I have not explored the Python interface enough to know if it would be
> > sufficient to implement the required interface functionality for payroll
> and
> > inventory.
> >
> > Large parts of both of thesesystems are largely independent of the
> accounting
> > functionality. If this were to be attempted one approach would be
> standalone
> > modules which supply and or extract the necessary accounting information
> to
> > GnuCash without otherwise impacting GnuCash's operation and code. If the
> > necessary interfacing code does not exist it would have to be created in
> GnuCash
> > to make these projects viable.
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 31 Oct 2023 12:32:08 -0700
> From: "Stan Brown (using GC 4.14)" <stan...@fastmail.fm>
> To: GnuCash User List <gnucash-user@gnucash.org>
> Subject: [GNC] Scheduled Transactions: Monday before the 4th Wednesday
> Message-ID: <0346660b-4385-86e0-66ad-7ae358684...@fastmail.fm>
> Content-Type: text/plain; charset=UTF-8
>
> Every month, I get a direct deposit two days before the fourth Wednesday
> of the month. That's not the same as the third Monday. For example, this
> month the fourth Wednesday was 25 October, so the deposit came on
> 23?October, which is the fourth Monday. Next month, the fourth Wednesday
> will be 22 November, so the deposit will come on 20 November, which is
> the third Monday.
>
> I have scheduled my transaction for the 4th Wednesday of each month, but
> to be created two days early. Then when the transaction fires, I
> manually change the date the Wednesday.
>
> That's an inconvenience, albeit a minor one. Just in case I've missed
> something, is there any way to have the transaction appear on the right
> day (two days before the fourth Wednesday) and with that Monday date,
> not the Wednesday date?
>
> --
> Stan Brown
> Tehachapi, CA, USA
> https://BrownMath.com
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 31 Oct 2023 23:03:26 -0500
> From: Edwin Booth <elybee...@gmail.com>
> To: Gnucash Users <gnucash-user@gnucash.org>
> Subject: [GNC] Dealing with escrow account
> Message-ID:
>         <CACcoXW9KzD2FN80iQ-gmHYDX4P6o8PY+=
> wjg6buoudb-ca0...@mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Hi. How do y?all deal with a mortgage escrow account? Specifically, each
> month I pay into the escrow account along with my monthly PMI payment. It
> is all an expense. But when the mortgage company pays out money from that
> escrow account (for taxe and insurance payments) how do you account for
> them in GnuCash? Or do you just wait until tax time and record it on your
> return w/o even putting into GC?
>
> Thanks, Edwin
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 31 Oct 2023 22:02:52 -0700
> From: "Stephen M. Butler" <kg...@arrl.net>
> To: gnucash-user@gnucash.org
> Subject: Re: [GNC] Dealing with escrow account
> Message-ID: <d340154e-a0d6-41e5-8ef3-77ab49ae7...@gmail.com>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> I treat it like another asset account.? The monthly escrow amount goes
> in and when the escrow pays out it comes out as an expense.
>
> So your monthly payment out of your checking account ends up in three
> places:
> 1.? Interest Expense.
> 2.? Liability reduction (the mortgage).
> 3.? Escrow asset account.
>
> Then when you get the statements you can reconcile/verify the Interest
> Expense (YTD), the Mortgage balance, and the escrow balance with any
> related transactions.
>
> On 10/31/23 21:03, Edwin Booth wrote:
> > Hi. How do y?all deal with a mortgage escrow account? Specifically, each
> > month I pay into the escrow account along with my monthly PMI payment. It
> > is all an expense. But when the mortgage company pays out money from that
> > escrow account (for taxe and insurance payments) how do you account for
> > them in GnuCash? Or do you just wait until tax time and record it on your
> > return w/o even putting into GC?
> >
> > Thanks, Edwin
> > _______________________________________________
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > -----
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
>
>
>
> ------------------------------
>
> Message: 8
> Date: Wed, 1 Nov 2023 11:20:19 +0100
> From: Mahon Finbar <mahon.fin...@neuf.fr>
> To: Gnucash Users <gnucash-user@gnucash.org>
> Subject: [GNC] Modifying report options
> Message-ID: <9df5bf89-aa49-4607-9ec3-781d2178c...@neuf.fr>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Hello,
>
> I have been trying to incorporate some additional elements in the
> options for a report, via reports>saved report configurations.
>
> I have read the manual content and I think I have implemented way to do
> this, but so far I have not succeeded.
>
> Could someone help? I am using the latest version for Windows on a PC.
>
> Thanks in advance, Finbar
>
>
>
> ------------------------------
>
> Message: 9
> Date: Wed, 1 Nov 2023 10:43:07 +0000
> From: Adrian Holbrook <megagru...@hotmail.com>
> To: Mike Alexander <m...@umich.edu>
> Cc: "gnucash-user@gnucash.org" <gnucash-user@gnucash.org>
> Subject: Re: [GNC] AlphaVantage now restricting users to 25 quotes
> Message-ID:
>         <
> cwlp123mb726753575e1526d1d894f997c5...@cwlp123mb7267.gbrp123.prod.outlook.com
> >
>
> Content-Type: text/plain; charset="us-ascii"
>
> Thanks for that - I changed all mine to Yahoo as JSON and it works, as you
> say, for now. Wasn't long ago that I chenged them all from Yahhoo to
> Alphvantage! Bit of a chore with over 50 to do. Would be a very useful
> feature to be able to switch en masse from one provider to another rather
> than do them all individually.
>
> I did try using Alphvantage for 25 prices and Yahoo for the remaining ones
> but that ended up with the prices from Alphavantage being 100 times too
> high - I was very rich for a while! I suspect that one uses pence and the
> pther pounds (or cents and dollars) and Gnucash can only use one
> conversion. Would be interested to understand this a bit more.
>
> ________________________________
> From: Mike Alexander <m...@umich.edu>
> Sent: 31 October 2023 06:19
> To: Adrian Holbrook <megagru...@hotmail.com>
> Cc: gnucash-user@gnucash.org <gnucash-user@gnucash.org>
> Subject: Re: [GNC] AlphaVantage now restricting users to 25 quotes
>
> On 27 Oct 2023, at 3:47, Adrian Holbrook wrote:
>
> > I have been using Alphavantage for my stock quotes for some time now
> > using F:Q. IRecently it stopped working for me - the last valid quotes
> > I have are dated October 20th 2023. I now get a message that they are
> > restricting quotes to 25 per user per day. I currently import around
> > 50 at a time but only around once per month and to do this I now need
> > a Premium key which would cost $25 per month. Has anyone found a way
> > around this? Is there a way to update in batches as opposed to all at
> > once? Is there another provider?
>
> I use yahooweb which works again (for the moment) in F::Q version 1.58.
> It will probably break again but it still works now.
>
> Mike
>
>
> ------------------------------
>
> Message: 10
> Date: Wed, 01 Nov 2023 11:11:33 +0000
> From: gnuc...@4forl1st5.slmail.me
> To: "gnucash-user@gnucash.org" <gnucash-user@gnucash.org>
> Subject: Re: [GNC] Scheduled Transactions: Monday before the 4th
>         Wednesday
> Message-ID:
>         <169883710992.8.5496218247146073544.204863...@4forl1st5.slmail.me>
> Content-Type: text/plain; charset=utf-8
>
> On Wednesday, November 1st, 2023 at 03:32, Stan Brown <stan...@fastmail.fm>
> wrote:
> >
> > Every month, I get a direct deposit two days before the fourth Wednesday
> > of the month. That's not the same as the third Monday. For example, this
> > month the fourth Wednesday was 25 October, so the deposit came on
> > 23 October, which is the fourth Monday. Next month, the fourth Wednesday
> > will be 22 November, so the deposit will come on 20 November, which is
> > the third Monday.
> >
> > I have scheduled my transaction for the 4th Wednesday of each month, but
> > to be created two days early. Then when the transaction fires, I
> > manually change the date the Wednesday.
> >
> > That's an inconvenience, albeit a minor one. Just in case I've missed
> > something, is there any way to have the transaction appear on the right
> > day (two days before the fourth Wednesday) and with that Monday date,
> > not the Wednesday date?
>
>
> This will look a lot better if read in monospaced text: some
> of us think that all email would!
>
> Best I could come up with is to suggest that you define a set
> of Scheduled Transactions (SchedXn) that all start on a known
> Monday before the 4th Wednesday, and repeat every 28 days, but
> start a new SchedXn once you hit a Monday before the 3rd Weds.
>
> FWIW, some UNIX shell commands (apologies to all of the
> non-UNIX Shell users out there!) to generate a year's
> worth of 28-day apart dates, are
>
> s=0
> for n in 0            28              56         \
>               84             112             140 \
>                      168             196         \
>              224             252             280 \
>                      308             336         \
>              364 ; do \
>   s=`expr $s + 1` ;
>   echo -n  $s " " ;
>   date +'%Y%m%d' --date="Mon Oct 23 2023 + $n day" ;
> done
>
> (and, before anyone asks, it's merely a cut-down version of
>  something that generates a yearly set of fornightly dates,
>  given a starting date, but with the starting date changed)
>
> Here's what that produced, starting with your Mon Oct 23 example:
>
>
>   20231023
>   20231120
>   20231218  before 3rd Weds, start from next Monday
>
>   20231225
>   20240122
>   20240219  before 3rd Weds, start from next Monday
>
>   20240226
>   20240325
>   20240422
>   20240520
>   20240617  before 3rd Weds, start from next Monday
>
>   20240624
>   20240722
>   20240819  before 3rd Weds, start from next Monday
>
>   20240826
>   20240923
>   20241021
>   20241118  before 3rd Weds, start from next Monday
>
>
> I'd suppose that once you have passed the end of each SchedXn,
> you just change the start date to the correct date for the
> year after and see where you get to.
>
> Cave: leap years may well stuff things up, but you should
> get the jist, of how to think about it, and to take account
> of the extra day, I'm sure.
>
>
> FWIW, each of the five SchedXn-s above would be defined as:
>
> Start Date: 20231023, Freq:  Daily, Every: 28 days, Occurences: For 2
> Start Date: 20231225, Freq:  Daily, Every: 28 days, Occurences: For 2
> Start Date: 20240226, Freq:  Daily, Every: 28 days, Occurences: For 4
> Start Date: 20240624, Freq:  Daily, Every: 28 days, Occurences: For 2
> Start Date: 20240826, Freq:  Daily, Every: 28 days, Occurences: For 2
>
> HTH
>
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
>
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
>
> ------------------------------
>
> End of gnucash-user Digest, Vol 248, Issue 1
> ********************************************
>
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to