Re: [GNC] different height of rows in account tree

2023-04-13 Thread Ken Farley
I just installed 4.14 (I usually wait a bit before jumping to the next 
major release), and this bit of a glitch is still there. I didn't see it 
as a bug that was addressed in the release notes, so no surprise. It's a 
little strange, but doesn't affect the function of the program, so I 
live with it. At least, as you can see if you look at the bug report, 
it's being worked on, we just have to be patient.

___
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] gnucash 4.8 does not save settings

2023-04-13 Thread Papa Oz

I am trying to run gnucash 4.8 under Mint 21 xfce.
The help menu item gives the following:
Version: 4.8
Build ID: 4.8a+(2021-09-28)
Finance::Quote: 1.51

gnucash does not save preferences.

I run it from the terminal so I can see any messages.

Upon starting I see:
Found Finance::Quote version 1.51.

I can enter transactions.  They are updated in the data file.

When I try to update the preferences, immediately upon 
clicking "preferences" (after "edit") I receive this message:


"sys:1: Warning: g_hash_table_foreach: assertion 'hash_table != NULL' failed"

I have conducted the following test.
Before running gnucash I run cd;ls -lR >file1
After  exiting gnucash I run cd;ls -lR >file2

Then I run meld ~/file1 ~/file2

It shows a couple of added logs and a backup, and the data 
file has been updated.  There are no other changes anywhere 
in my home subtree except the file*.  Specifically not in 
.config/gnucash nor .local/share/gnucash.


Can anyone tell me how to fix this or point me to a more 
modern gnucash .deb file that will install and run properly on Mint 21?


___
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] Locking the side bar items

2023-04-13 Thread NoobAlice
I can't help with the "pin tab" idea, but for those who want to keep the 
toolbar around, I've come up with an admittedly-hacky way to hide the 
"Close [tab]" toolbar button.  I also have a hide for the File menu 
item, but it still leaves a small, clickable area that will close a tab, 
unfortunately.


Remember that any errors in a .css file for GTK programs will cause the 
entire thing to be ignored.  :(


I've only tested on my own Linux computer.  The 6000 pixels measurements 
are just to be bigger than any monitor so you don't have a close button 
floating off to the side.  :)


If anyone has more elegant CSS for this, please do share!

In Linux, I add the following to my ~/.config/gnucash/gtk-3.0.css file, 
saved it, then restarted GnuCash.  Your file will be (or can be created) 
in the "GNC_USERCONFIG_DIR:" path shown in Help > About GnuCash.


For anyone wanting to play around further and using Linux, 
'GTK_DEBUG=interactive gnucash' entered in the terminal opens a handy 
little GTK Inspector program.



/* Remove close-tab button on toolbar - the hover text will still show 
up, but this seems to make the button unclickable */

#ToolbarClose *
{
margin-left: 6000px;
margin-right: -6000px;
}

/* Remove close-tab button in File menu and make close-program button 
bigger to cover up clickable close-tab space - THE INVISIBLE CLOSE 
BUTTON IS STILL CLICKABLE, though this hacky stuff makes the clickable 
space smaller... */


#FileClose,
#FileClose *
{
margin-left: 6000px;
margin-right: -6000px;
font-size: 0px;
padding: 0px;
}

#FileQuit,
#FileQuit *
{
margin-top: -20px;
margin-bottom: 0px;
}




On 2023-04-12 01:51 PM, gnucash-user-requ...@gnucash.org wrote:

Message: 1
Date: Wed, 12 Apr 2023 16:07:38 +
From: Gyle McCollam 
To: G R Hewitt 
Cc: David T. , "gnucash-u...@lists.gnucash.org"
, Adrien Monteleone

Subject: Re: [GNC] Locking the side bar items
Message-ID:



Content-Type: text/plain; charset="utf-8"

You're very welcome, but as Stan correctly pointed out that doesn't solve the 
"problem" of the toolbar icon closing a tab when a lot of people ass/u/me that 
it will close the program.



Thank You,

Gyle McCollam

Gyle McCollam

gmccol...@live.com   email


From: G R Hewitt 
Sent: Wednesday, April 12, 2023 11:51 AM
To: Gyle McCollam 
Cc: David T. ; gnucash-u...@lists.gnucash.org 
; Adrien Monteleone 
Subject: Re: [GNC] Locking the side bar items

Gyles, sir, you win the cigar (or prize of preference).
What's annoying is I looked there, but just didn't see it.
Thank you so much.

On Wed, 12 Apr 2023 at 15:40, Gyle McCollam 
mailto:gmccol...@live.com>> wrote:
You can remove the "X" on the tabs to prevent accidental closing.  Under 
Edit/Preference/Windows and the section labeled Tabs.  Just click on box to remove the check on 
"Show close on notebook tabs".  Then you shouldn't be able to close accidentally.


Thank You,

Gyle McCollam

Gyle McCollam

gmccol...@live.com   email





___
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] Locking the side bar items

2023-04-13 Thread Paul Kroitor
That's an interesting question. When I first came to Gnucash about 10 years
ago, I was (very) used to Quicken, which keeps everything in the same
window. I still happily use Quicken for several sets of books, and I have no
problem with its single-window paradigm.

While exploring Gnucash's options, I found Gnucash's "hybrid" mode
(registers in separate windows, everything else in a single main window) and
found it greatly pleasing. But I don't remember exactly why. It may be
because I can enter complex splits while having the CoA (or Income
Statement) displayed in an adjacent window, or because I like my "permanent"
tabs (various reports, mostly) available on the tab bar uncluttered by
transient register tabs coming and going.

I'm intrigued enough by the question that I've set it back to single-window
mode to see what bugs me. I'll let you know what I find.

Paul

-Original Message-
From: gnucash-user  On
Behalf Of Adrien Monteleone
Sent: Tuesday, April 11, 2023 9:53 PM
To: gnucash-u...@lists.gnucash.org
Subject: Re: [GNC] Locking the side bar items

I'm curious how separate windows for registers is advantageous over separate
tabs. I routinely keep several registers open as well as reports - all in
tabs, and can easily switch between them. I've never found a point where I'd
like, or need, to see two tabs (and thus
windows) simultaneously.

That's just a curiosity.

I can see that if you need, or prefer working with separate windows,
however, there should be a way to get everything to re-open on a subsequent
launch.

Regards,
Adrien

On 4/11/23 5:23 PM, Paul Kroitor wrote:
> Perhaps the OP's issue is variation of a slightly different issue that 
> I've asked about in the past.
> 
> I have Gnucash set so the tabs are across the top, and reports open as 
> additional tabs in the main window. I can open and configure many 
> reports during a session, and these reports survive a close and 
> re-open. Thus I configure each set of books to have all my favourite 
> reports and graphs available immediately upon opening the file.
> 
> BUT I have my registers set to open in separate windows (so I can work 
> in more than one at a time). The upshot is that if I close all the 
> register windows first, and then the main window (the one with the 
> Chart of Accounts, reports, graphs, etc), it all works as intended.
> 
> However, if one of the register windows is still open somewhere -- 
> hidden behind another app, perhaps -- when I close the main window, 
> everything is catastrophically lost. Reopening the file opens only the 
> straggling register window and I have to re-establish a Chart of 
> Accounts tab, and then labouriously reconstruct all the reports and 
> graphs I like.
> 
> I've been meaning to code a warning upon close if the main window (the 
> window including the Chart of Accounts tab) is ever closed when other 
> floating windows are still open, as this presumably would never happen 
> on purpose -- perhaps I will get to it one of these months as it 
> drives me crazy.

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

___
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] different height of rows in account tree

2023-04-13 Thread Guille Lopez

Hi Karel, David,

I also had this observation in the past. It is most likely this bug: 
https://bugs.gnucash.org/show_bug.cgi?id=798558


Best Regards,

Guille

On 13/04/2023 10:03, Karel Kadlubiec wrote:

Thank you David. Please see the attachment. It does every version since 4.9
regardless OS. Linux Mint, Windows 10 and 11.
I am using Czech OS and CZK. Do you see similar behaviour or is it a bug?
Karel

čt 13. 4. 2023 v 9:53 odesílatel David Cousens 
napsal:


Karel,

What OS are you on? Don't have this problem for Gnucash 5 on Linux Mint if
you
mean the display in the Accounts tab.

Regards

David Cousens
On Thu, 2023-04-13 at 09:40 +0200, Karel Kadlubiec wrote:

Hello,
since 4.9 there are different heights of rows in the account tree.

Accounts

with bigger amounts are taller than the others. You have it too or is it
just me? It is annoying and I didn't find a way to turn it off. Can you
please give me some advice?
Thank you
Karel
___
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.

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


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

___
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] Gnucash 5 - import transactions

2023-04-13 Thread Christian Lynbech
There were 5 invalid mappings, could very well be the explanation.

I have removed them, will see if it makes a difference when I do the
next import and will report back.

Thanks for the help.

   /Christian



---
On Wed, Apr 12 2023, Adrien Monteleone wrote:

Does Tools > Import Map Editor help?

Regards,
Adrien

On 4/12/23 3:31 AM, Christian Lynbech wrote:
> After upgrading to Gnucash 5 (Version: 5.0 Build ID: 5.0+(2023-03-25)),
> it seems that I am no longer getting automatching to accounts when
> importing transactions from a CSV file.
> I was not too concerned when I tried to do the first import and no
> matching appeared but now when I tried to do a second import, again no
> matching is done.
> Are there any changes to how this works? Anybody else seeing
> problems
> with transaction import?
> Is there a way I can see what matching data has been recorded?

___
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.
___
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] different height of rows in account tree

2023-04-13 Thread Karel Kadlubiec
Thank you David. Please see the attachment. It does every version since 4.9
regardless OS. Linux Mint, Windows 10 and 11.
I am using Czech OS and CZK. Do you see similar behaviour or is it a bug?
Karel

čt 13. 4. 2023 v 9:53 odesílatel David Cousens 
napsal:

> Karel,
>
> What OS are you on? Don't have this problem for Gnucash 5 on Linux Mint if
> you
> mean the display in the Accounts tab.
>
> Regards
>
> David Cousens
> On Thu, 2023-04-13 at 09:40 +0200, Karel Kadlubiec wrote:
> > Hello,
> > since 4.9 there are different heights of rows in the account tree.
> Accounts
> > with bigger amounts are taller than the others. You have it too or is it
> > just me? It is annoying and I didn't find a way to turn it off. Can you
> > please give me some advice?
> > Thank you
> > Karel
> > ___
> > 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.
>
> ___
> 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.
>
___
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] different height of rows in account tree

2023-04-13 Thread David Cousens
Karel,

What OS are you on? Don't have this problem for Gnucash 5 on Linux Mint if you
mean the display in the Accounts tab.

Regards

David Cousens
On Thu, 2023-04-13 at 09:40 +0200, Karel Kadlubiec wrote:
> Hello,
> since 4.9 there are different heights of rows in the account tree. Accounts
> with bigger amounts are taller than the others. You have it too or is it
> just me? It is annoying and I didn't find a way to turn it off. Can you
> please give me some advice?
> Thank you
> Karel
> ___
> 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.

___
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] different height of rows in account tree

2023-04-13 Thread Karel Kadlubiec
Hello,
since 4.9 there are different heights of rows in the account tree. Accounts
with bigger amounts are taller than the others. You have it too or is it
just me? It is annoying and I didn't find a way to turn it off. Can you
please give me some advice?
Thank you
Karel
___
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.