Re: [GNC] Upgrading GC under Ubuntu

2018-07-04 Thread Stephen M. Butler
On 07/04/2018 01:57 AM, Colin Law wrote: > Eureka moment - it is obvious if I just look in the right place. The > full cmake command I have is > > file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/gnucash/icons" > TYPE DIRECTORY FILES > "/home/colinl/apps/gnucash-3.2/data/pixmaps/hicolor"

Re: [GNC] Upgrading GC under Ubuntu

2018-07-04 Thread Stephen M. Butler
On 07/02/2018 09:48 PM, DaveC49 wrote: > Stephen, Colin > > I think there is a problem with the cmake creation of the scripts that do > the install, that is not installing the icons correctly. I just did an > uninstall of v3.2 on Ubuntu, deleted any gnucash files left in my install > location

Re: [GNC] Upgrading GC under Ubuntu

2018-07-04 Thread Geert Janssens
Op woensdag 4 juli 2018 12:37:12 CEST schreef Colin Law: > On 4 July 2018 at 10:31, Geert Janssens wrote: > > Op woensdag 4 juli 2018 10:57:59 CEST schreef Colin Law: > >> Eureka moment - it is obvious if I just look in the right place. The > >> full cmake command I have is > >> > >>

Re: [GNC] Upgrading GC under Ubuntu

2018-07-04 Thread Colin Law
On 4 July 2018 at 10:31, Geert Janssens wrote: > Op woensdag 4 juli 2018 10:57:59 CEST schreef Colin Law: >> Eureka moment - it is obvious if I just look in the right place. The >> full cmake command I have is >> >> file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/gnucash/icons" >> TYPE

Re: [GNC] Upgrading GC under Ubuntu

2018-07-04 Thread DaveC49
Stephen, Colin Just a correction to my last post. There is no problem with the icon installation on Linux Mint 18.3. It seems to possibly be a problem with Nemo (Linux Mint file explorer) rather than the installation. All of the icon files are actually there but there is something with the

Re: [GNC] Upgrading GC under Ubuntu

2018-07-04 Thread DaveC49
Stephen, Colin I think there is a problem with the cmake creation of the scripts that do the install, that is not installing the icons correctly. I just did an uninstall of v3.2 on Ubuntu, deleted any gnucash files left in my install location (/usr/local) relating to gnucash so that all

Re: [GNC] Upgrading GC under Ubuntu

2018-07-04 Thread Geert Janssens
Op woensdag 4 juli 2018 10:57:59 CEST schreef Colin Law: > Eureka moment - it is obvious if I just look in the right place. The > full cmake command I have is > > file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/gnucash/icons" > TYPE DIRECTORY FILES >

Re: [GNC] Upgrading GC under Ubuntu

2018-07-04 Thread Colin Law
Eureka moment - it is obvious if I just look in the right place. The full cmake command I have is file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/gnucash/icons" TYPE DIRECTORY FILES "/home/colinl/apps/gnucash-3.2/data/pixmaps/hicolor" REGEX ".*/apps.*" EXCLUDE) The REGEX is given the

Re: [GNC] Upgrading GC under Ubuntu

2018-07-04 Thread Colin Law
On 3 July 2018 at 02:06, Stephen M. Butler wrote: > On 07/02/2018 01:42 PM, Colin Law wrote: >> On 2 July 2018 at 21:06, Stephen M. Butler > > wrote: >> >> ... >> At times I've found I have to escape the * or the shell will >> immediately >> expand it.

Re: [GNC] Upgrading GC under Ubuntu

2018-07-03 Thread cicko
In addition to all the other replies, I'd like to add that I would not normally expect the user to compile the software and add all the development dependencies. For this reason, among others, I've added a feature request for the creation of AppImage:

Re: [GNC] Upgrading GC under Ubuntu

2018-07-02 Thread Stephen M. Butler
On 07/02/2018 12:34 PM, Colin Law wrote: > I thought you might have hit on something there (the shell) as I have > been using ssh to connect in to run it, but I have tried locally and > it is the same.  I have added some cmake message output and can see > that the command to install to

Re: [GNC] Upgrading GC under Ubuntu

2018-07-02 Thread Colin Law
I thought you might have hit on something there (the shell) as I have been using ssh to connect in to run it, but I have tried locally and it is the same. I have added some cmake message output and can see that the command to install to /usr/local/share/gnucash/icons does nothing unless I hack

Re: [GNC] Upgrading GC under Ubuntu

2018-07-02 Thread Stephen M. Butler
On 07/02/2018 07:31 AM, Colin Law wrote: > On 29 June 2018 at 20:50, Stephen M. Butler > wrote: > > ... > Having just done a download and compile to my Ubuntu 18.04, let me > share > with you what I did.  Sometimes reading the web sites leaves one (at >

Re: [GNC] Upgrading GC under Ubuntu

2018-07-02 Thread Colin Law
On 29 June 2018 at 20:50, Stephen M. Butler wrote: > ... > Having just done a download and compile to my Ubuntu 18.04, let me share > with you what I did. Sometimes reading the web sites leaves one (at > least me) scratching their head vigorously -- in my case not a good idea > with the hair I

Re: [GNC] Upgrading GC under Ubuntu

2018-06-30 Thread DaveC49
John, The GnuCash wiki Installation instructions now link to the build instructions for Ubuntu (and derivative distrubutions like Linux Mint) https://wiki.gnucash.org/wiki/Building which in turn has a link specifically for building V3 on on Ubuntu16.04, 18.04 and derivatives which now hopefully

Re: [GNC] Upgrading GC under Ubuntu

2018-06-30 Thread Colin Law
Ubuntu 18.04 is currently ahead of getdeb, at version 2.6.19 Colin On 29 June 2018 at 21:33, David Carlson wrote: > Before 'rolling your own' GnuCash, check out Getdeb.net. They may not have > 3 series yet, but they are up to 2.6.17 at least, if not later. > > David C > > On Fri, Jun 29, 2018

Re: [GNC] Upgrading GC under Ubuntu

2018-06-29 Thread David Carlson
Before 'rolling your own' GnuCash, check out Getdeb.net. They may not have 3 series yet, but they are up to 2.6.17 at least, if not later. David C On Fri, Jun 29, 2018 at 2:50 PM, Stephen M. Butler wrote: > On 06/29/2018 11:45 AM, John R. Sowden wrote: > > It seems that GC is a very popular

Re: [GNC] Upgrading GC under Ubuntu

2018-06-29 Thread Stephen M. Butler
On 06/29/2018 11:45 AM, John R. Sowden wrote: > It seems that GC is a very popular accounting program, and > Ubuntu/Linux is a very popular Operating System, yet when there is an > upgrade in GC, I cannot find a straightforward method of updating GC > under Ubuntu/Linux. > > I understand that

[GNC] Upgrading GC under Ubuntu

2018-06-29 Thread John R. Sowden
It seems that GC is a very popular accounting program, and Ubuntu/Linux is a very popular Operating System, yet when there is an upgrade in GC, I cannot find a straightforward method of updating GC under Ubuntu/Linux. I understand that there is a delay before the new version of GC is in the