Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread john
Oh, yeah. We changed the branch names, so for now there's only stable. If you don't want to re-clone, do this to get back in sync: git fetch origin git branch -m master stable git branch -u origin/stable stable git remote set-head origin -a Regards, John Ralls > On Mar 29, 2023, at

[GNC] FW: Update Available: GnuCash

2023-03-29 Thread cavery
Hi, I received an email March 28 to install an new version and I downloaded the file a double clicked on the file and it installed perfectly as per the version shown below. I then received the email below yesterday (March 30) so I downloaded this file but when I double click on it

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread Adrien Monteleone
George, You created the circle. Skip adding/changing the extension entirely. Just export, then open the file *from* Calc. (double-clicking will most likely use your default HTML editor, whatever that may be, or even a web browser) Regards, Adrien On 3/29/23 11:11 AM, George Riner wrote:

Re: [GNC] Where to download 5.0

2023-03-29 Thread Ken Pyzik
Gyle Try the website: https://code.gnucash.org/website/ That site has the 5.0 for windows. Ken -Original Message- From: gnucash-user On Behalf Of Gyle McCollam Sent: Wednesday, March 29, 2023 5:39 PM To: gnucash-user@gnucash.org Subject: [GNC] Where to download 5.0 Sorry, I'm sure

Re: [GNC] Where to download 5.0

2023-03-29 Thread Patrick James
Here is where I downloaded my copy: https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/5.0/ > On 03/29/2023 5:39 PM Gyle McCollam wrote: > > > Sorry, I'm sure this has been posted, but when I o to Gnucash.org website it > only shows 4.13 or 4.9. I tried surgeforce, but

[GNC] Where to download 5.0

2023-03-29 Thread Gyle McCollam
Sorry, I'm sure this has been posted, but when I o to Gnucash.org website it only shows 4.13 or 4.9. I tried surgeforce, but the 5.0 download won't open on windows. Thank You, Gyle McCollam Gyle McCollam gmccol...@live.com email

Re: [GNC] 5.0-1 (Flathub) issue

2023-03-29 Thread Patrick James
Once the correct payee is highlighted, simply tab to the next field, and 5.0 will fill it in as you desire. Also note that you may arrow up and down during the data entry to select your desired payee, and then click tab. I have a few payees that are very similar, but are long, so the number of

Re: [GNC] 5.0-1 (Flathub) issue

2023-03-29 Thread William Prescott
I disagree. I like the new feature. I often have several entries that start similarly. Before I would have to type a lot of characters until I got to the point where they differed. Now I just start typing and it brings up all of them for me to choose with a couple of touches on the down arrow.

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread Stephen M. Butler
Oh, forgot one minor detail.  I did a "git pull" on my gnucash git clone and then attempted to apply the commands that John posted a few messages back.  Didn't work as expected so I did the extreme and blew my clone away and redid it from github. Then compiled from the most recent patch:

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread Stephen M. Butler
It might be easier to upgrade Ubuntu!  I am at 22.10. Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 --- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 On 3/29/23 15:39, Tom Weichmann wrote: So

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread john
The two build failures are the same. Herbert Thoma reported it on Monday (https://lists.gnucash.org/pipermail/gnucash-devel/2023-March/046617.html) and Richard Cohen has submitted https://github.com/Gnucash/gnucash/pull/1593 to fix it. Regards, John Ralls > On Mar 29, 2023, at 3:39 PM, Tom

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread Tom Weichmann
So I took a guess and thought that since the README.dependencies doc required GCC 8.0 that it may also require g++ 8. Ubuntu 18.04 has several versions available including 6, 7 and 8. I had them all installed but gcc was linked to gcc7 and g++ was linked to g++7. I had already changed the link

[GNC] Flatpak 5.0-1 Update

2023-03-29 Thread Dale Alspach
Thank you for the update of the flatpak. Get Quotes now works. Dale ___ 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

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread Michael or Penny Novack
On Mar 29, 2023, at 3:03 PM, George Riner wrote: Yeah... isn't that curious? Gnucash writes out HTML regardless of any windows filename extension you supply. But if the filename I supply ends with the extension ".xlsx" then surprise! - it opens in LibreOffice Calc with an opening dialog

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread Tom Weichmann
Hi John, Thanks for the reply. Yes, the README.dependencies does state: Libraries/Deps -- required Version ___ cmake 3.10Build system manager and I do have 3.10 installed as you suspected. % cmake

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread john
Ubuntu's 18.04's Cmake is too old. target_compile_definitions for imported modules was introduced in Cmake 3.11 and Ubuntu 18.04 has 3,10.1. Our currently advertised minimum cmake *is* 3.10, but we didn't bump it for 5.0 and we usually do. I'm inclined to bump the minimum Cmake instead of going

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread Tom Weichmann
Thanks Stephen, I replied to just you rather than all by accident. On Wed, Mar 29, 2023 at 5:33 PM Stephen M. Butler < stephen.m.butle...@gmail.com> wrote: > Tom, > Please respond via the list so everyone is included in the discussion. > > On 3/29/23 12:37, Tom Weichmann wrote: > > Hi Steven, >

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread Brook Milligan
> On Mar 29, 2023, at 3:03 PM, George Riner wrote: > > Yeah... isn't that curious? Gnucash writes out HTML regardless of any > windows filename extension you supply. But if the filename I supply ends with > the extension ".xlsx" then surprise! - it opens in LibreOffice Calc with an >

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread Stephen M. Butler
Tom, Please respond via the list so everyone is included in the discussion. On 3/29/23 12:37, Tom Weichmann wrote: Hi Steven, I also built on 22.04 (my laptop) successfully. The README.dependencies in the source lists the following versions for GLIB2 and GTK3: Libraries/Deps --

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread Maf. King
On Wednesday, 29 March 2023 22:03:56 BST George Riner wrote: > I suspect LO is being way more "clever"! > > :George Yeah. File->Open in LO calc seems the most bullet proof route around any "cleverness" in LO... or the copy-and -paste as David T suggests. Maf.

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread George Riner
Yeah... isn't that curious?  Gnucash writes out HTML regardless of any windows filename extension you supply. But if the filename I supply ends with the extension ".xlsx" then surprise! - it opens in LibreOffice Calc with an opening dialog box offering to convert the file to a Calc file! I

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread kschneider bout-tyme . net
> On Mar 29, 2023, at 4:38 PM, Maf. King wrote: > > I _think_ that LibreOffice is more clever than just looking at the file > extension. ISTR that LO examines the file as it opens, and decides if a > text > editor (writer) would be more appropriate than Calc for the contents of the >

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread Maf. King
I _think_ that LibreOffice is more clever than just looking at the file extension. ISTR that LO examines the file as it opens, and decides if a text editor (writer) would be more appropriate than Calc for the contents of the file, regardless of name.extension And HTML is "text" 0.02

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread Murugan Muruganandam
can you please try and save it with extension ".ods" and check if it is directly opening in the Calc application Saludos Cordiales Murugan From: gnucash-user on behalf of George Riner Sent: Wednesday, March 29, 2023 1:11 PM To: Gnucash Users Subject:

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread Stephen M. Butler
On 3/29/23 11:57, Tom Weichmann wrote: Hi All, I'm still running Ubuntu 18.04 LTS which is still supported by Ubuntu albeit a bit old. I've been happily building all of the 4.x versions from source since the latest is not in this distro's repositories. Now i'm trying to build version 5,0 and

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread David T. via gnucash-user
You could always forego the export aspect altogether. In the report window of GnuCash, select the entire report (Ctrl-A), copy the data (Ctrl-C), switch to LibreOffice (Alt-Tab), and paste your data (Ctrl-V). Finally, save the LibreOffice as a spreadsheet file, which should assign it the proper

Re: [GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread Robert Heller
At Wed, 29 Mar 2023 14:57:59 -0400 tommyc...@gmail.com wrote: > > Hi All, > > I'm still running Ubuntu 18.04 LTS which is still supported by Ubuntu > albeit a bit old. I've been happily building all of the 4.x versions from > source since the latest is not in this distro's repositories. Now

[GNC] Building 5.0 on Ubuntu 18.04

2023-03-29 Thread Tom Weichmann
Hi All, I'm still running Ubuntu 18.04 LTS which is still supported by Ubuntu albeit a bit old. I've been happily building all of the 4.x versions from source since the latest is not in this distro's repositories. Now i'm trying to build version 5,0 and I'm running into a failure with cmake:

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread Michael or Penny Novack
When I Export a report I've been supplying a windows extension of ".ods". Which I assumed would cause that exported report file to open in some OpenDocumentSpreadsheet application, in my case: LibreOffice Calc. But it doesn't do that. I double-click the file to open it in the default

Re: [GNC] Issues Retrieving Quotes with v5.0

2023-03-29 Thread Fross, Michael
So it sounds like this might be a Windows issue with retrieving quotes (I'm running that latest v11). I believe perl and the correct modules are installed (Worked under v4.13 and I installed JSON::Parse) and it works with the gnucash-cli, but just not within the program. Happy to help

Re: [GNC] Exporting reports to spreadsheet

2023-03-29 Thread Patrick James
George, This is a Windows 'feature,' as Windows has file extension associations. If you do a quick online search, you should be able to find the instructions on how reassign the association of the ".ods" extension to LibreOffice Calc. Alternatively, try right-clicking the icon and selecting

[GNC] Exporting reports to spreadsheet

2023-03-29 Thread George Riner
The setting: Windows 10 Gnucash 4.13 When I Export a report I've been supplying a windows extension of ".ods". Which I assumed would cause that exported report file to open in some OpenDocumentSpreadsheet application, in my case: LibreOffice Calc. But it doesn't do that. I double-click the

Re: [GNC] Issues Retrieving Quotes with v5.0

2023-03-29 Thread R Losey
I found the problem; I thought I had switched everything over to use JSON for prices, but I still had some using Alpha Vantage, and I don't have my key in the iMac version of GnuCash. Once I switched the few remaining items, the update is working fine. On Wed, Mar 29, 2023 at 10:18 AM R Losey

Re: [GNC] Issues Retrieving Quotes with v5.0

2023-03-29 Thread R Losey
Yes, I have an M1 iMac. Getting the right JSON::Parse for my architecture was what was needed... I get data now. But it didn't give me the "want x86_64, have amd64" error... it just said it wasn't installed. Checking with GnuCash...better; not greyed out, but not working properly. I think

Re: [GNC] Lost data Fie

2023-03-29 Thread Gyle McCollam
Frank, Upgrading the program should not affect the data files Also, please send help requests to the list. You will get faster answers. Sent from Samsung Galaxy smartphone. Original message From: Frank Ashby Date: 3/29/23 9:31 AM (GMT-05:00) To: Gyle McCollam Subject: Re: