[GNC] Error building 5.9 on Ubuntu 20.04

2024-10-28 Thread Tim Kallmer
I'm stuck and in need of help trying to build 5.9.
The command "cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local ../gnucash-5.9"
fails with this:

-- Checking for module 'gwenhywfar>=5.6.0'
--   Requested 'gwenhywfar >= 5.6.0' but version of gwenhywfar is 5.1.3
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463
(message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643
(_pkg_check_modules_internal)
  CMakeLists.txt:399 (pkg_check_modules)
-- Configuring incomplete, errors occurred!

With "sudo apt install gwenhywfar-tools libgwenhywfar79
libgwenhywfar-core-dev" I get:

gwenhywfar-tools is already the newest version (5.1.3-1build1).
libgwenhywfar-core-dev is already the newest version (5.1.3-1build1).
libgwenhywfar79 is already the newest version (5.1.3-1build1).

With "sudo apt install libgwenhywfar60-dev" I get:

Package libgwenhywfar60-dev is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libgwenhywfar-core-dev libgwengui-qt5-dev libgwengui-fox16-dev

With "sudo apt install libgwenhywfar-core-dev libgwengui-qt5-dev
libgwengui-fox16-dev" I get:

libgwengui-fox16-dev is already the newest version (5.1.3-1build1).
libgwengui-qt5-dev is already the newest version (5.1.3-1build1).
libgwenhywfar-core-dev is already the newest version (5.1.3-1build1).

I'm not sure what to do and now cannot seem to get 4.9 that I was using
previously to build again without errors. I'm stuck. Any suggestions?
___
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.


[GNC] Building GC 5.4 on Ubuntu 20.04

2023-12-11 Thread Tim Kallmer
Is it not possible to build GC 5.4 on Ubuntu 20.04?

I installed all the build requirements, including gwenhywfar-tools. It
looks like Ubuntu 20.04 will only install gwenhywfar 5.1.3. So during make,
it is looking for gwenhywfar 5.6.0. and then it fails as below:

-- Checking for module 'gwenhywfar>=5.6.0'
--   Requested 'gwenhywfar >= 5.6.0' but version of gwenhywfar is 5.1.3
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463
(message):
  A required package was not found

If it's not possible, I am fine staying at GC 4.9.
___
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] 4.9 on Ubuntu 20.04 not saving preferences

2021-12-21 Thread Tim Kallmer
ract it using the
> Archive
> Manager which AFAIK is the Ubuntu manager. It may have to do with what zip
> tools
> you are using, I have both installed and presumably the Archiv Manager
> picks
> which one to use based on the file extension.
>
> David
>
> On Mon, 2021-12-20 at 20:16 -0500, Tim Kallmer wrote:
> > Solved: I reverted to 4.6 by downloading the .gz for 4.6. It built and
> ran
> > fine. I realized 4.9 was extracted from downloading the .bz2. So I tried
> > 4.9 again by downloading the .gz for 4.9. And voila, it built and ran
> fine.
> > I have my preferences and colors back.
> > ___
> > 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.
>
>
>
> --
>
> Subject: Digest Footer
>
> ___
>
> 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.
>
>
> --
>
> End of gnucash-user Digest, Vol 225, Issue 52
> *
>
___
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.


[GNC] ​Re: 4.9 on Ubuntu 20.04 not saving preferences

2021-12-20 Thread Tim Kallmer
Solved: I reverted to 4.6 by downloading the .gz for 4.6. It built and ran
fine. I realized 4.9 was extracted from downloading the .bz2. So I tried
4.9 again by downloading the .gz for 4.9. And voila, it built and ran fine.
I have my preferences and colors back.
___
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.


[GNC] ​Re: 4.9 on Ubuntu 20.04 not saving preferences

2021-12-20 Thread Tim Kallmer
David,

GC is not touching gtk-3.0.css or accelerator-map in
/home//.config/gnucash.

GC does touch accelerator-map in /home//.local/share/gnucash, but
gtk-3.0.css is not there. If I copy it there, GC does not touch it.

And I cannot find any gtk-3.0.css in /home// that it is touching.

I suppose I will try to go back to 4.6 and see if it works again.


> Message: 6
> Date: Tue, 21 Dec 2021 06:10:02 +1000
> From: davidcousen...@gmail.com
> To: gnucash-user@gnucash.org
> Subject: Re: [GNC] 4.9 on Ubuntu 20.04 not saving preferences
> Message-ID: 
> Content-Type: text/plain; charset="UTF-8"
>
> Tim,
>
> Any changes to the gtk setup files are going to be inunder
> /home//.config/gnucash. If you check the date accessed for
> gtk3.0.css in
> the filemanager. This should be the date and time you last started
> GnuCash. You
> may need to aldd the date Accessed to the display window. Right click on
> the
> header bar and check the Date Acessed in the drop down list.  ANy
> customized
> reports will be in a "gnucash directory under this location
>
> The user preferences and meta data files are located under
> /home//.local/share/gnucash. If you check the data accessed in the
> file
> manager on the saved-reports-2.8, stylesheets-2.0 and accelerator-map. it
> should
> also be set at the date/time of last access. In the subdirectory books you
> will
> find a file with the same name as your datafile with a .gcm extension. The
> date
> accessed on this should also be similar. If so this will indicate that
> GNuCash
> is finding the locations.
>
> These locations and their contents on the various OS's and GC versions are
> detailed in https://wiki.gnucash.org/wiki/Configuration_Locations.
>
> If not, it would appear that there is a problem locating these files on
> your
> system. I built GC4.9 on Linux Mint 20.2 last night and installed to
> /usr/local
> and it is working without any problems. I use a dark theme and have
> modified a
> few colors to suit and these have all been retained. The account colors are
> stored in the data file and these have also been retained in 4.9 on my
> system.
> Ubuntu 20.04 should not be significantly different from Linux Mint.
>
> In the above web page there are a number of environment variables which
> can be
> set if these directories are not in the standard locations. They are not
> be set
> by default but can be set if your config data is not in the default
> locations.
> If you can locate the files you could try setting the environment
> variables to
> the locations in which you find the files.
>
> Hope this helps , if not come back to the forum.
>
> David Cousens
>
>
___
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.


[GNC] 4.9 on Ubuntu 20.04 not saving preferences

2021-12-20 Thread Tim Kallmer
I built 4.9 and installed in home/[user]/.local over my previous 4.6
version. Everything went smoothly, but each time I start GC, it is like it
is a fresh start with no preferences saved, no splash screen, and the
working file not remembered. My working file does open when I select it
manually, but account colors do not show even after changing the
preference. All of the registers have white backgrounds also.

I tried it twice, once with cmake and another time with ninja. Both
installs are acting the same. I am not blocking localhost or 127.0.0.1.
Ideas?
___
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] Trouble building 4.1

2020-08-11 Thread Tim Kallmer
I did not, because I could not find it's location. If I ever go back to
flatpak, now I will know where to look. Thanks.

On Tue, Aug 11, 2020 at 6:00 AM Geert Janssens 
wrote:

> Op zaterdag 8 augustus 2020 00:06:55 CEST schreef Tim Kallmer:
>
> > Thank you, David. After your suggestion, building 4.1 worked perfectly.
>
> >
>
> > As an aside for others, before building, I was able to get 4.1 via
> flatpak,
>
> > but my GTK-3.0.css modifications didn't work. So I prefer to build myself
>
> > instead of using flatpak.
>
> >
>
> I'm sure there's a way to get the flatpak version to pick up your css
> modifications. It's a matter of figuring out where GNC_CONFIG_HOME or
> GTK_CONFIG_HOME is according to flatpak *.
>
>
>
> Have you tried installing your css file in
>
> $HOME/.var/app/org.gnucash.GnuCash/config/gnucash ?
>
>
>
> Regards,
>
>
>
> Geert
>
>
>
>
>
> * The terms GTK_CONFIG_HOME and GNC_CONFIG_HOME are not official
> parameters or environment variables. We use these common terms in the
> gnucash context to refer to configuration directories that have different
> locations on different platforms. More details on what they mean and which
> directories they typically represent on common platforms can be found here:
>
> https://wiki.gnucash.org/wiki/Configuration_Locations
>
___
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] Trouble building 4.1

2020-08-07 Thread Tim Kallmer
Thank you, David. After your suggestion, building 4.1 worked perfectly.

As an aside for others, before building, I was able to get 4.1 via flatpak,
but my GTK-3.0.css modifications didn't work. So I prefer to build myself
instead of using flatpak.

On Fri, Aug 7, 2020 at 3:28 AM David Cousens 
wrote:

> Tim
>
> You need to install the development headers for this library and the
> library itself for runtime use:
>
> sudo apt install libgwengui-gtk3-0 libgwengui-gtk3-dev
>
> You may also run into a problem with mysql8.0. I had to downgrade
> libmysqlclient21 to get GnuCash to build. Cure is
> detailed in a post by me in the last week or so.
>
> David Cousens
>
> On Wed, 2020-08-05 at 07:19 -0500, Tim Kallmer wrote:
> > I'm on Ubuntu 20.04. I have built several 3.x versions successfully in
> the
> > past. But I am having trouble building 4.1.
> >
> > Here is the end of the `cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local
> > ../gnucash-4.1
> > ` output where it seems to fail:
> >
> > -- Looking for AB_Banking_RuntimeConfig_SetCharValue
> > -- Looking for AB_Banking_RuntimeConfig_SetCharValue - not found
> > -- Checking for module 'gwengui-gtk3'
> > --   No package 'gwengui-gtk3' found
> > CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463
> > (message):
> >   A required package was not found
> > Call Stack (most recent call first):
> >   /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643
> > (_pkg_check_modules_internal)
> >   CMakeLists.txt:370 (pkg_check_modules)
> > -- Configuring incomplete, errors occurred!
> > See also
> > "/home/username/Downloads/build-gnucash-4.1/CMakeFiles/CMakeOutput.log".
> > See also
> > "/home/username/Downloads/build-gnucash-4.1/CMakeFiles/CMakeError.log".
> >
> > If I need to share the log files, let me know what the best way to do
> that
> > is.
> > ___
> > 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.


[GNC] Trouble building 4.1

2020-08-05 Thread Tim Kallmer
I'm on Ubuntu 20.04. I have built several 3.x versions successfully in the
past. But I am having trouble building 4.1.

Here is the end of the `cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local
../gnucash-4.1
` output where it seems to fail:

-- Looking for AB_Banking_RuntimeConfig_SetCharValue
-- Looking for AB_Banking_RuntimeConfig_SetCharValue - not found
-- Checking for module 'gwengui-gtk3'
--   No package 'gwengui-gtk3' found
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463
(message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643
(_pkg_check_modules_internal)
  CMakeLists.txt:370 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
See also
"/home/username/Downloads/build-gnucash-4.1/CMakeFiles/CMakeOutput.log".
See also
"/home/username/Downloads/build-gnucash-4.1/CMakeFiles/CMakeError.log".

If I need to share the log files, let me know what the best way to do that
is.
___
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] Libboost error upon upgrade to 20.04 from 19.10

2020-06-02 Thread Tim Kallmer
I may not know how to close it properly. I already had went to it and
marked it as invalid. Is there another method I should do to close it?

On Tue, Jun 2, 2020 at 2:09 PM John Ralls  wrote:

> Hah! So it was your own build, not Ubuntu's. You should go close your bug
> report.
>
> Regards,
> John Ralls
>
> > On Jun 2, 2020, at 12:03 PM, Tim Kallmer  wrote:
> >
> > Actually, I was able to resolve my issue just now. I resolved it by
> deleting a previous build still present in my folder,
> /home/username/.local/bin, and this allowed GC to run without the libboost
> error.
> >
> > On Tue, Jun 2, 2020 at 2:00 PM John Ralls  wrote:
> > If you're able to build GnuCash from source that will resolve the
> problem.
> >
> > Regards,
> > John Ralls
> >
> >
> > > On Jun 2, 2020, at 11:53 AM, Tim Kallmer  wrote:
> > >
> > > > ubuntu-bug gnucash
> > >
> > > Okay, I filed that bug. Thanks. In the meantime, would building a
> newer GC like 3.10 myself with ninja get me around that libboost error, or
> would I still run into the same road block?
> > >
> > > On Mon, Jun 1, 2020 at 9:13 PM Tommy Trussell <
> tommy.truss...@gmail.com> wrote:
> > > On Mon, Jun 1, 2020 at 7:06 PM Tim Kallmer  wrote:
> > > > The right fix is to get the Ubuntu packager to rebuild the package
> with
> > > the new library versions
> > >
> > > How do I do that?
> > >
> > > File a bug with Ubuntu, I believe.
> > >
> > > I don't see it here, though I may have missed it:
> > > https://bugs.launchpad.net/bugs/bugtrackers/gnucash-bugs
> > >
> > > I think if you open a terminal and type
> > >
> > > ubuntu-bug gnucash
> > >
> > > it will start the bug report process, as described here:
> > >
> > > https://help.ubuntu.com/stable/ubuntu-help/report-ubuntu-bug.html.en
> > >
> > >
> > > -
> > > 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] Libboost error upon upgrade to 20.04 from 19.10

2020-06-02 Thread Tim Kallmer
Actually, I was able to resolve my issue just now. I resolved it by
deleting a previous build still present in my folder,
/home/username/.local/bin, and this allowed GC to run without the libboost
error.

On Tue, Jun 2, 2020 at 2:00 PM John Ralls  wrote:

> If you're able to build GnuCash from source that will resolve the problem.
>
> Regards,
> John Ralls
>
>
> > On Jun 2, 2020, at 11:53 AM, Tim Kallmer  wrote:
> >
> > > ubuntu-bug gnucash
> >
> > Okay, I filed that bug. Thanks. In the meantime, would building a newer
> GC like 3.10 myself with ninja get me around that libboost error, or would
> I still run into the same road block?
> >
> > On Mon, Jun 1, 2020 at 9:13 PM Tommy Trussell 
> wrote:
> > On Mon, Jun 1, 2020 at 7:06 PM Tim Kallmer  wrote:
> > > The right fix is to get the Ubuntu packager to rebuild the package with
> > the new library versions
> >
> > How do I do that?
> >
> > File a bug with Ubuntu, I believe.
> >
> > I don't see it here, though I may have missed it:
> > https://bugs.launchpad.net/bugs/bugtrackers/gnucash-bugs
> >
> > I think if you open a terminal and type
> >
> > ubuntu-bug gnucash
> >
> > it will start the bug report process, as described here:
> >
> > https://help.ubuntu.com/stable/ubuntu-help/report-ubuntu-bug.html.en
> >
> >
> > -
> > 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] Libboost error upon upgrade to 20.04 from 19.10

2020-06-02 Thread Tim Kallmer
> ubuntu-bug gnucash

Okay, I filed that bug. Thanks. In the meantime, would building a newer GC
like 3.10 myself with ninja get me around that libboost error, or would I
still run into the same road block?

On Mon, Jun 1, 2020 at 9:13 PM Tommy Trussell 
wrote:

> On Mon, Jun 1, 2020 at 7:06 PM Tim Kallmer  wrote:
>
>> > The right fix is to get the Ubuntu packager to rebuild the package with
>> the new library versions
>>
>> How do I do that?
>>
>
> File a bug with Ubuntu, I believe.
>
> I don't see it here, though I may have missed it:
> https://bugs.launchpad.net/bugs/bugtrackers/gnucash-bugs
>
> I think if you open a terminal and type
>
> ubuntu-bug gnucash
>
> it will start the bug report process, as described here:
>
> https://help.ubuntu.com/stable/ubuntu-help/report-ubuntu-bug.html.en
>
>
>
>> -
>> 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] Libboost error upon upgrade to 20.04 from 19.10

2020-06-01 Thread Tim Kallmer
> The right fix is to get the Ubuntu packager to rebuild the package with
the new library versions

How do I do that?

On Mon, Jun 1, 2020 at 6:54 PM John Ralls  wrote:

>
>
> > On Jun 1, 2020, at 4:32 PM, Tim Kallmer  wrote:
> >
> > I get this message now when trying to start GC from the command line:
> > "gnucash: error while loading shared libraries:
> libboost_locale.so.1.67.0:
> > cannot open shared object file: No such file or directory"
> >
> > I tried uninstalling my existing build of 3.8, then installing the
> > Ubuntu software center 3.8. Same error.
> >
> > I tried
> > sudo apt remove gnucash-common gnucash python3-gnucash
> > sudo apt autoremove
> >
> > Any ideas to try next?
>
> Boost has the unfortunate habit (shared with ICU) of embedding the release
> number in their shared library names regardless of compatibility. The
> libraries are generally compatible as long as they're built with the same
> compiler so you might be able to get away with symlinks to the libraries
> gnucash wants to link. For boost those will be libboost_date_time,
> libboost_filesystem, libboost_locale, and libboost_regex. The right fix is
> to get the Ubuntu packager to rebuild the package with the new library
> versions.
>
> 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.


[GNC] Libboost error upon upgrade to 20.04 from 19.10

2020-06-01 Thread Tim Kallmer
I get this message now when trying to start GC from the command line:
"gnucash: error while loading shared libraries: libboost_locale.so.1.67.0:
cannot open shared object file: No such file or directory"

I tried uninstalling my existing build of 3.8, then installing the
Ubuntu software center 3.8. Same error.

I tried
sudo apt remove gnucash-common gnucash python3-gnucash
sudo apt autoremove

Any ideas to try next?
___
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.


[GNC] Minimum window width

2020-01-17 Thread Tim Kallmer
Using 3.6 on Ubuntu 19.04. Is there some setting that sets the minimum
width the Gnucash window uses? I like to snap GC on one half of the screen
and have a browser with my bank website on the other half while I am
recording transactions. This works fine on my desktop with 1920x1080
resolution. But on my laptop with with 1600x900, snapping doesn't work and
I can only shrink the width to what seems like 860 pixels, over one-half of
the screen, so it doesn't fit nicely, and I cannot see my full transactions
and GC simultaneously. And it takes a bit of mouse work to adjust the
window edges to tile them, then scroll the browser back and forth with the
bottom slide bar. Zooming the browser out to fit makes the text small and
difficult to read. I've been living with it, but thought I'd ask if there
is a simple solution.
___
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] Chaning left sidebar spacing

2020-01-07 Thread Tim Kallmer
Renaming the page to NAME with a couple spaces and a place-holder (like
'NAME  |') works well to be able to see the name in the main tab.


> From: Adrien Monteleone 
>
> 1. Select the tab
>
> 2. Actions > Rename Page
>
> Unfortunately, that tab doesn?t have an ID assigned and GTK seems not to
> have (yet) implemented the :first-child or :first-of-type pseudo classes so
> it can?t be targeted with CSS independent of the other tabs.
>
> Regards,
> Adrien
>
>
___
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] Chaning left sidebar spacing

2020-01-05 Thread Tim Kallmer
Adrien,
Thanks, yep, that tightens up the close button in the tabs. The only issue
(which I can live with) is it messes up or hides part of the text in the
main account tab--the one you cannot close, maybe called the immutable tab.
Probably because it does not have a close button. I thought about adding
some blank spaces to the end of this tab's name, but I now cannot figure
out how I renamed the main Account tab. Do you know?
Tim


> Tim,
>
> Try these:
>
> .GncMainWindow tab button {
>
>  margin-left: 0px;
>
> }
>
> .GncMainWindow tab label {
>
>  margin-right: -18px;
>
> }
>
> The label seems to have padding, but not as a CSS value. It seems to
> appear based on some attempt to keep the lettering centered in the tab
> object. I don?t see a way to change that. (I don?t see a ?text-align?
> property exposed in the CSS)
>
> I do see that the close button (not the image itself) has a 4px left (and
> right) margin. So I?d zero that out, and then you can cheat the button
> closer to the label text by setting an appropriate negative right margin on
> the label. I?ve played with -10 to -20 and -18 seems about right without
> getting too close.
>
> Regards,
> Adrien
>
___
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] Chaning left sidebar spacing

2020-01-05 Thread Tim Kallmer
The tabs on the top seemed to take up too much real estate when I upgraded
to 3.6. With your tab css help, I was able to shrink the margins and
padding of the tabs, so that they fit more nicely. Thanks. But the close
buttons inside the tabs still seem to be spaced far away from the end of
the tab text. Is there a padding or margin around the close button that can
be reduced? (I am not able to get GTK inspector to work for me on Ubuntu
19.04.)
___
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] Net Worth Charts

2019-09-13 Thread Tim Kallmer
>
> Message: 4
> Date: Fri, 13 Sep 2019 11:49:33 -0500
> From: Adrien Monteleone 
> To: Gnucash Users 
> Subject: Re: [GNC] Net Worth Charts
> Message-ID: <64870445-aba1-4c2a-bb56-9fd1b6411...@lusfiber.net>
> Content-Type: text/plain;   charset=utf-8
>
> Make sure to use the same price source for securities and currencies.
> (trading accounts)
>
> Mine was off as well, till I checked that and realized the Balance Sheet
> defaults to ?nearest in time? but the Net Worth Line & Bar Charts default
> to ?weighted average?.
>
> Personally, I prefer ?nearest in time? because it is just an estimation
> anyway and at least that would reflect the most real price when acquired.
>
> Once I sync?d those settings on the report and charts, everything lined
> up. Of course, any source should work I would think as long as they are all
> the same.
>
> Regards,
> Adrien
>
>
Thank you, Adrien. That was it. When I change both reports to Most Recent,
the values are exactly the same and up-to-date like I was expecting.
___
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.


[GNC] Net Worth Charts

2019-09-13 Thread Tim Kallmer
Why would today's net worth shown on the net worth chart not equal the
total equity shown on the balance sheet? The selected accounts are
identical. The difference does not equal any item on the balance sheet,
such as unrealized gains or retained earnings. So it's not making sense to
me. I'm trying to figure out how the net worth chart values are calculated.
What am I missing?
___
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] ​Re: ?Re: Using Mint

2019-07-01 Thread Tim Kallmer
Not exactly as you typed. I had run `sudo apt update && sudo apt upgrade`.
Would your way be different than mine?


On Mon, Jul 1, 2019 at 8:56 PM Colin Law  wrote:

> Did you run
> sudo apt-get update && sudo apt-get dist-upgrade
> first, to make sure you system is all up to date?  It may not fix it
> but worth checking anyway.
>
> Colin
>
> On Mon, 1 Jul 2019 at 21:41, Tim Kallmer  wrote:
> >
> > I ran into problems.
> > sudo dpkg -i ./gnucash-common_3.6-0_all.deb seemed to install fine, but
> >
> > for python3-gnucash_3.6-0_amd64.deb:
> >
> > sudo dpkg -i ./python3-gnucash_3.6-0_amd64.deb
> > (Reading database ... 360610 files and directories currently installed.)
> > Preparing to unpack .../python3-gnucash_3.6-0_amd64.deb ...
> > Unpacking python3-gnucash (1:3.6-0) over (1:3.6-0) ...
> > dpkg: dependency problems prevent configuration of python3-gnucash:
> >  python3-gnucash depends on libpython3.7 (>= 3.7.0); however:
> >   Package libpython3.7 is not installed.
> >  python3-gnucash depends on python3 (>= 3.7~); however:
> >   Version of python3 on system is 3.6.7-1~18.10.
> >
> > dpkg: error processing package python3-gnucash (--install):
> >  dependency problems - leaving unconfigured
> > Errors were encountered while processing:
> >  python3-gnucash
> >
> > and for gnucash_3.6-0_amd64.deb:
> >
> > sudo dpkg -i ./gnucash_3.6-0_amd64.deb
> > (Reading database ... 360610 files and directories currently installed.)
> > Preparing to unpack ./gnucash_3.6-0_amd64.deb ...
> > Unpacking gnucash (1:3.6-0) over (1:3.3-2) ...
> > dpkg: dependency problems prevent configuration of gnucash:
> >  gnucash depends on libboost-regex1.67.0 (>= 1.67.0-10); however:
> >   Version of libboost-regex1.67.0:amd64 on system is 1.67.0-7ubuntu0.1.
> >  gnucash depends on libicu63 (>= 63.1-1~); however:
> >   Package libicu63 is not installed.
> >  gnucash depends on libofx7 (>= 1:0.9.14); however:
> >   Version of libofx7:amd64 on system is 1:0.9.13-2.
> >  gnucash depends on libpython3.7 (>= 3.7.0); however:
> >   Package libpython3.7 is not installed.
> >
> > dpkg: error processing package gnucash (--install):
> >  dependency problems - leaving unconfigured
> > Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
> > Rebuilding /usr/share/applications/bamf-2.index...
> > Processing triggers for gnome-menus (3.13.3-11ubuntu2) ...
> > Processing triggers for desktop-file-utils (0.23-3ubuntu3) ...
> > Processing triggers for mime-support (3.60ubuntu1) ...
> > Processing triggers for man-db (2.8.4-2) ...
> > Errors were encountered while processing:
> >  gnucash
> >
> > trying to run gnucash:
> >
> > This is a development version. It may or may not work.
> > Report bugs and other problems to gnucash-de...@gnucash.org
> > You can also lookup and file bug reports at https://bugs.gnucash.org
> > To find the last stable version, please refer to
> https://www.gnucash.org/
> > ;;; note: source file /usr/share/guile//2.2/ice-9/eval.scm
> > ;;;   newer than compiled
> > /usr/lib/x86_64-linux-gnu/guile/2.0/ccache/ice-9/eval.go
> > Throw without catch before boot:
> > Throw to key syntax-error with args ("memoization" "In file ~S, line ~S:
> ~A
> > ~S." ("/usr/share/guile//2.2/ice-9/boot-9.scm" 63 "Bad expression" (@@
> > primitive apply)) #f)Aborting.
> > [1]20182 abort (core dumped)  gnucash
> >
> > Any suggestions on what I should do?
> >
> > On Mon, Jul 1, 2019 at 7:36 PM  wrote:
> >
> > >
> > > --
> > >
> > > Message: 7
> > > Date: Mon, 1 Jul 2019 11:51:30 -0700
> > > From: "Stephen M. Butler" 
> > > To: gnucash-user@gnucash.org
> > > Subject: Re: [GNC] ?Re: Using Mint
> > > Message-ID: 
> > > Content-Type: text/plain; charset=utf-8
> > >
> > > On 7/1/19 9:02 AM, Tim Kallmer wrote:
> > > > If I have Cosmic 18.10, should I use the .deb for Bionic?
> > >
> > >
> > > Yes.? The Trusty-Xenial-Bionic series all seemed to work up through
> > > 18.10.? I was on 18.10 until folks asked for the 19.04 (Disco) deb
> > > files.? I'm hoping dpkg-buildpackage worked the correct magic.
> > >
> > >
> > >
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsub

[GNC] ​Re: ?Re: Using Mint

2019-07-01 Thread Tim Kallmer
I ran into problems.
sudo dpkg -i ./gnucash-common_3.6-0_all.deb seemed to install fine, but

for python3-gnucash_3.6-0_amd64.deb:

sudo dpkg -i ./python3-gnucash_3.6-0_amd64.deb
(Reading database ... 360610 files and directories currently installed.)
Preparing to unpack .../python3-gnucash_3.6-0_amd64.deb ...
Unpacking python3-gnucash (1:3.6-0) over (1:3.6-0) ...
dpkg: dependency problems prevent configuration of python3-gnucash:
 python3-gnucash depends on libpython3.7 (>= 3.7.0); however:
  Package libpython3.7 is not installed.
 python3-gnucash depends on python3 (>= 3.7~); however:
  Version of python3 on system is 3.6.7-1~18.10.

dpkg: error processing package python3-gnucash (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python3-gnucash

and for gnucash_3.6-0_amd64.deb:

sudo dpkg -i ./gnucash_3.6-0_amd64.deb
(Reading database ... 360610 files and directories currently installed.)
Preparing to unpack ./gnucash_3.6-0_amd64.deb ...
Unpacking gnucash (1:3.6-0) over (1:3.3-2) ...
dpkg: dependency problems prevent configuration of gnucash:
 gnucash depends on libboost-regex1.67.0 (>= 1.67.0-10); however:
  Version of libboost-regex1.67.0:amd64 on system is 1.67.0-7ubuntu0.1.
 gnucash depends on libicu63 (>= 63.1-1~); however:
  Package libicu63 is not installed.
 gnucash depends on libofx7 (>= 1:0.9.14); however:
  Version of libofx7:amd64 on system is 1:0.9.13-2.
 gnucash depends on libpython3.7 (>= 3.7.0); however:
  Package libpython3.7 is not installed.

dpkg: error processing package gnucash (--install):
 dependency problems - leaving unconfigured
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-11ubuntu2) ...
Processing triggers for desktop-file-utils (0.23-3ubuntu3) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for man-db (2.8.4-2) ...
Errors were encountered while processing:
 gnucash

trying to run gnucash:

This is a development version. It may or may not work.
Report bugs and other problems to gnucash-de...@gnucash.org
You can also lookup and file bug reports at https://bugs.gnucash.org
To find the last stable version, please refer to https://www.gnucash.org/
;;; note: source file /usr/share/guile//2.2/ice-9/eval.scm
;;;   newer than compiled
/usr/lib/x86_64-linux-gnu/guile/2.0/ccache/ice-9/eval.go
Throw without catch before boot:
Throw to key syntax-error with args ("memoization" "In file ~S, line ~S: ~A
~S." ("/usr/share/guile//2.2/ice-9/boot-9.scm" 63 "Bad expression" (@@
primitive apply)) #f)Aborting.
[1]20182 abort (core dumped)  gnucash

Any suggestions on what I should do?

On Mon, Jul 1, 2019 at 7:36 PM  wrote:

>
> --
>
> Message: 7
> Date: Mon, 1 Jul 2019 11:51:30 -0700
> From: "Stephen M. Butler" 
> To: gnucash-user@gnucash.org
> Subject: Re: [GNC] ?Re: Using Mint
> Message-ID: 
> Content-Type: text/plain; charset=utf-8
>
> On 7/1/19 9:02 AM, Tim Kallmer wrote:
> > If I have Cosmic 18.10, should I use the .deb for Bionic?
>
>
> Yes.? The Trusty-Xenial-Bionic series all seemed to work up through
> 18.10.? I was on 18.10 until folks asked for the 19.04 (Disco) deb
> files.? I'm hoping dpkg-buildpackage worked the correct magic.
>
>
>
___
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.


[GNC] ​Re: Using Mint

2019-07-01 Thread Tim Kallmer
If I have Cosmic 18.10, should I use the .deb for Bionic?

Message: 1
> Date: Sun, 30 Jun 2019 18:36:38 -0700
> From: "Stephen M. Butler" 
> To: gnucash-user@gnucash.org
> Subject: Re: [GNC] Using Mint
> Message-ID: <0de49b0e-978d-3001-b55e-559e75d1c...@gmail.com>
> Content-Type: text/plain; charset=utf-8
>
> On 6/30/19 10:25 AM, Richard Barmann wrote:
> > I have gnucash 3.5 in Windows 8 and version 2.6 in Mint. I have been
> > trying to install version 3.5 in Mint also with no luck. Can some one
> > help me to install the 3.5 in mint also.
> >
> > Thank you.
> >
> > Richard E. Barmann
>
> You can try using one of the debian files built for Ubuntu.? Pick the
> folder that corresponds to Bionic or Disco:
>
> https://drive.google.com/open?id=1s-E6t-snmQiEFaT_hlWF2KHWrIB_LV2x
>
>
>
> --
> 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] Copying settings, layout, and colors to another computer

2019-01-19 Thread Tim Kallmer
Oops, I'm sorry about how I replied Adrien! You are right that all I needed
to do was check the color boxes under Preferences, Accounts. Thanks
___
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] Copying settings, layout, and colors to another computer

2019-01-18 Thread Tim Kallmer
Thanks everyone. I copied all the referenced files and folders, but the
account colors did not come across. I'm copying from Ubuntu 18.10 to 18.10.

One missing directory that I did not have compared to the FAQ was
HOME/.local/share/gtk-3.0. It doesn't exist. (I did copy
HOME/.config/gtk-3.0 however.)

On Fri, Jan 18, 2019 at 6:11 AM  wrote:

> Send gnucash-user mailing list submissions to
> gnucash-user@gnucash.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> or, via email, send a message with subject or body 'help' to
> gnucash-user-requ...@gnucash.org
>
> You can reach the person managing the list at
> gnucash-user-ow...@gnucash.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gnucash-user digest..."
>
>
> Today's Topics:
>
>1. Re:  Features (Stephen M. Butler)
>2. Re:  Tax Issues (Adrien Monteleone)
>3. Re:  Treating tax authority as a vendor (Adrien Monteleone)
>4. Re:  Currency symbol (INR) not showing on Tax Invoice report
>       (Adrien Monteleone)
>5.  Copying settings, layout, and colors to another computer
>   (Tim Kallmer)
>6. Re:  Copying settings, layout, and colors to another computer
>   (Adrien Monteleone)
>7. Re:  Copying settings, layout, and colors to another computer
>   (Michael or Penny Novack)
>8. Re:  Copying settings, layout, and colors to another computer
>   (Adrien Monteleone)
>9. Re:  Copying settings, layout, and colors to another computer
>   (David Cousens)
>   10.  Reports in whole currency units (Richard Gaede)
>   11. Re:  Reports in whole currency units (Adrien Monteleone)
>   12.  Trouble entering Fund sale transaction (Steve Kelem)
>   13. Re:  Currency symbol (INR) not showing on Tax Invoice report
>   (Geert Janssens)
>   14. Re:  Currency symbol (INR) not showing on Tax Invoice report
>   (Deva -)
>
>
> --
>
> Message: 1
> Date: Thu, 17 Jan 2019 09:34:47 -0800
> From: "Stephen M. Butler" 
> To: gnucash-user@gnucash.org
> Subject: Re: [GNC] Features
> Message-ID: 
> Content-Type: text/plain; charset=utf-8
>
> On 1/16/19 11:27 AM, Kevin Kelly wrote:
> > I?ve used Mondeydance for a long time. Unfortunately, updates to Mac OS
> have impacted mouse actions and it is difficult now to navigate. I have no
> complaints, it is free and I?ve gotten good use. Now, I need a replacement
> and I?m considering GNUCASH. Can it:
> >
> > 1. Import transactions from banking accounts using QFX?
> Yes.? I use that feature for both my bank and credit card transactions.
> > 2. Does it allow for backup/recovery?
> Yes.? But you need to ensure that you have a system-wide backup/recovery
> strategy in place.? It will write the pre-changed file as a backup
> before overwriting it with the changed data.? But, you need to get it
> off the system to a safe place in case you lose your hard drive (or house).
> > 3. Can I import data from Moneydance or do I start all over?
> Google search indicates that Moneydance can do a QIF export.? GnuCash
> (GnC or GC) can import from QIF or QFX or CSV type files.
> > 4. Does it have some sort of budget?
> Yes.? But I don't use.
> >
> >
> > If I have to start over, it is no big deal but I do need to be able to
> import using a downloaded transaction file.
> >
> >
> > Thanks for any help,
> >
> > Kevin
> > ___
> > 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.
>
>
> --
> 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
>
>
>
> --
>
> Message: 2
> Date: Thu, 17 Jan 2019 14:35:45 -0600
> From: Adrien Monteleone 
> To: "gnucash-user@gnucash.org" 
> Subject: Re: [GNC] Tax Issues
> Message-ID: 
> Content-Type: text/plain;   charset=utf-8
>
> Thanks David,
>
> That is helpful to know.
>
> I?ll check the list archives

[GNC] Copying settings, layout, and colors to another computer

2019-01-17 Thread Tim Kallmer
What folder or files can I copy from one Ubuntu to another to avoid having
to set up settings, layout, and colors again? Both have 3.4.
___
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.


[GNC] business Accounts Payable questions

2019-01-09 Thread Tim Kallmer
i'm new to using GC for business.

i don't understand the format and behavior Accounts Payable account. can
you explain the 'Ty' column that starts with '?', then toggles between 'I'
and 'P'? are these 'type', 'invoiced', and 'paid'? can you explain why the
due date cell cannot be edited in 'I' mode?

my small business doesn't have goods and vendor bills, or employees and
expense vouchers. is Accounts Payable able to have transactions entered
manually rather through bills or vouchers?

lastly, in trying to fiddle with A/P, i entered some temporary vendors,
employees, and bills. is it true these cannot be deleted without somehow
editing the XML? how would i go about deleting them?
___
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 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 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 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

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.


[GNC] Ubuntu PPA

2018-10-02 Thread Tim Kallmer
When will 3.3 come to ppa:sicklylife? Building from the download doesn't
work for me using the directions.
___
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.


[GNC] 3.2 and missing colors on accounts page

2018-08-16 Thread Tim Kallmer
After I upgraded to 3.2 from 2.8 and 2.6, I notice there are no longer
account colors shown on the accounts page. Is this by design or is there a
way to bring that back? I couldn't find it in settings. I miss being able
to color code my accounts. I realize the tab is colored when I open a
register.
___
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.


[GNC] Installing F::Q on Ubuntu

2018-08-15 Thread Tim Kallmer
I have switched to a linux laptop since the price quotes stopped working on
my windows 10 one. (I had it working at one time.)

But I am currently not able to get price quotes in the linux version of
gnucash either. I get the error, Unable to retrieve quotes for these items,
then a list of all my securities.

Here's what I did to install F::Q. Am I missing something?

cpan
install Finance::Quote
quit
edited /usr/share/perl5/Finance/Quote/AlphaVantage.pm
entered my key between the quotes in the line that previously read,
my $ALPHAVANTAGE_API_KEY = $ENV{'ALPHAVANTAGE_API_KEY'};
sudo chmod 666 /usr/share/perl5/Finance/Quote/AlphaVantage.pm
sudo chmod 666 /usr/share/perl5/Finance/Quote.pm

restarted
___
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] Windows strawberry perl and online prices

2018-06-30 Thread Tim Kallmer
​I actually did uninstall strawberry perl and the leftover strawberry
folder when I went to 3.2, and when I went back to 2.6. It didn't make a
difference.​


On Sat, Jun 30, 2018 at 12:00 PM, David Carlson  wrote:

> There has been some discussion in this list recently suggesting that
> especially when changing between releases from the 2..6 series and 3.0, 3.1
> or 3.2, one should uninstall the previous version manually.  In Windows,
> the Control Panel uninstall feature should work.  If you did not do that
> you may need to manually delete some files before installing a new
> version.  I am not sure where to look for detailed instructions.
>
> I think 3.2 or 2.6.21 are the preferred releases, depending on which works
> better for you.
>
> David C
>
> On Sat, Jun 30, 2018 at 10:40 AM, Tim Kallmer  wrote:
>
>> Has anyone using gnucash on windows had online prices stop working? For me
>> the strawberry perl window opens and never finishes after hours of
>> waiting.
>> I eventually have to close the window and give up. I've tried
>> un/reinstalling gnucash and perl. I've tried 3.1 and 3.2 and 2.6. I've
>> double-checked my alphavantage key is correct. Any suggestions?
>> ___
>> 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.

[GNC] Windows strawberry perl and online prices

2018-06-30 Thread Tim Kallmer
Has anyone using gnucash on windows had online prices stop working? For me
the strawberry perl window opens and never finishes after hours of waiting.
I eventually have to close the window and give up. I've tried
un/reinstalling gnucash and perl. I've tried 3.1 and 3.2 and 2.6. I've
double-checked my alphavantage key is correct. Any suggestions?
___
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.