Re: [GNC] 4,10 Defective Net Worth Line Chart

2022-04-07 Thread Tommy Trussell
On Tue, Apr 5, 2022 at 11:34 AM john  wrote:

> Can you make sure that you have a clean 4.10 install from flathub? All of
> those warnings about stale .go files suggests that you don't.
>

All the warnings about the source being newer than the compiled .go files
is an artifact of a flatpak issue. Just in case some other folks run into
this, I believe Geert patched the flatpak builder to work around this
problem back in 2019. Some flatpak installations (Ubuntu and derivatives,
maybe?) report weird file modification times. Some (Fedora and
derivatives?) don't.

See https://github.com/flathub/org.gnucash.GnuCash/issues/24

Maybe it will be fixed in a future release of flatpak.

On Wed, Apr 6, 2022 at 8:04 AM David G. Pickett via gnucash-user <
gnucash-user@gnucash.org> wrote:
> I suppose there is a way for flatpak to remove it and reinstall it.

If you need to reinstall gnucash, you can use the --reinstall flag, which
will remove and replace it with the latest downloaded version:

  $ flatpak install --reinstall org.gnucash.GnuCash

but I confirmed -- reinstalling does NOT eliminate the "source newer than
compiled" errors (at least not on Ubuntu 21.10).




> -
> 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
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] 4,10 Defective Net Worth Line Chart

2022-04-07 Thread John Ralls



> On Apr 7, 2022, at 3:17 PM, Tommy Trussell  wrote:
> 
> On Tue, Apr 5, 2022 at 11:34 AM john  wrote:
> Can you make sure that you have a clean 4.10 install from flathub? All of 
> those warnings about stale .go files suggests that you don't. 
> 
> All the warnings about the source being newer than the compiled .go files is 
> an artifact of a flatpak issue. Just in case some other folks run into this, 
> I believe Geert patched the flatpak builder to work around this problem back 
> in 2019. Some flatpak installations (Ubuntu and derivatives, maybe?) report 
> weird file modification times. Some (Fedora and derivatives?) don't. 
> 
> See https://github.com/flathub/org.gnucash.GnuCash/issues/24
> 
> Maybe it will be fixed in a future release of flatpak.
> 
> On Wed, Apr 6, 2022 at 8:04 AM David G. Pickett via gnucash-user 
>  wrote:
> > I suppose there is a way for flatpak to remove it and reinstall it.
> 
> If you need to reinstall gnucash, you can use the --reinstall flag, which 
> will remove and replace it with the latest downloaded version:
> 
>   $ flatpak install --reinstall org.gnucash.GnuCash
> 
> but I confirmed -- reinstalling does NOT eliminate the "source newer than 
> compiled" errors (at least not on Ubuntu 21.10).
> 

Tommy,

Do *you* have any problems displaying reports on the 4.10 flatpak?

Regards,
John Ralls
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] 4,10 Defective Net Worth Line Chart

2022-04-07 Thread David G. Pickett via gnucash-user
Which one, flatpak offers 1000+ GNUCash options.  These are the 4.10 options:
app/org.gnucash.GnuCash/x86_64/maint-C4.10-11-g3df7bdf31-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-13-g26b009c0f-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-18-g7147e8a6e-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-2-g9a50be4c5-D4.10app/org.gnucash.GnuCash/x86_64/maint-C4.10-2-g9a50be4c5-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-7-g842c4879a-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-8-g11458bf8b-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-9-gee8729dfb-D4.10.1app/org.gnucash.GnuCash/x86_64/master-C4.10-22-g03cbbd1cd-D4.10-9-g5d7d3556app/org.gnucash.GnuCash/x86_64/master-C4.10-23-g73ddaa8c4-D4.10-superseded-by-4.10.1-9-g5d7d3556app/org.gnucash.GnuCash/x86_64/master-C4.10-325-g29bdd9b52-D4.10-superseded-by-4.10.1-9-g5d7d3556


-Original Message-
From: John Ralls 
To: Tommy Trussell 
Cc: David G. Pickett ; gnucash-user@gnucash.org 

Sent: Thu, Apr 7, 2022 7:49 pm
Subject: Re: [GNC] 4,10 Defective Net Worth Line Chart



> On Apr 7, 2022, at 3:17 PM, Tommy Trussell  wrote:
> 
> On Tue, Apr 5, 2022 at 11:34 AM john  wrote:
> Can you make sure that you have a clean 4.10 install from flathub? All of 
> those warnings about stale .go files suggests that you don't. 
> 
> All the warnings about the source being newer than the compiled .go files is 
> an artifact of a flatpak issue. Just in case some other folks run into this, 
> I believe Geert patched the flatpak builder to work around this problem back 
> in 2019. Some flatpak installations (Ubuntu and derivatives, maybe?) report 
> weird file modification times. Some (Fedora and derivatives?) don't. 
> 
> See https://github.com/flathub/org.gnucash.GnuCash/issues/24
> 
> Maybe it will be fixed in a future release of flatpak.
> 
> On Wed, Apr 6, 2022 at 8:04 AM David G. Pickett via gnucash-user 
>  wrote:
> > I suppose there is a way for flatpak to remove it and reinstall it.
> 
> If you need to reinstall gnucash, you can use the --reinstall flag, which 
> will remove and replace it with the latest downloaded version:
> 
>  $ flatpak install --reinstall org.gnucash.GnuCash
> 
> but I confirmed -- reinstalling does NOT eliminate the "source newer than 
> compiled" errors (at least not on Ubuntu 21.10).
> 

Tommy,

Do *you* have any problems displaying reports on the 4.10 flatpak?

Regards,
John Ralls
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] 4,10 Defective Net Worth Line Chart

2022-04-07 Thread john
Those are all nightly builds from  
https://code.gnucash.org/builds/flatpak/maint/ 
 and 
https://code.gnucash.org/builds/flatpak/master/ 
. They are provided for 
testing. Only the maint ones should be used on your regular books, and then 
only if there's a bug in the flathub released flatpak that has been fixed in 
the repo. Testing those nightlies is of course welcome and encouraged, but you 
should do it with a copy of your book or a test book. 

Regards,
John Ralls

> On Apr 7, 2022, at 4:56 PM, David G. Pickett via gnucash-user 
>  wrote:
> 
> Which one, flatpak offers 1000+ GNUCash options.  These are the 4.10 options:
> app/org.gnucash.GnuCash/x86_64/maint-C4.10-11-g3df7bdf31-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-13-g26b009c0f-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-18-g7147e8a6e-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-2-g9a50be4c5-D4.10app/org.gnucash.GnuCash/x86_64/maint-C4.10-2-g9a50be4c5-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-7-g842c4879a-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-8-g11458bf8b-D4.10.1app/org.gnucash.GnuCash/x86_64/maint-C4.10-9-gee8729dfb-D4.10.1app/org.gnucash.GnuCash/x86_64/master-C4.10-22-g03cbbd1cd-D4.10-9-g5d7d3556app/org.gnucash.GnuCash/x86_64/master-C4.10-23-g73ddaa8c4-D4.10-superseded-by-4.10.1-9-g5d7d3556app/org.gnucash.GnuCash/x86_64/master-C4.10-325-g29bdd9b52-D4.10-superseded-by-4.10.1-9-g5d7d3556
> 
> 
> -Original Message-
> From: John Ralls 
> To: Tommy Trussell 
> Cc: David G. Pickett ; gnucash-user@gnucash.org 
> 
> Sent: Thu, Apr 7, 2022 7:49 pm
> Subject: Re: [GNC] 4,10 Defective Net Worth Line Chart
> 
> 
> 
>> On Apr 7, 2022, at 3:17 PM, Tommy Trussell  wrote:
>> 
>> On Tue, Apr 5, 2022 at 11:34 AM john  wrote:
>> Can you make sure that you have a clean 4.10 install from flathub? All of 
>> those warnings about stale .go files suggests that you don't. 
>> 
>> All the warnings about the source being newer than the compiled .go files is 
>> an artifact of a flatpak issue. Just in case some other folks run into this, 
>> I believe Geert patched the flatpak builder to work around this problem back 
>> in 2019. Some flatpak installations (Ubuntu and derivatives, maybe?) report 
>> weird file modification times. Some (Fedora and derivatives?) don't. 
>> 
>> See https://github.com/flathub/org.gnucash.GnuCash/issues/24
>> 
>> Maybe it will be fixed in a future release of flatpak.
>> 
>> On Wed, Apr 6, 2022 at 8:04 AM David G. Pickett via gnucash-user 
>>  wrote:
>>> I suppose there is a way for flatpak to remove it and reinstall it.
>> 
>> If you need to reinstall gnucash, you can use the --reinstall flag, which 
>> will remove and replace it with the latest downloaded version:
>> 
>>   $ flatpak install --reinstall org.gnucash.GnuCash
>> 
>> but I confirmed -- reinstalling does NOT eliminate the "source newer than 
>> compiled" errors (at least not on Ubuntu 21.10).
>> 
> 
> Tommy,
> 
> Do *you* have any problems displaying reports on the 4.10 flatpak?
> 
> Regards,
> John Ralls
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> 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
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.