Re: [GNC] *.deb package for GnuCash 3.4 Released

2019-01-03 Thread Stephen M. Butler
On 1/2/19 10:44 PM, Liz wrote:
> On Wed, 2 Jan 2019 15:10:01 -0800
> nvsoar  wrote:
>
>> Do you think that 'sudo apt -f install' would work to get the
>> libboost packages?
> This depends on what Stephen has marked as "depends" when he built the
> package.
>
> Liz

And that would depend on what checkinstall did.  I'm doubtful!


-- 
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



pEpkey.asc
Description: application/pgp-keys
___
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] *.deb package for GnuCash 3.4 Released

2019-01-03 Thread nvsoar

On 01/03/19 00:09, Colin Law wrote:

On Wed, 2 Jan 2019 at 23:12, nvsoar  wrote:

...
Do you think that 'sudo apt -f install' would work to get the libboost
packages?

No, as Liz said that would only help if the deb said that it needs
those packages, in which case dpkg would have complained that they
were not installed.  They probably cannot be included as "depends" as
the deb is aimed principally at 18.04 and the packages may have
different names there.

Colin

Thank you both, nvsoar
___
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] *.deb package for GnuCash 3.4 Released

2019-01-03 Thread Colin Law
On Wed, 2 Jan 2019 at 23:12, nvsoar  wrote:
> ...
> Do you think that 'sudo apt -f install' would work to get the libboost
> packages?

No, as Liz said that would only help if the deb said that it needs
those packages, in which case dpkg would have complained that they
were not installed.  They probably cannot be included as "depends" as
the deb is aimed principally at 18.04 and the packages may have
different names there.

Colin
___
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] *.deb package for GnuCash 3.4 Released

2019-01-02 Thread nvsoar

On 01/02/19 13:44, Colin Law wrote:

I have installed 3.4 onto another Ubuntu 18.10 and can confirm Tim
Kallmer's findings as to the additional packages that need to be
installed.  I have noticed one other slight complication, that Ubuntu
seems to think that the version from the deb (3.4-0-1) is earlier than
the version from the repo (1:3.3-2), possibly due to the 1: on the
front.  The result is that updating the system wants to update gnucash
back to 3.3.  The solution to that is to mark it as held so that it
won't be upgraded.

So to install on Ubuntu 18.10 from the deb first download it from
Stephen's Drive
https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY to,
for example Downloads, then run

sudo apt remove gnucash
sudo apt autoremove
sudo dpkg -i Downloads/gnucash_3.4-0-1_amd64.deb
sudo apt install  libboost-filesystem1.65.1  libboost-date-time1.65.1
   libboost-locale1.65.1  libboost-regex1.65.1
sudo apt-mark hold gnucash

and you should be good to go.  Thanks again to Stephen Butler for
providing this.

Colin


Do you think that 'sudo apt -f install' would work to get the libboost 
packages?

nvsoar


___
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] *.deb package for GnuCash 3.4 Released

2019-01-02 Thread Colin Law
I have installed 3.4 onto another Ubuntu 18.10 and can confirm Tim
Kallmer's findings as to the additional packages that need to be
installed.  I have noticed one other slight complication, that Ubuntu
seems to think that the version from the deb (3.4-0-1) is earlier than
the version from the repo (1:3.3-2), possibly due to the 1: on the
front.  The result is that updating the system wants to update gnucash
back to 3.3.  The solution to that is to mark it as held so that it
won't be upgraded.

So to install on Ubuntu 18.10 from the deb first download it from
Stephen's Drive
https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY to,
for example Downloads, then run

sudo apt remove gnucash
sudo apt autoremove
sudo dpkg -i Downloads/gnucash_3.4-0-1_amd64.deb
sudo apt install  libboost-filesystem1.65.1  libboost-date-time1.65.1
  libboost-locale1.65.1  libboost-regex1.65.1
sudo apt-mark hold gnucash

and you should be good to go.  Thanks again to Stephen Butler for
providing this.

Colin
___
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] *.deb package for GnuCash 3.4 Released

2019-01-02 Thread Tim Kallmer
these needed to be installed:
libboost-filesystem1.65.1
libboost-date-time1.65.1
libboost-locale1.65.1
libboost-regex1.65.1

On Wed, Jan 2, 2019 at 1:27 AM Colin Law  wrote:

>
>
> On Tue, 1 Jan 2019, 22:44 Tim Kallmer 
>> i did that and kept finding 3 or 4 more libboost installations missing. i
>> figured out the patterns, installed them all, and finally it does open for
>> me. thanks!
>>
>
> For others who may be in the same boat please tell us what you had to
> install
>
> Colin
>
>
>> On Tue, Jan 1, 2019 at 4:19 PM Colin Law  wrote:
>>
>>> On Tue, 1 Jan 2019 at 22:00, Tim Kallmer  wrote:
>>> >
>>> > i installed the .deb and ran, sudo apt install libboost-regex1.65.1,
>>> as you mentioned. i get the following:
>>> >
>>> > gnucash:
>>> >   Installed: 3.4-0-1
>>> >   Candidate: 1:3.3-2
>>> >   Version table:
>>> >  1:3.3-2 500
>>> > 500 http://ubuntu.mirrors.tds.net/pub/ubuntu cosmic/universe
>>> amd64 Packages
>>> >  *** 3.4-0-1 100
>>> > 100 /var/lib/dpkg/status
>>> >
>>> > /usr/local/bin/gnucash: error while loading shared libraries:
>>> libboost_locale.so.1.65.1: cannot open shared object file: No such file or
>>> directory
>>>
>>> Looks like it also needs
>>> sudo apt install libboost-locale1.65.1
>>> I imagine I already have that installed but can't check at this moment.
>>>
>>> Colin
>>>
>>> >
>>> > the program never opens, unless i remove and reinstall 3.3.
>>> >
>>> > On Tue, Jan 1, 2019 at 3:36 PM Colin Law  wrote:
>>> >>
>>> >> On Tue, 1 Jan 2019 at 19:06, Tim Kallmer  wrote:
>>> >> >
>>> >> > No luck, still not working for me.
>>> >>
>>> >> What do the following commands show?
>>> >> apt policy gnucash
>>> >> which gnucash
>>> >> and finally what do you see if you run gnucash in a terminal window?
>>> >> In case you don't know you can copy from the terminal window using
>>> Ctrl-Shift-C
>>> >>
>>> >> Colin
>>> >>
>>> >> >
>>> >> > On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:
>>> >> >>
>>> >> >> On Mon, 31 Dec 2018 at 17:58, Tim Kallmer 
>>> wrote:
>>> >> >> >
>>> >> >> > >
>>> >> >> > > the .deb package did not work for me on Ubuntu 18.10
>>> >> >>
>>> >> >> As I posted earlier, for ubuntu 18.10 do
>>> >> >> sudo apt install libboost-regex1.65.1
>>> >> >>
>>> >> >> Colin
>>>
>>
___
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] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Les

On my system, GC 2.6.17 is in the package manager.

On 1/1/19 3:44 PM, elvis wrote:

On 2/1/19 6:14 am, Les wrote:

Me either on Linux Mint. Still on GC 2.6.17.



Was that from the package manager? I'd love to have the latest 2.6 
series on Mint but have .12




On 1/1/19 1:06 PM, Tim Kallmer wrote:

No luck, still not working for me.

On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:


On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:

the .deb package did not work for me on Ubuntu 18.10

As I posted earlier, for ubuntu 18.10 do
sudo apt install libboost-regex1.65.1

Colin


___
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.



___
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] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Les
Thanks, I will check that out.  Not sure that Linux Mint 19.1 is out 
yet, but 19.0 is


On 1/1/19 2:49 PM, Stephen M. Butler wrote:

On 1/1/19 12:14 PM, Les wrote:

Me either on Linux Mint. Still on GC 2.6.17.


A little research shows that Linux Mint is based on Ubuntu with these
relationships (loosely to debian):

Mint <- Ubuntu <- Debian

19.1 Tessa <- 18.04 Bionic <- 10 buster

19 Tara <- 18.04 Bionic <- 10 buster

18.3 Sylvia <- 16.04 Xenial <- 9 stretch

18.2 Sonya <- 16.04 Xenial  <- 9 stretch

18.1 Serena <- 16.04 Xenial <- 9 stretch

17.3 Rosa <- 14.04 Trusty <- 8 jessie

17.2 Rafaela <- 14.04 Trusty <- 8 jessie

17.1 Rebecca <- 14.04 Trusty <- 8 jessie

17 Qiana <- 14.04 Trusty <- 8 jessie


So, I'd say you need to be on Tara or Tessa to have any hope.  You might
need to look at the Ubuntu dependencies and see if you need newer ones
on Mint.

--Steve



On 1/1/19 1:06 PM, Tim Kallmer wrote:

No luck, still not working for me.

On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:


On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:

the .deb package did not work for me on Ubuntu 18.10

As I posted earlier, for ubuntu 18.10 do
sudo apt install libboost-regex1.65.1

Colin



___
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.

Re: [GNC] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Tim Kallmer
i did that and kept finding 3 or 4 more libboost installations missing. i
figured out the patterns, installed them all, and finally it does open for
me. thanks!

On Tue, Jan 1, 2019 at 4:19 PM Colin Law  wrote:

> On Tue, 1 Jan 2019 at 22:00, Tim Kallmer  wrote:
> >
> > i installed the .deb and ran, sudo apt install libboost-regex1.65.1, as
> you mentioned. i get the following:
> >
> > gnucash:
> >   Installed: 3.4-0-1
> >   Candidate: 1:3.3-2
> >   Version table:
> >  1:3.3-2 500
> > 500 http://ubuntu.mirrors.tds.net/pub/ubuntu cosmic/universe
> amd64 Packages
> >  *** 3.4-0-1 100
> > 100 /var/lib/dpkg/status
> >
> > /usr/local/bin/gnucash: error while loading shared libraries:
> libboost_locale.so.1.65.1: cannot open shared object file: No such file or
> directory
>
> Looks like it also needs
> sudo apt install libboost-locale1.65.1
> I imagine I already have that installed but can't check at this moment.
>
> Colin
>
> >
> > the program never opens, unless i remove and reinstall 3.3.
> >
> > On Tue, Jan 1, 2019 at 3:36 PM Colin Law  wrote:
> >>
> >> On Tue, 1 Jan 2019 at 19:06, Tim Kallmer  wrote:
> >> >
> >> > No luck, still not working for me.
> >>
> >> What do the following commands show?
> >> apt policy gnucash
> >> which gnucash
> >> and finally what do you see if you run gnucash in a terminal window?
> >> In case you don't know you can copy from the terminal window using
> Ctrl-Shift-C
> >>
> >> Colin
> >>
> >> >
> >> > On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:
> >> >>
> >> >> On Mon, 31 Dec 2018 at 17:58, Tim Kallmer 
> wrote:
> >> >> >
> >> >> > >
> >> >> > > the .deb package did not work for me on Ubuntu 18.10
> >> >>
> >> >> As I posted earlier, for ubuntu 18.10 do
> >> >> sudo apt install libboost-regex1.65.1
> >> >>
> >> >> Colin
>
___
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] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Colin Law
On Tue, 1 Jan 2019 at 22:00, Tim Kallmer  wrote:
>
> i installed the .deb and ran, sudo apt install libboost-regex1.65.1, as you 
> mentioned. i get the following:
>
> gnucash:
>   Installed: 3.4-0-1
>   Candidate: 1:3.3-2
>   Version table:
>  1:3.3-2 500
> 500 http://ubuntu.mirrors.tds.net/pub/ubuntu cosmic/universe amd64 
> Packages
>  *** 3.4-0-1 100
> 100 /var/lib/dpkg/status
>
> /usr/local/bin/gnucash: error while loading shared libraries: 
> libboost_locale.so.1.65.1: cannot open shared object file: No such file or 
> directory

Looks like it also needs
sudo apt install libboost-locale1.65.1
I imagine I already have that installed but can't check at this moment.

Colin

>
> the program never opens, unless i remove and reinstall 3.3.
>
> On Tue, Jan 1, 2019 at 3:36 PM Colin Law  wrote:
>>
>> On Tue, 1 Jan 2019 at 19:06, Tim Kallmer  wrote:
>> >
>> > No luck, still not working for me.
>>
>> What do the following commands show?
>> apt policy gnucash
>> which gnucash
>> and finally what do you see if you run gnucash in a terminal window?
>> In case you don't know you can copy from the terminal window using 
>> Ctrl-Shift-C
>>
>> Colin
>>
>> >
>> > On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:
>> >>
>> >> On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:
>> >> >
>> >> > >
>> >> > > the .deb package did not work for me on Ubuntu 18.10
>> >>
>> >> As I posted earlier, for ubuntu 18.10 do
>> >> sudo apt install libboost-regex1.65.1
>> >>
>> >> Colin
___
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] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Tim Kallmer
i installed the .deb and ran, sudo apt install libboost-regex1.65.1, as you
mentioned. i get the following:

gnucash:
  Installed: 3.4-0-1
  Candidate: 1:3.3-2
  Version table:
 1:3.3-2 500
500 http://ubuntu.mirrors.tds.net/pub/ubuntu cosmic/universe amd64
Packages
 *** 3.4-0-1 100
100 /var/lib/dpkg/status

/usr/local/bin/gnucash: error while loading shared libraries:
libboost_locale.so.1.65.1: cannot open shared object file: No such file or
directory

the program never opens, unless i remove and reinstall 3.3.

On Tue, Jan 1, 2019 at 3:36 PM Colin Law  wrote:

> On Tue, 1 Jan 2019 at 19:06, Tim Kallmer  wrote:
> >
> > No luck, still not working for me.
>
> What do the following commands show?
> apt policy gnucash
> which gnucash
> and finally what do you see if you run gnucash in a terminal window?
> In case you don't know you can copy from the terminal window using
> Ctrl-Shift-C
>
> Colin
>
> >
> > On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:
> >>
> >> On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:
> >> >
> >> > >
> >> > > the .deb package did not work for me on Ubuntu 18.10
> >>
> >> As I posted earlier, for ubuntu 18.10 do
> >> sudo apt install libboost-regex1.65.1
> >>
> >> Colin
>
___
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] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread elvis

On 2/1/19 6:14 am, Les wrote:

Me either on Linux Mint. Still on GC 2.6.17.



Was that from the package manager? I'd love to have the latest 2.6 
series on Mint but have .12




On 1/1/19 1:06 PM, Tim Kallmer wrote:

No luck, still not working for me.

On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:


On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:

the .deb package did not work for me on Ubuntu 18.10

As I posted earlier, for ubuntu 18.10 do
sudo apt install libboost-regex1.65.1

Colin


___
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.


--
We have enough youth, how about a fountain of SMART?

___
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] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Colin Law
On Tue, 1 Jan 2019 at 19:06, Tim Kallmer  wrote:
>
> No luck, still not working for me.

What do the following commands show?
apt policy gnucash
which gnucash
and finally what do you see if you run gnucash in a terminal window?
In case you don't know you can copy from the terminal window using Ctrl-Shift-C

Colin

>
> On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:
>>
>> On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:
>> >
>> > >
>> > > the .deb package did not work for me on Ubuntu 18.10
>>
>> As I posted earlier, for ubuntu 18.10 do
>> sudo apt install libboost-regex1.65.1
>>
>> Colin
___
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] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Stephen M. Butler
On 1/1/19 12:14 PM, Les wrote:
> Me either on Linux Mint. Still on GC 2.6.17.
>
A little research shows that Linux Mint is based on Ubuntu with these
relationships (loosely to debian):

Mint <- Ubuntu <- Debian

19.1 Tessa <- 18.04 Bionic <- 10 buster

19 Tara <- 18.04 Bionic <- 10 buster

18.3 Sylvia <- 16.04 Xenial <- 9 stretch

18.2 Sonya <- 16.04 Xenial  <- 9 stretch

18.1 Serena <- 16.04 Xenial <- 9 stretch

17.3 Rosa <- 14.04 Trusty <- 8 jessie

17.2 Rafaela <- 14.04 Trusty <- 8 jessie

17.1 Rebecca <- 14.04 Trusty <- 8 jessie

17 Qiana <- 14.04 Trusty <- 8 jessie


So, I'd say you need to be on Tara or Tessa to have any hope.  You might
need to look at the Ubuntu dependencies and see if you need newer ones
on Mint.

--Steve


> On 1/1/19 1:06 PM, Tim Kallmer wrote:
>> No luck, still not working for me.
>>
>> On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:
>>
>>> On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:
> the .deb package did not work for me on Ubuntu 18.10
>>> As I posted earlier, for ubuntu 18.10 do
>>> sudo apt install libboost-regex1.65.1
>>>
>>> Colin
>>>

-- 
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



pEpkey.asc
Description: application/pgp-keys
___
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] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Les

Me either on Linux Mint. Still on GC 2.6.17.

On 1/1/19 1:06 PM, Tim Kallmer wrote:

No luck, still not working for me.

On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:


On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:

the .deb package did not work for me on Ubuntu 18.10

As I posted earlier, for ubuntu 18.10 do
sudo apt install libboost-regex1.65.1

Colin


___
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.


Re: [GNC] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Tim Kallmer
No luck, still not working for me.

On Tue, Jan 1, 2019 at 4:12 AM Colin Law  wrote:

> On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:
> >
> > >
> > > the .deb package did not work for me on Ubuntu 18.10
>
> As I posted earlier, for ubuntu 18.10 do
> sudo apt install libboost-regex1.65.1
>
> Colin
>
___
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] *.deb package for GnuCash 3.4 Released

2019-01-01 Thread Colin Law
On Mon, 31 Dec 2018 at 17:58, Tim Kallmer  wrote:
>
> >
> > the .deb package did not work for me on Ubuntu 18.10

As I posted earlier, for ubuntu 18.10 do
sudo apt install libboost-regex1.65.1

Colin
___
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] *.deb package for GnuCash 3.4 Released

2018-12-31 Thread Stephen M. Butler
On 12/31/18 9:55 AM, Tim Kallmer wrote:
>> the .deb package did not work for me on Ubuntu 18.10
>>
I believe Colin had to install libboost to get it to work on his 18.10.

This feedback is good as it shows me that checkinstall probably isn't
the way to do this.

-- 
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



pEpkey.asc
Description: application/pgp-keys
___
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] *.deb package for GnuCash 3.4 Released

2018-12-31 Thread Tim Kallmer
>
> the .deb package did not work for me on Ubuntu 18.10
>
___
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] *.deb package for GnuCash 3.4 Released

2018-12-31 Thread Les

Thanks to both Steve and Colin for replies.

I think I will try the .deb on my test system before installing on my 
production machine.


I will provide feedback for both cases.

Les

On 12/31/18 11:27 AM, Colin Law wrote:

On Mon, 31 Dec 2018 at 13:57, Les  wrote:

Thanks for the great work Steve.

I am currently using Linux Mint 18.2 and GC 2.6.17.  I am wondering if
this .deb will run on my system, or will I have to update Linux MInt to
19.0?

There shouldn't be any danger trying it, though obviously backup your
data files first.  I uninstalled the standard version, ran apt-get
autoremove, then downloaded the deb and installed it.  You can always
remove it again and install the repository version again if there are
problems.  If the install fails or it complains about missing packages
or such like come back and ask.  If it says it is going to remove
packages when you try to install the deb then ask first.

Colin


Thanks

Les

On 12/30/18 2:25 PM, Stephen M. Butler wrote:

For those interested in a deb file but not willing to compile yourself:
https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY -->
gnucash_3.4-0-1_amd64.deb

The zero after 3.4 is the commit number after the tag (there are
currently none) and the one after that is the first attempt to build
that on my box.

I have removed the interim 3.3 versions from Google drive and now only
have the base 3.3 version also available:
https://drive.google.com/open?id=1PUEq8qE4yzq_HrBfJZQ376QbdTmJdYsP -->
gnucash_3.3-0-1_amd64.deb

These were built on Ubuntu 18.04 based on a git pull of the maint branch.

--Steve


On 12/30/18 12:01 PM, John Ralls wrote:

The GnuCash development team announces GnuCash 3.4, the fifth release
of the 3.x stable release series.

Changes

Between 3.3 and 3.4, the following bugfixes were accomplished:

 • Bug 498072 - GnuCash show taxes on invoice when individual
taxes is not checked
 • Bug 760825 - On duplicating a bill, the entry dates should be
set to the bill date, not to the current date - followup:
Use neutral time on entry post dates instead of canonical time
 • Bug 767772 - Associated file with transaction is lost when
moving entry between accounts
 • Bug 775580 - Inaccurate information provided for "Common
Accounts" when using "New Account Hierarchy Setup"
 • Bug 779565 - Treeview header combos do not work at first load
 • Bug 788332 - Last Reconcile Date column sorts by day of month
not date
 • Bug 789674 - Close Book tool regression
 • Bug 793156 - Incorrect date sort order in Generic import
matcher window
 • Bug 795080 - Some dates reset to 01/01/1970
 • Bug 795237 - Update of "wohnungsw" template
 • Bug 795425 - Version 2018 of german account template SKR49
 • Bug 796772 - Receivable Ageing Report invalid URL for Totals
column
 • Bug 796806 - Crash after OFX import if line item dragged
 • Bug 796842 - Add new employee window may not fit on screen
 • Bug 796849 - Load another QIF file causes "that file already
loaded" dialog
 • Bug 796875 - Unable to use arrow keys to advance past
pre-filled text in register
 • Bug 796878 - test-qofsession fails on x86_32.
 • Bug 796883 - Register text oddities
HOME and END need to be treated like right and left arrow keys.
 • Bug 796886 - OFX Import does not show source account in the
transaction matching window
 • Bug 796887 - Remove account slot key color if there is no valid
color
 • Bug 796893 - invoice.GetDatePosted() and other date related
functions returns strange values for uninitalised dates.
 • Bug 796896 - Button to complete an export not intuitively
placed or discoverable
 • Bug 796903 - Crash when searching invoice by Invoice Owner
 • Bug 796914 - Customer Summary is giving error
 • Bug 796915 - Update Account colour background
 • Bug 796940 - Invalid transaction date-posted KVP causes
date-posted to not be saved.
 • Bug 796944 - Tab navigation From Company Address field in New
Book Options
 • Bug 796945 - Search Search Criteria window does not scroll when
added criteria exceed a certain amount
 • Bug 796948 - Scheduled Transactions Entered Since Last Run Are
not Visible
 • Bug 796949 - Incorrect conversion of 0,01 USD to EUR
 • Bug 796960 - Incorrect amount sort order in Generic import
matcher window
 • Bug 796961 - Can't overwrite existing MYSQL database, V3.3.
 • Bug 796967 - gnclock table not removed when using PostgreSQL.
 • Bug 796978 - Deleting a split of same account as register
cancels the transaction without warning
 • Bug 796981 - Gnucash crashes with critical error when selecting
another file
 • Bug 796982 - Import Bills & Invoices: change in un_escape()
routine causes description and notes fields to be mangled.
 • Bug 796988 - Untranslated string in CSV transaction importer
 • Bug 796989 - some date/time does not honor user locale
 • Bug 796994 - Unable to generate Tax Report because of 

Re: [GNC] *.deb package for GnuCash 3.4 Released

2018-12-31 Thread Colin Law
On Mon, 31 Dec 2018 at 13:57, Les  wrote:
>
> Thanks for the great work Steve.
>
> I am currently using Linux Mint 18.2 and GC 2.6.17.  I am wondering if
> this .deb will run on my system, or will I have to update Linux MInt to
> 19.0?

There shouldn't be any danger trying it, though obviously backup your
data files first.  I uninstalled the standard version, ran apt-get
autoremove, then downloaded the deb and installed it.  You can always
remove it again and install the repository version again if there are
problems.  If the install fails or it complains about missing packages
or such like come back and ask.  If it says it is going to remove
packages when you try to install the deb then ask first.

Colin

>
> Thanks
>
> Les
>
> On 12/30/18 2:25 PM, Stephen M. Butler wrote:
> > For those interested in a deb file but not willing to compile yourself:
> > https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY -->
> > gnucash_3.4-0-1_amd64.deb
> >
> > The zero after 3.4 is the commit number after the tag (there are
> > currently none) and the one after that is the first attempt to build
> > that on my box.
> >
> > I have removed the interim 3.3 versions from Google drive and now only
> > have the base 3.3 version also available:
> > https://drive.google.com/open?id=1PUEq8qE4yzq_HrBfJZQ376QbdTmJdYsP -->
> > gnucash_3.3-0-1_amd64.deb
> >
> > These were built on Ubuntu 18.04 based on a git pull of the maint branch.
> >
> > --Steve
> >
> >
> > On 12/30/18 12:01 PM, John Ralls wrote:
> >> The GnuCash development team announces GnuCash 3.4, the fifth release
> >> of the 3.x stable release series.
> >>
> >> Changes
> >>
> >> Between 3.3 and 3.4, the following bugfixes were accomplished:
> >>
> >> • Bug 498072 - GnuCash show taxes on invoice when individual
> >> taxes is not checked
> >> • Bug 760825 - On duplicating a bill, the entry dates should be
> >> set to the bill date, not to the current date - followup:
> >> Use neutral time on entry post dates instead of canonical time
> >> • Bug 767772 - Associated file with transaction is lost when
> >> moving entry between accounts
> >> • Bug 775580 - Inaccurate information provided for "Common
> >> Accounts" when using "New Account Hierarchy Setup"
> >> • Bug 779565 - Treeview header combos do not work at first load
> >> • Bug 788332 - Last Reconcile Date column sorts by day of month
> >> not date
> >> • Bug 789674 - Close Book tool regression
> >> • Bug 793156 - Incorrect date sort order in Generic import
> >> matcher window
> >> • Bug 795080 - Some dates reset to 01/01/1970
> >> • Bug 795237 - Update of "wohnungsw" template
> >> • Bug 795425 - Version 2018 of german account template SKR49
> >> • Bug 796772 - Receivable Ageing Report invalid URL for Totals
> >> column
> >> • Bug 796806 - Crash after OFX import if line item dragged
> >> • Bug 796842 - Add new employee window may not fit on screen
> >> • Bug 796849 - Load another QIF file causes "that file already
> >> loaded" dialog
> >> • Bug 796875 - Unable to use arrow keys to advance past
> >> pre-filled text in register
> >> • Bug 796878 - test-qofsession fails on x86_32.
> >> • Bug 796883 - Register text oddities
> >> HOME and END need to be treated like right and left arrow keys.
> >> • Bug 796886 - OFX Import does not show source account in the
> >> transaction matching window
> >> • Bug 796887 - Remove account slot key color if there is no valid
> >> color
> >> • Bug 796893 - invoice.GetDatePosted() and other date related
> >> functions returns strange values for uninitalised dates.
> >> • Bug 796896 - Button to complete an export not intuitively
> >> placed or discoverable
> >> • Bug 796903 - Crash when searching invoice by Invoice Owner
> >> • Bug 796914 - Customer Summary is giving error
> >> • Bug 796915 - Update Account colour background
> >> • Bug 796940 - Invalid transaction date-posted KVP causes
> >> date-posted to not be saved.
> >> • Bug 796944 - Tab navigation From Company Address field in New
> >> Book Options
> >> • Bug 796945 - Search Search Criteria window does not scroll when
> >> added criteria exceed a certain amount
> >> • Bug 796948 - Scheduled Transactions Entered Since Last Run Are
> >> not Visible
> >> • Bug 796949 - Incorrect conversion of 0,01 USD to EUR
> >> • Bug 796960 - Incorrect amount sort order in Generic import
> >> matcher window
> >> • Bug 796961 - Can't overwrite existing MYSQL database, V3.3.
> >> • Bug 796967 - gnclock table not removed when using PostgreSQL.
> >> • Bug 796978 - Deleting a split of same account as register
> >> cancels the transaction without warning
> >> • Bug 796981 - Gnucash crashes with critical error when selecting
> >> another file
> >> • Bug 796982 - Import Bills & Invoices: change in un_escape()
> >> routine causes description and notes fields to be mangled.
> >> • Bug 796988 - Untranslated 

Re: [GNC] *.deb package for GnuCash 3.4 Released

2018-12-31 Thread Stephen M. Butler
On 12/31/18 5:54 AM, Les wrote:
> Thanks for the great work Steve.
>
> I am currently using Linux Mint 18.2 and GC 2.6.17.  I am wondering if
> this .deb will run on my system, or will I have to update Linux MInt
> to 19.0?
>
> Thanks
>
> Les


I think we are in exploration mode at this point.  Checkinstall says it
is only for same make/model.  Colin found that he could get it to work
on Ubuntu 18.10 (my box is 18.04). 

I am not that knowledgeable of how the various distros map to each other.

--Steve

>
> On 12/30/18 2:25 PM, Stephen M. Butler wrote:
>> For those interested in a deb file but not willing to compile yourself:
>> https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY
>> --> gnucash_3.4-0-1_amd64.deb
>>
>> The zero after 3.4 is the commit number after the tag (there are
>> currently none) and the one after that is the first attempt to build
>> that on my box.
>>
>> I have removed the interim 3.3 versions from Google drive and now
>> only have the base 3.3 version also available:
>> https://drive.google.com/open?id=1PUEq8qE4yzq_HrBfJZQ376QbdTmJdYsP
>> --> gnucash_3.3-0-1_amd64.deb
>>
>> These were built on Ubuntu 18.04 based on a git pull of the maint
>> branch.
>>
>> --Steve
>>
>>
>> On 12/30/18 12:01 PM, John Ralls wrote:
>>> The GnuCash development team announces GnuCash 3.4, the fifth
>>> release of the 3.x stable release series.
>>>
>>> Changes
>>>
>>> Between 3.3 and 3.4, the following bugfixes were accomplished:
>>>
>>> • Bug 498072 - GnuCash show taxes on invoice when individual
>>> taxes is not checked
>>> • Bug 760825 - On duplicating a bill, the entry dates should be
>>> set to the bill date, not to the current date - followup:
>>> Use neutral time on entry post dates instead of canonical time
>>> • Bug 767772 - Associated file with transaction is lost when
>>> moving entry between accounts
>>> • Bug 775580 - Inaccurate information provided for "Common
>>> Accounts" when using "New Account Hierarchy Setup"
>>> • Bug 779565 - Treeview header combos do not work at first load
>>> • Bug 788332 - Last Reconcile Date column sorts by day of month
>>> not date
>>> • Bug 789674 - Close Book tool regression
>>> • Bug 793156 - Incorrect date sort order in Generic import
>>> matcher window
>>> • Bug 795080 - Some dates reset to 01/01/1970
>>> • Bug 795237 - Update of "wohnungsw" template
>>> • Bug 795425 - Version 2018 of german account template SKR49
>>> • Bug 796772 - Receivable Ageing Report invalid URL for Totals
>>> column
>>> • Bug 796806 - Crash after OFX import if line item dragged
>>> • Bug 796842 - Add new employee window may not fit on screen
>>> • Bug 796849 - Load another QIF file causes "that file already
>>> loaded" dialog
>>> • Bug 796875 - Unable to use arrow keys to advance past
>>> pre-filled text in register
>>> • Bug 796878 - test-qofsession fails on x86_32.
>>> • Bug 796883 - Register text oddities
>>> HOME and END need to be treated like right and left arrow keys.
>>> • Bug 796886 - OFX Import does not show source account in the
>>> transaction matching window
>>> • Bug 796887 - Remove account slot key color if there is no
>>> valid color
>>> • Bug 796893 - invoice.GetDatePosted() and other date related
>>> functions returns strange values for uninitalised dates.
>>> • Bug 796896 - Button to complete an export not intuitively
>>> placed or discoverable
>>> • Bug 796903 - Crash when searching invoice by Invoice Owner
>>> • Bug 796914 - Customer Summary is giving error
>>> • Bug 796915 - Update Account colour background
>>> • Bug 796940 - Invalid transaction date-posted KVP causes
>>> date-posted to not be saved.
>>> • Bug 796944 - Tab navigation From Company Address field in New
>>> Book Options
>>> • Bug 796945 - Search Search Criteria window does not scroll
>>> when added criteria exceed a certain amount
>>> • Bug 796948 - Scheduled Transactions Entered Since Last Run Are
>>> not Visible
>>> • Bug 796949 - Incorrect conversion of 0,01 USD to EUR
>>> • Bug 796960 - Incorrect amount sort order in Generic import
>>> matcher window
>>> • Bug 796961 - Can't overwrite existing MYSQL database, V3.3.
>>> • Bug 796967 - gnclock table not removed when using PostgreSQL.
>>> • Bug 796978 - Deleting a split of same account as register
>>> cancels the transaction without warning
>>> • Bug 796981 - Gnucash crashes with critical error when
>>> selecting another file
>>> • Bug 796982 - Import Bills & Invoices: change in un_escape()
>>> routine causes description and notes fields to be mangled.
>>> • Bug 796988 - Untranslated string in CSV transaction importer
>>> • Bug 796989 - some date/time does not honor user locale
>>> • Bug 796994 - Unable to generate Tax Report because of pricedb
>>> error
>>> The following fixes and improvements were not associated with bug
>>> reports:
>>>
>>> • Set up filepath utils to 

Re: [GNC] *.deb package for GnuCash 3.4 Released

2018-12-31 Thread Les

Thanks for the great work Steve.

I am currently using Linux Mint 18.2 and GC 2.6.17.  I am wondering if 
this .deb will run on my system, or will I have to update Linux MInt to 
19.0?


Thanks

Les

On 12/30/18 2:25 PM, Stephen M. Butler wrote:

For those interested in a deb file but not willing to compile yourself:
https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY --> 
gnucash_3.4-0-1_amd64.deb


The zero after 3.4 is the commit number after the tag (there are 
currently none) and the one after that is the first attempt to build 
that on my box.


I have removed the interim 3.3 versions from Google drive and now only 
have the base 3.3 version also available:
https://drive.google.com/open?id=1PUEq8qE4yzq_HrBfJZQ376QbdTmJdYsP --> 
gnucash_3.3-0-1_amd64.deb


These were built on Ubuntu 18.04 based on a git pull of the maint branch.

--Steve


On 12/30/18 12:01 PM, John Ralls wrote:
The GnuCash development team announces GnuCash 3.4, the fifth release 
of the 3.x stable release series.


Changes

Between 3.3 and 3.4, the following bugfixes were accomplished:

• Bug 498072 - GnuCash show taxes on invoice when individual 
taxes is not checked
• Bug 760825 - On duplicating a bill, the entry dates should be 
set to the bill date, not to the current date - followup:

Use neutral time on entry post dates instead of canonical time
• Bug 767772 - Associated file with transaction is lost when 
moving entry between accounts
• Bug 775580 - Inaccurate information provided for "Common 
Accounts" when using "New Account Hierarchy Setup"

• Bug 779565 - Treeview header combos do not work at first load
• Bug 788332 - Last Reconcile Date column sorts by day of month 
not date

• Bug 789674 - Close Book tool regression
• Bug 793156 - Incorrect date sort order in Generic import 
matcher window

• Bug 795080 - Some dates reset to 01/01/1970
• Bug 795237 - Update of "wohnungsw" template
• Bug 795425 - Version 2018 of german account template SKR49
• Bug 796772 - Receivable Ageing Report invalid URL for Totals 
column

• Bug 796806 - Crash after OFX import if line item dragged
• Bug 796842 - Add new employee window may not fit on screen
• Bug 796849 - Load another QIF file causes "that file already 
loaded" dialog
• Bug 796875 - Unable to use arrow keys to advance past 
pre-filled text in register

• Bug 796878 - test-qofsession fails on x86_32.
• Bug 796883 - Register text oddities
HOME and END need to be treated like right and left arrow keys.
• Bug 796886 - OFX Import does not show source account in the 
transaction matching window
• Bug 796887 - Remove account slot key color if there is no valid 
color
• Bug 796893 - invoice.GetDatePosted() and other date related 
functions returns strange values for uninitalised dates.
• Bug 796896 - Button to complete an export not intuitively 
placed or discoverable

• Bug 796903 - Crash when searching invoice by Invoice Owner
• Bug 796914 - Customer Summary is giving error
• Bug 796915 - Update Account colour background
• Bug 796940 - Invalid transaction date-posted KVP causes 
date-posted to not be saved.
• Bug 796944 - Tab navigation From Company Address field in New 
Book Options
• Bug 796945 - Search Search Criteria window does not scroll when 
added criteria exceed a certain amount
• Bug 796948 - Scheduled Transactions Entered Since Last Run Are 
not Visible

• Bug 796949 - Incorrect conversion of 0,01 USD to EUR
• Bug 796960 - Incorrect amount sort order in Generic import 
matcher window

• Bug 796961 - Can't overwrite existing MYSQL database, V3.3.
• Bug 796967 - gnclock table not removed when using PostgreSQL.
• Bug 796978 - Deleting a split of same account as register 
cancels the transaction without warning
• Bug 796981 - Gnucash crashes with critical error when selecting 
another file
• Bug 796982 - Import Bills & Invoices: change in un_escape() 
routine causes description and notes fields to be mangled.

• Bug 796988 - Untranslated string in CSV transaction importer
• Bug 796989 - some date/time does not honor user locale
• Bug 796994 - Unable to generate Tax Report because of pricedb 
error
The following fixes and improvements were not associated with bug 
reports:


• Set up filepath utils to determine the GNC_CONFIG_HOME in the 
same way as GNC_DATA_HOME.
Until now GNC_CONFIG_HOME was more or less hard-coded. Now it can be 
set via environment variable GNC_CONFIG_HOME. In addition it will 
automatically be created to avoid potential user confusion.

• Redesign gnc-uri-utils
    • gnc_uri_get_components will now return NULL as protocol if 
the input is a normal file system path instead of a uri (it used to 
return 'file')
    • gnc_uri_get_protocol will now return NULL if the input is a 
normal file system path instead of a uri (it used to return 'file')
    • 

Re: [GNC] *.deb package for GnuCash 3.4 Released

2018-12-30 Thread Stephen M. Butler

On 12/30/18 3:15 PM, randix wrote:

"Now, I don't have experience with anyone installing it on a non Ubuntu
box. So, this will be an experiment. It's up to you. I won't be hurt if
you pass!  But I would like to know if it does work on non-Ubuntu boxes."

Yea, that's what I was wondering about...if anyone else wants to chime in,
comments welcome. I value my current installation (it works 85%), so a
little nervous about walking down the valley of death :)



A search indicates that the debian package may not be as portable as 
we'd like.  Look at this page:


https://linuxconfig.org/install-packages-from-an-ubuntu-ppa-on-debian-linux

Now, I have the two packages they listed at the front.  I'll do some 
research on checkinstall to see if they have any hints.


--
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

___
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] *.deb package for GnuCash 3.4 Released

2018-12-30 Thread randix
"Now, I don't have experience with anyone installing it on a non Ubuntu 
box. So, this will be an experiment. It's up to you. I won't be hurt if 
you pass!  But I would like to know if it does work on non-Ubuntu boxes."

Yea, that's what I was wondering about...if anyone else wants to chime in,
comments welcome. I value my current installation (it works 85%), so a
little nervous about walking down the valley of death :)



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
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] *.deb package for GnuCash 3.4 Released

2018-12-30 Thread Stephen M. Butler

On 12/30/18 2:49 PM, randix wrote:

Stephen M. Butler wrote

 For those interested in a deb file but not willing to compile
 yourself:
 https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY
 -->
 gnucash_3.4-0-1_amd64.deb

 The zero after 3.4 is the commit number after the tag (there are
 currently none) and the one after that is the first attempt to build
 that on my box.

/*Stephen... with the disclaimer that I always know only 1/2 what I'm
talking about... so is it reasonable for me to go ahead and try and install
your gnucash_3.4-0-1_amd64.deb on my Google Pixel Chromebook under linux? I
currently have installed a 3.2 deb version: Version: 3.2
Build ID: 3.2+ (2018-06-24). And if so, is if necessary for me to manually
uninstall the previous installation? Thanks.*/



I'm not that much further advanced either!  I presume you have a 
software manager on that distro.  I did a Google search and this came up:


**Uninstall apps**

1. Click the *apps* list icon in the launcher at the bottom of the screen.
2. Find your *app* in the list and right-click (click with two fingers
   on a *Chromebook*) its icon.
3. Select *Remove* from Chrome.

Aug 28, 2018


 [Chrome OS] Uninstall apps or extensions | Official Support | ASUS USA


https://www.asus.com/us/support/FAQ/1007495/




I hope that helps. I am presuming that you can just download the deb 
file, click on it, and your software manager will install it.



Now, I don't have experience with anyone installing it on a non Ubuntu 
box. So, this will be an experiment. It's up to you. I won't be hurt if 
you pass!  But I would like to know if it does work on non-Ubuntu boxes.


--
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

___
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] *.deb package for GnuCash 3.4 Released

2018-12-30 Thread randix
Stephen M. Butler wrote
>> For those interested in a deb file but not willing to compile
>> yourself:
>> https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY
>> -->
>> gnucash_3.4-0-1_amd64.deb
>>
>> The zero after 3.4 is the commit number after the tag (there are
>> currently none) and the one after that is the first attempt to build
>> that on my box.

/*Stephen... with the disclaimer that I always know only 1/2 what I'm
talking about... so is it reasonable for me to go ahead and try and install
your gnucash_3.4-0-1_amd64.deb on my Google Pixel Chromebook under linux? I
currently have installed a 3.2 deb version: Version: 3.2 
Build ID: 3.2+ (2018-06-24). And if so, is if necessary for me to manually
uninstall the previous installation? Thanks.*/




--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
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] *.deb package for GnuCash 3.4 Released

2018-12-30 Thread Roger Miskowicz
Thank you very much, worked perfectly.

On Sun, Dec 30, 2018 at 3:34 PM Stephen M. Butler  wrote:

> For those interested in a deb file but not willing to compile yourself:
> https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY -->
> gnucash_3.4-0-1_amd64.deb
>
> The zero after 3.4 is the commit number after the tag (there are
> currently none) and the one after that is the first attempt to build
> that on my box.
>
> I have removed the interim 3.3 versions from Google drive and now only
> have the base 3.3 version also available:
> https://drive.google.com/open?id=1PUEq8qE4yzq_HrBfJZQ376QbdTmJdYsP -->
> gnucash_3.3-0-1_amd64.deb
>
> These were built on Ubuntu 18.04 based on a git pull of the maint branch.
>
> --Steve
>
>
> On 12/30/18 12:01 PM, John Ralls wrote:
> > The GnuCash development team announces GnuCash 3.4, the fifth release of
> the 3.x stable release series.
> >
> > Changes
> >
> > Between 3.3 and 3.4, the following bugfixes were accomplished:
> >
> >   • Bug 498072 - GnuCash show taxes on invoice when individual taxes
> is not checked
> >   • Bug 760825 - On duplicating a bill, the entry dates should be
> set to the bill date, not to the current date - followup:
> > Use neutral time on entry post dates instead of canonical time
> >   • Bug 767772 - Associated file with transaction is lost when
> moving entry between accounts
> >   • Bug 775580 - Inaccurate information provided for "Common
> Accounts" when using "New Account Hierarchy Setup"
> >   • Bug 779565 - Treeview header combos do not work at first load
> >   • Bug 788332 - Last Reconcile Date column sorts by day of month
> not date
> >   • Bug 789674 - Close Book tool regression
> >   • Bug 793156 - Incorrect date sort order in Generic import matcher
> window
> >   • Bug 795080 - Some dates reset to 01/01/1970
> >   • Bug 795237 - Update of "wohnungsw" template
> >   • Bug 795425 - Version 2018 of german account template SKR49
> >   • Bug 796772 - Receivable Ageing Report invalid URL for Totals
> column
> >   • Bug 796806 - Crash after OFX import if line item dragged
> >   • Bug 796842 - Add new employee window may not fit on screen
> >   • Bug 796849 - Load another QIF file causes "that file already
> loaded" dialog
> >   • Bug 796875 - Unable to use arrow keys to advance past pre-filled
> text in register
> >   • Bug 796878 - test-qofsession fails on x86_32.
> >   • Bug 796883 - Register text oddities
> > HOME and END need to be treated like right and left arrow keys.
> >   • Bug 796886 - OFX Import does not show source account in the
> transaction matching window
> >   • Bug 796887 - Remove account slot key color if there is no valid
> color
> >   • Bug 796893 - invoice.GetDatePosted() and other date related
> functions returns strange values for uninitalised dates.
> >   • Bug 796896 - Button to complete an export not intuitively placed
> or discoverable
> >   • Bug 796903 - Crash when searching invoice by Invoice Owner
> >   • Bug 796914 - Customer Summary is giving error
> >   • Bug 796915 - Update Account colour background
> >   • Bug 796940 - Invalid transaction date-posted KVP causes
> date-posted to not be saved.
> >   • Bug 796944 - Tab navigation From Company Address field in New
> Book Options
> >   • Bug 796945 - Search Search Criteria window does not scroll when
> added criteria exceed a certain amount
> >   • Bug 796948 - Scheduled Transactions Entered Since Last Run Are
> not Visible
> >   • Bug 796949 - Incorrect conversion of 0,01 USD to EUR
> >   • Bug 796960 - Incorrect amount sort order in Generic import
> matcher window
> >   • Bug 796961 - Can't overwrite existing MYSQL database, V3.3.
> >   • Bug 796967 - gnclock table not removed when using PostgreSQL.
> >   • Bug 796978 - Deleting a split of same account as register
> cancels the transaction without warning
> >   • Bug 796981 - Gnucash crashes with critical error when selecting
> another file
> >   • Bug 796982 - Import Bills & Invoices: change in un_escape()
> routine causes description and notes fields to be mangled.
> >   • Bug 796988 - Untranslated string in CSV transaction importer
> >   • Bug 796989 - some date/time does not honor user locale
> >   • Bug 796994 - Unable to generate Tax Report because of pricedb
> error
> > The following fixes and improvements were not associated with bug
> reports:
> >
> >   • Set up filepath utils to determine the GNC_CONFIG_HOME in the
> same way as GNC_DATA_HOME.
> > Until now GNC_CONFIG_HOME was more or less hard-coded. Now it can be set
> via environment variable GNC_CONFIG_HOME. In addition it will automatically
> be created to avoid potential user confusion.
> >   • Redesign gnc-uri-utils
> >   • gnc_uri_get_components will now return NULL as protocol
> if the input is a normal file system path instead of a uri (it used to
> 

Re: [GNC] *.deb package for GnuCash 3.4 Released

2018-12-30 Thread Stephen M. Butler

On 12/30/18 12:51 PM, Roger Miskowicz wrote:

Thank you very much, worked perfectly.



Thank you.  That is good to know.  Are you also on Ubuntu 18.04 or some 
other debian based box?


--Steve



On Sun, Dec 30, 2018 at 3:34 PM Stephen M. Butler > wrote:


For those interested in a deb file but not willing to compile
yourself:
https://drive.google.com/open?id=172BMIvLgD7twcGEWkR5GcddoZ_A4QWfY
-->
gnucash_3.4-0-1_amd64.deb

The zero after 3.4 is the commit number after the tag (there are
currently none) and the one after that is the first attempt to build
that on my box.

I have removed the interim 3.3 versions from Google drive and now
only
have the base 3.3 version also available:
https://drive.google.com/open?id=1PUEq8qE4yzq_HrBfJZQ376QbdTmJdYsP
-->
gnucash_3.3-0-1_amd64.deb

These were built on Ubuntu 18.04 based on a git pull of the maint
branch.

--Steve


On 12/30/18 12:01 PM, John Ralls wrote:
> The GnuCash development team announces GnuCash 3.4, the fifth
release of the 3.x stable release series.



--
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

___
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.