Re: [GNC] F::Q XAU & XAG quotes not retrieving for 2 years

2023-10-04 Thread Ken Farley
Yahoo seems to use "GC=F" as the symbol for Gold. I am able to get the 
price of gold as shown in the following output from gnc-fq-dump


--> gnc-fq-dump yahoo_json GC=F

Finance::Quote fields Gnucash uses:
    symbol: GC=F <=== required
  date: 10/04/2023   <=== recommended
  currency: USD  <=== required
  last: 1837.3   <=\
   nav:  <=== one of these
 price:  <=/
  timezone:  <=== optional


In a similar fashion, silver is apparently "SI=F".

--> gnc-fq-dump yahoo_json SI=F

Finance::Quote fields Gnucash uses:
    symbol: SI=F <=== required
  date: 10/04/2023   <=== recommended
  currency: USD  <=== required
  last: 21.19    <=\
   nav:  <=== one of these
 price:  <=/
  timezone:  <=== optional
___
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.


Re: [GNC] Reports not displaying.

2023-10-04 Thread Richard Ullger via gnucash-user
John,

The issue is with webkitgtk 2.42 on Nvidia GPUs and not directly related to 
flatpak. From the bug report

[https://bugs.webkit.org/show\_bug.cgi?id=261874][https_bugs.webkit.org_show_bug.cgi_id_261874]

setting

WEBKIT\_DISABLE\_DMABUF\_RENDERER=1

provides a temporary fix. This fixed report rendering in gnucash for me.

I'm running gnucash 4.14 built from source on an arch system which has 
webkitgtk 2.42.

Regards,

Richard



\ Original Message 
On 4 Oct 2023, 05:08, john < jra...@ceridwen.us> wrote:

>
> Since releasing GnuCash 5.4 we've gotten 3 bug reports (see below) about 
> report tabs failing to display anything. Two of the three are for the flatpak 
> distribution of GnuCash 5.4 and running WEBKIT\_DISABLE\_COMPOSITING\_MODE=1 
> flatpak run org.gnucash.GnuCash works around the problem and allows reports 
> to display normally. Both users have Nvidia GPUs, one quite old. The third 
> report says its for GnuCash 5.2 and the reporter hasn't yet provided any 
> details. The second reporter also installed Gnome Web, aka Epiphany, via 
> Flathub and reported that it has the same symptoms. For reference GnuCash 
> 5.3's flatpak used Gnome Runtime 43 with WebKitGtk 2.37, GnuCash 5.4's is 
> Gnome Runtime 44 with WebKitGtk 2.39, and the current Epiphany flatpak is 
> runtime 45 with WebKitGtk 2.42. In addition to flatpaks it seems likely to me 
> that bleeding-edge distributions like Arch Linux might be affected. I'd like 
> to know who else is affected along with what GPU and driver they have and if 
> they're not using the flatpak what version of WebKitGtk they have installed. 
> I'd also like to collect the same information from people who have Nvidia 
> GPUs and WebKitGtk >= 2.39 for whom GnuCash reports render normally. Regards, 
> John Ralls https://bugs.gnucash.org/show\_bug.cgi?id=799086 
> https://bugs.gnucash.org/show\_bug.cgi?id=799095 
> https://bugs.gnucash.org/show\_bug.cgi?id=799095 
> \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
>  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.


[https_bugs.webkit.org_show_bug.cgi_id_261874]: 
https://bugs.webkit.org/show_bug.cgi?id=261874

signature.asc
Description: OpenPGP digital signature
___
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.


Re: [GNC] Reports not displaying.

2023-10-04 Thread Martin Booth via gnucash-user
 John,Reports in Flatpak version 5.3 stopped working for me on 22 Sept even the 
new release 5.4 would not work on my PC, but both releases still work on my 
laptop with no issues running the same OS.
PC setupOS - Debian 12, cinnamonGPU Card - Nvida GTX 980 TiGPU driver: nvidia 
v: 470.182.03
WebKitgtk - 2.40.5-1~debr12u1
Reinstalling GnuCash did not help, I had a timeshift restore point the day 
prior and it worked, then flatpak updated 3 packages later in the day and 
reports stopped working.I thought it maybe flatpak updates and removed the 3 
packages from my pc but this did not help.

as a note: I then worked out how to manually build and install 5.4.1 from 
source on my PC following the GnuCash guidelines on wiki,  and now the reports 
work.
Regards,Martin

On Wednesday, 4 October 2023 at 05:10:37 BST, john  
wrote:  
 
 Since releasing GnuCash 5.4 we've gotten 3 bug reports (see below) about 
report tabs failing to display anything.  Two of the three are for the flatpak 
distribution of GnuCash 5.4 and running

      WEBKIT_DISABLE_COMPOSITING_MODE=1 flatpak run org.gnucash.GnuCash

works around the problem and allows reports to display normally. Both users 
have Nvidia GPUs, one quite old. The third report says its for GnuCash 5.2 and 
the reporter hasn't yet provided any details. The second reporter also 
installed Gnome Web, aka Epiphany, via Flathub and reported that it has the 
same symptoms.

For reference GnuCash 5.3's flatpak used Gnome Runtime 43 with WebKitGtk 2.37, 
GnuCash 5.4's is Gnome Runtime 44 with WebKitGtk 2.39, and the current Epiphany 
flatpak is runtime 45 with WebKitGtk 2.42.

In addition to flatpaks it seems likely to me that bleeding-edge distributions 
like Arch Linux might be affected.

I'd like to know who else is affected along with what GPU and driver they have 
and if they're not using the flatpak what version of WebKitGtk they have 
installed. I'd also like to collect the same information  from people who have 
Nvidia GPUs and WebKitGtk >= 2.39 for whom GnuCash reports render normally. 

Regards,
John Ralls

https://bugs.gnucash.org/show_bug.cgi?id=799086
https://bugs.gnucash.org/show_bug.cgi?id=799095
https://bugs.gnucash.org/show_bug.cgi?id=799095
___
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.