Re: [GNC] Saved report configurations not saving selected hidden accounts

2022-01-15 Thread Bill D
Thanks for pointing me there - I read the comments so I now see what is 
happening.

After further experimentation I can see that yes the Saved Report does appear 
to be maintaining the selected hidden accounts ... provided one, after loading 
the Saved Report, does not re-open (and apply) the selections displayed by 
default via the Options->Accounts setting (because that dialogue always 
defaults without "show hidden accounts" setting and will clear any selected 
hidden entries if you show them).

Not exactly optimal behaviour (to not show the saved set of selected accounts 
from the Saved Report config) ... I think it means there is no way to see the 
complete set of selected accounts that are currently stored in a "Saved Report" 
if that set includes any or all hidden accounts.


From: john 
Sent: Saturday, 15 January 2022 3:51 PM
To: Bill D 
Cc: gnucash-user@gnucash.org
Subject: Re: [GNC] Saved report configurations not saving selected hidden 
accounts




On Jan 14, 2022, at 1:29 PM, Bill D 
mailto:dull...@hotmail.com>> wrote:

I'm modifying "Net Worth Linechart" and saving as custom report.

When modifying the config using Options->Accounts,  I also choose "Show hidden 
accounts" (because I want the history to show all asset values in the past, 
even if accounts are no longer used)  ... then "Select Children"  under "Asset" 
top level (so that selects all asset sub-accounts, even hidden ones).

I apply this and Save Config.

But when I return to my "Saved Report Configurations" and selecting this saved 
report ... and then to Options->Accounts ... I see  the "Show hidden account" 
is not checked, and the hidden accounts have been de-selected.

I am thinking this behaviour is a bug?

Ideally when I "save config" for a report ... it should save all the accounts 
exactly as selected including hidden accounts if I had selected that?  I should 
not have to re-select hidden accounts each time I open a Saved Report 
Configuration.

You're not the only one to think it a bug: 
https://bugs.gnucash.org/show_bug.cgi?id=798348

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


Re: [GNC] access to Gnucash Nabble

2022-01-15 Thread David JamesTK
Followed the wiki instructions, although no need to create a file as 
settings.ini already exists as shown. What does not exist (at least on my 
laptop) is:

GTK_CONFIG_HOME/settings.ini:

Or this path posted by D below

C:\Users\{USERNAME}\AppData\Roaming\GnuCash

This is the only path to GNUCash files

C:\Program Files (x86)\gnucash  (isnt this for older 32 bit programmes x86?)

No other apps use GTK unless Thunderbird but that font is changed through css 
style sheet from within the program itself.


From: D. 
Sent: 16 January 2022 05:17
To: David H 
Cc: David JamesTK ; D. via gnucash-user 

Subject: Re: [GNC] access to Gnucash Nabble

On Windows, I'm not sure there are many other gtk apps installed-- or whether a 
generic settings manager would work. I know the specific commands I cited work; 
I used them on my own machine before posting.

From: David H
Sent: Sat Jan 15 23:05:20 EST 2022
To: "D."
Cc: David JamesTK , Gnucash Users
Subject: Re: [GNC] access to Gnucash Nabble

It seems from  https://wiki.gnucash.org/wiki/GTK3 that you can use settings.ini 
for ALL GTK apps installed or the gtk-3.0.css to affectGnuCash only...  
Settings.ini seems to use the gtk-font-= format.

Cheers David H.

Typefaces

There are two ways of setting a default font and size for GnuCash.

The first sets an option in GTK's  settings.ini for  all GTK applications (GIMP 
etc.),
the other uses css to accomplish the same for  GnuCash only.

  *   If neither you nor a program changed the default values before, the files 
mentioned in this section will not exist. In this case just create them as pure 
text files and with normal file access rights.

The examples below with both set the default font to Arial and font size to 14.

Via settings.ini

Create if necessary and add the following line to 
GTK_CONFIG_HOME/settings.ini:

[Settings]
gtk-font-name=Arial 14


General notes

  *   In settings.ini, lines beginning with a # and blank lines are considered 
comments.
  *   If the file exists and has a [Settings] line just add the font line 
beneath it.
  *   Setting font family via settings.ini doesn't work on macOS and Microsoft 
Windows. Use CSS to set font family on those operating systems.

Via css

Create if necessary and add the following to 
GNC_CONFIG_HOME/gtk-3.0.css:

* {
  font: 14pt arial, sans-serif;
}

On Sun, 16 Jan 2022 at 12:55, D. < 
sunfis...@yahoo.com> wrote:
So,

My gtk-3.0.css is in

C:\Users\{USERNAME}\AppData\Roaming\GnuCash

And the designator that changes fonts looks like this:

* {
   font-size: 16px;
   font-family: "Arial", sans-serif;
}

You'd be better off following that, rather than copying from another app.

David T.

From: David JamesTK
Sent: Sat Jan 15 20:12:23 EST 2022
To: David H
Cc: GnuCash users group
Subject: Re: [GNC] access to Gnucash Nabble


Copied the config file containing this

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Into empty file location C:\Users\david\AppData\Local\gtk-3.

No change, this happened with Thunderbird too, option there was edit css file 
something mentioned on wiki also.

Cheers





From: David H mailto:hell...@gmail.com>>
Sent: 16 January 2022 00:50
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: Glenn Fowler mailto:gfowl...@outlook.com>>; GnuCash 
users group mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble


It’s my understanding the file is optional so won’t appear in all locations? 
Have you tried copying your file into the app data location which is currently 
empty by the look of things?

Cheers David H.

On Sun, 16 Jan 2022 at 10:35 am, David JamesTK 
mailto:davidjame...@hotmail.co.uk>>>
 wrote:
Cheers David, tried the local folder first but appears empty (hide system files 
option off)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

Searching C drive for gtk-3.0 returns four entries below with my comments in 
blue;

C:\Program Files (x86)\gnucash\etc\gtk-3.0  (currently in this folder)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

C:\Program Files (x86)\gnucash\share\themes\Default\gtk-3.0 (contains css file 
gtk-keys)

C:\Program Files (x86)\gnucash\share\themes\Emacs\gtk-3.0  (contains css file 
gtk-keys)





From: David H 
mailto:hell...@gmail.com>>>
Sent: 16 January 2022 00:09
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>>
Cc: Glenn Fowler 

Re: [GNC] access to Gnucash Nabble

2022-01-15 Thread D. via gnucash-user
On Windows, I'm not sure there are many other gtk apps installed-- or whether a 
generic settings manager would work. I know the specific commands I cited work; 
I used them on my own machine before posting. 


 Original Message 
From: David H 
Sent: Sat Jan 15 23:05:20 EST 2022
To: "D." 
Cc: David JamesTK , Gnucash Users 

Subject: Re: [GNC] access to Gnucash Nabble

It seems from https://wiki.gnucash.org/wiki/GTK3 that you can use
settings.ini for ALL GTK apps installed or the gtk-3.0.css to affectGnuCash
only...  Settings.ini seems to use the gtk-font-= format.

Cheers David H.

Typefaces

There are two ways of setting a default font and size for GnuCash.
The first sets an option in GTK's settings.ini for *all GTK applications* (GIMP
etc.),the other uses css to accomplish the same for *GnuCash only*.

   - If neither you nor a program changed the default values before, the
   files mentioned in this section will *not exist*. In this case just
   create them as *pure text files* and with normal file access rights.

The examples below with both set the *default font* to Arial and *font size* to
14.
Via settings.ini

Create if necessary and add the following line to GTK_CONFIG_HOME

/settings.ini:

[Settings]gtk-font-name=Arial 14

General notes

   - In settings.ini, lines beginning with a # and blank lines are
   considered comments.
   - If the file exists and has a [Settings] line just add the font line
   beneath it.
   - Setting font family via settings.ini doesn't work on macOS and
   Microsoft Windows. Use CSS to set font family on those operating systems.

Via css

Create if necessary and add the following to GNC_CONFIG_HOME

/gtk-3.0.css:

* {
  font: 14pt arial, sans-serif;}


On Sun, 16 Jan 2022 at 12:55, D.  wrote:

> So,
>
> My gtk-3.0.css is in
>
> C:\Users\{USERNAME}\AppData\Roaming\GnuCash
>
> And the designator that changes fonts looks like this:
>
> * {
>font-size: 16px;
>font-family: "Arial", sans-serif;
> }
>
> You'd be better off following that, rather than copying from another app.
>
> David T.
> --
> *From:* David JamesTK
> *Sent:* Sat Jan 15 20:12:23 EST 2022
> *To:* David H
> *Cc:* GnuCash users group
> *Subject:* Re: [GNC] access to Gnucash Nabble
>
> Copied the config file containing this
>
> [Settings]
> gtk-font-name=Arial 18
> gtk-xft-antialias=1
> gtk-xft-hinting=1
> gtk-xft-hintstyle=hintfull
> gtk-xft-rgba=rgb
>
> Into empty file location C:\Users\david\AppData\Local\gtk-3.
>
> No change, this happened with Thunderbird too, option there was edit css file 
> something mentioned on wiki also.
>
> Cheers
>
> --
>
> From: David H 
> Sent: 16 January 2022 00:50
> To: David JamesTK 
> Cc: Glenn Fowler ; GnuCash users group 
> 
> Subject: Re: [GNC] access to Gnucash Nabble
>
>
> It’s my understanding the file is optional so won’t appear in all locations? 
> Have you tried copying your file into the app data location which is 
> currently empty by the look of things?
>
> Cheers David H.
>
> On Sun, 16 Jan 2022 at 10:35 am, David JamesTK 
> mailto:davidjame...@hotmail.co.uk>> wrote:
> Cheers David, tried the local folder first but appears empty (hide system 
> files option off)
>
> C:\Users\david\AppData\Local\gtk-3.0  (empty)
>
> Searching C drive for gtk-3.0 returns four entries below with my comments in 
> blue;
>
> C:\Program Files (x86)\gnucash\etc\gtk-3.0  (currently in this folder)
>
> C:\Users\david\AppData\Local\gtk-3.0  (empty)
>
> C:\Program Files (x86)\gnucash\share\themes\Default\gtk-3.0 (contains css 
> file gtk-keys)
>
> C:\Program Files (x86)\gnucash\share\themes\Emacs\gtk-3.0  (contains css file 
> gtk-keys)
>
> --
>
> From: David H mailto:hell...@gmail.com>>
> Sent: 16 January 2022 00:09
> To: David JamesTK 
> mailto:davidjame...@hotmail.co.uk>>
> Cc: Glenn Fowler mailto:gfowl...@outlook.com>>; GnuCash 
> users group mailto:gnucash-user@gnucash.org>>
> Subject: Re: [GNC] access to Gnucash Nabble
>
> Probably not, depends what you set GNC_DATA_HOME to I guess  - check that 
> wiki again - 
> https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME
>
> Cheers David H.
> GTK_DATA_HOME
>
> Versions: 3.x and more recent only
>
> GnuCash uses GTK for its graphical user interface; thus, locations that are 
> used by GTK are also relevant. Note the base directories on Windows and macOS 
> for this differ from the base directories for 
> GNC_DATA_HOME.
>
> Linux
> USER_DATA_HOME/gtk-3.0
> Windows
> %LOCALAPPDATA%\gtk-3.0
> macOS
> 

Re: [GNC] access to Gnucash Nabble

2022-01-15 Thread David JamesTK
Thanks D, searched C: drive but no gtk-3.0.css file found.

With Windows 10 changing the overall size of everything is easy, can be done in 
small increments too only problem is all items are made larger - Chrome is 
already bordering on too big at the moment.

Nabble

Yes, sorry the title is a bit misleading as originally asking where the Nabble 
mailing list forum (not a forum) thingy had moved to, thought support may have 
stopped.

David H, can I respond to you also, the wiki page is my reference point too, if 
you can highlight what needs to be typed i.e correct syntax as per D response 
that would be great.

Cheers

From: D. 
Sent: 16 January 2022 02:55
To: David JamesTK 
Cc: David H ; gnucash-user@gnucash.org 

Subject: Re: [GNC] access to Gnucash Nabble

So,

My gtk-3.0.css is in

C:\Users\{USERNAME}\AppData\Roaming\GnuCash

And the designator that changes fonts looks like this:

* {
   font-size: 16px;
   font-family: "Arial", sans-serif;
}

You'd be better off following that, rather than copying from another app.

David T.

From: David JamesTK
Sent: Sat Jan 15 20:12:23 EST 2022
To: David H
Cc: GnuCash users group
Subject: Re: [GNC] access to Gnucash Nabble


Copied the config file containing this

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Into empty file location C:\Users\david\AppData\Local\gtk-3.

No change, this happened with Thunderbird too, option there was edit css file 
something mentioned on wiki also.

Cheers



From: David H 
Sent: 16 January 2022 00:50
To: David JamesTK 
Cc: Glenn Fowler ; GnuCash users group 

Subject: Re: [GNC] access to Gnucash Nabble


It’s my understanding the file is optional so won’t appear in all locations? 
Have you tried copying your file into the app data location which is currently 
empty by the look of things?

Cheers David H.

On Sun, 16 Jan 2022 at 10:35 am, David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Cheers David, tried the local folder first but appears empty (hide system files 
option off)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

Searching C drive for gtk-3.0 returns four entries below with my comments in 
blue;

C:\Program Files (x86)\gnucash\etc\gtk-3.0  (currently in this folder)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

C:\Program Files (x86)\gnucash\share\themes\Default\gtk-3.0 (contains css file 
gtk-keys)

C:\Program Files (x86)\gnucash\share\themes\Emacs\gtk-3.0  (contains css file 
gtk-keys)



From: David H mailto:hell...@gmail.com>>
Sent: 16 January 2022 00:09
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: Glenn Fowler mailto:gfowl...@outlook.com>>; GnuCash 
users group mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble

Probably not, depends what you set GNC_DATA_HOME to I guess  - check that wiki 
again - https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME

Cheers David H.
GTK_DATA_HOME

Versions: 3.x and more recent only

GnuCash uses GTK for its graphical user interface; thus, locations that are 
used by GTK are also relevant. Note the base directories on Windows and macOS 
for this differ from the base directories for 
GNC_DATA_HOME.

Linux
USER_DATA_HOME/gtk-3.0
Windows
%LOCALAPPDATA%\gtk-3.0
macOS
HOME/.local/share/gtk-3.0


On Sun, 16 Jan 2022 at 09:56, David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Thanks Glen.

Currently in this folder C:\Program Files (x86)\gnucash\etc\gtk-3.0  on Windows 
10 Pro
editing this file settings.ini

Before

[Settings]
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

After

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Is this the right folder location and entry (18 font not needed, just making it 
super obvious for any changes)

Thanks, David




From: Glenn Fowler mailto:gfowl...@outlook.com>>
Sent: 15 January 2022 23:47
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: GnuCash users group 
mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble

Hi,

You can use any text editor


On Sat, Jan 15, 2022, 6:20 PM David JamesTK 
mailto:davidjame...@hotmail.co.uk>>>
 wrote:
Hello all,

No idea if this will reach anyone but wanted to ask a question please.

Just switched back to using Windows (long story) but noticed the font is 
smaller than on Mint using the same screen.

Followed 

Re: [GNC] access to Gnucash Nabble

2022-01-15 Thread David H
It seems from https://wiki.gnucash.org/wiki/GTK3 that you can use
settings.ini for ALL GTK apps installed or the gtk-3.0.css to affectGnuCash
only...  Settings.ini seems to use the gtk-font-= format.

Cheers David H.

Typefaces

There are two ways of setting a default font and size for GnuCash.
The first sets an option in GTK's settings.ini for *all GTK applications* (GIMP
etc.),the other uses css to accomplish the same for *GnuCash only*.

   - If neither you nor a program changed the default values before, the
   files mentioned in this section will *not exist*. In this case just
   create them as *pure text files* and with normal file access rights.

The examples below with both set the *default font* to Arial and *font size* to
14.
Via settings.ini

Create if necessary and add the following line to GTK_CONFIG_HOME

/settings.ini:

[Settings]gtk-font-name=Arial 14

General notes

   - In settings.ini, lines beginning with a # and blank lines are
   considered comments.
   - If the file exists and has a [Settings] line just add the font line
   beneath it.
   - Setting font family via settings.ini doesn't work on macOS and
   Microsoft Windows. Use CSS to set font family on those operating systems.

Via css

Create if necessary and add the following to GNC_CONFIG_HOME

/gtk-3.0.css:

* {
  font: 14pt arial, sans-serif;}


On Sun, 16 Jan 2022 at 12:55, D.  wrote:

> So,
>
> My gtk-3.0.css is in
>
> C:\Users\{USERNAME}\AppData\Roaming\GnuCash
>
> And the designator that changes fonts looks like this:
>
> * {
>font-size: 16px;
>font-family: "Arial", sans-serif;
> }
>
> You'd be better off following that, rather than copying from another app.
>
> David T.
> --
> *From:* David JamesTK
> *Sent:* Sat Jan 15 20:12:23 EST 2022
> *To:* David H
> *Cc:* GnuCash users group
> *Subject:* Re: [GNC] access to Gnucash Nabble
>
> Copied the config file containing this
>
> [Settings]
> gtk-font-name=Arial 18
> gtk-xft-antialias=1
> gtk-xft-hinting=1
> gtk-xft-hintstyle=hintfull
> gtk-xft-rgba=rgb
>
> Into empty file location C:\Users\david\AppData\Local\gtk-3.
>
> No change, this happened with Thunderbird too, option there was edit css file 
> something mentioned on wiki also.
>
> Cheers
>
> --
>
> From: David H 
> Sent: 16 January 2022 00:50
> To: David JamesTK 
> Cc: Glenn Fowler ; GnuCash users group 
> 
> Subject: Re: [GNC] access to Gnucash Nabble
>
>
> It’s my understanding the file is optional so won’t appear in all locations? 
> Have you tried copying your file into the app data location which is 
> currently empty by the look of things?
>
> Cheers David H.
>
> On Sun, 16 Jan 2022 at 10:35 am, David JamesTK 
> mailto:davidjame...@hotmail.co.uk>> wrote:
> Cheers David, tried the local folder first but appears empty (hide system 
> files option off)
>
> C:\Users\david\AppData\Local\gtk-3.0  (empty)
>
> Searching C drive for gtk-3.0 returns four entries below with my comments in 
> blue;
>
> C:\Program Files (x86)\gnucash\etc\gtk-3.0  (currently in this folder)
>
> C:\Users\david\AppData\Local\gtk-3.0  (empty)
>
> C:\Program Files (x86)\gnucash\share\themes\Default\gtk-3.0 (contains css 
> file gtk-keys)
>
> C:\Program Files (x86)\gnucash\share\themes\Emacs\gtk-3.0  (contains css file 
> gtk-keys)
>
> --
>
> From: David H mailto:hell...@gmail.com>>
> Sent: 16 January 2022 00:09
> To: David JamesTK 
> mailto:davidjame...@hotmail.co.uk>>
> Cc: Glenn Fowler mailto:gfowl...@outlook.com>>; GnuCash 
> users group mailto:gnucash-user@gnucash.org>>
> Subject: Re: [GNC] access to Gnucash Nabble
>
> Probably not, depends what you set GNC_DATA_HOME to I guess  - check that 
> wiki again - 
> https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME
>
> Cheers David H.
> GTK_DATA_HOME
>
> Versions: 3.x and more recent only
>
> GnuCash uses GTK for its graphical user interface; thus, locations that are 
> used by GTK are also relevant. Note the base directories on Windows and macOS 
> for this differ from the base directories for 
> GNC_DATA_HOME.
>
> Linux
> USER_DATA_HOME/gtk-3.0
> Windows
> %LOCALAPPDATA%\gtk-3.0
> macOS
> HOME/.local/share/gtk-3.0
>
>
> On Sun, 16 Jan 2022 at 09:56, David JamesTK 
> mailto:davidjame...@hotmail.co.uk>> wrote:
> Thanks Glen.
>
> Currently in this folder C:\Program Files (x86)\gnucash\etc\gtk-3.0  on 
> Windows 10 Pro
> editing this file settings.ini
>
> Before
>
> [Settings]
> gtk-xft-antialias=1
> gtk-xft-hinting=1
> gtk-xft-hintstyle=hintfull
> 

Re: [GNC] access to Gnucash Nabble

2022-01-15 Thread D. via gnucash-user
BTW, what does any of this have to do with Nabble? 


 Original Message 
From: "D. via gnucash-user" 
Sent: Sat Jan 15 21:55:10 EST 2022
To: David JamesTK 
Cc: gnucash-user@gnucash.org
Subject: Re: [GNC] access to Gnucash Nabble

So, 

My gtk-3.0.css is in 

C:\Users\{USERNAME}\AppData\Roaming\GnuCash

And the designator that changes fonts looks like this:

* {
   font-size: 16px;
   font-family: "Arial", sans-serif;
}

You'd be better off following that, rather than copying from another app.

David T.


 Original Message 
From: David JamesTK 
Sent: Sat Jan 15 20:12:23 EST 2022
To: David H 
Cc: GnuCash users group 
Subject: Re: [GNC] access to Gnucash Nabble

Copied the config file containing this

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Into empty file location C:\Users\david\AppData\Local\gtk-3.

No change, this happened with Thunderbird too, option there was edit css file 
something mentioned on wiki also.

Cheers


From: David H 
Sent: 16 January 2022 00:50
To: David JamesTK 
Cc: Glenn Fowler ; GnuCash users group 

Subject: Re: [GNC] access to Gnucash Nabble


It’s my understanding the file is optional so won’t appear in all locations? 
Have you tried copying your file into the app data location which is currently 
empty by the look of things?

Cheers David H.

On Sun, 16 Jan 2022 at 10:35 am, David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Cheers David, tried the local folder first but appears empty (hide system files 
option off)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

Searching C drive for gtk-3.0 returns four entries below with my comments in 
blue;

C:\Program Files (x86)\gnucash\etc\gtk-3.0  (currently in this folder)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

C:\Program Files (x86)\gnucash\share\themes\Default\gtk-3.0 (contains css file 
gtk-keys)

C:\Program Files (x86)\gnucash\share\themes\Emacs\gtk-3.0  (contains css file 
gtk-keys)


From: David H mailto:hell...@gmail.com>>
Sent: 16 January 2022 00:09
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: Glenn Fowler mailto:gfowl...@outlook.com>>; GnuCash 
users group mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble

Probably not, depends what you set GNC_DATA_HOME to I guess  - check that wiki 
again - https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME

Cheers David H.
GTK_DATA_HOME

Versions: 3.x and more recent only

GnuCash uses GTK for its graphical user interface; thus, locations that are 
used by GTK are also relevant. Note the base directories on Windows and macOS 
for this differ from the base directories for 
GNC_DATA_HOME.

Linux
USER_DATA_HOME/gtk-3.0
Windows
%LOCALAPPDATA%\gtk-3.0
macOS
HOME/.local/share/gtk-3.0


On Sun, 16 Jan 2022 at 09:56, David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Thanks Glen.

Currently in this folder C:\Program Files (x86)\gnucash\etc\gtk-3.0  on Windows 
10 Pro
editing this file settings.ini

Before

[Settings]
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

After

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Is this the right folder location and entry (18 font not needed, just making it 
super obvious for any changes)

Thanks, David



From: Glenn Fowler mailto:gfowl...@outlook.com>>
Sent: 15 January 2022 23:47
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: GnuCash users group 
mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble

Hi,

You can use any text editor


On Sat, Jan 15, 2022, 6:20 PM David JamesTK 
mailto:davidjame...@hotmail.co.uk>>>
 wrote:
Hello all,

No idea if this will reach anyone but wanted to ask a question please.

Just switched back to using Windows (long story) but noticed the font is 
smaller than on Mint using the same screen.

Followed most of the GTK 3.0 instructions on Wiki including editing 
settings.ini file as per their help file, unfortunately no change at all.

Do I need to run GTK inspector to edit or can this be done in notepad (as I 
have done?)

Thanks,

David


___
gnucash-user mailing list
gnucash-user@gnucash.org>
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user

Re: [GNC] access to Gnucash Nabble

2022-01-15 Thread D. via gnucash-user
So, 

My gtk-3.0.css is in 

C:\Users\{USERNAME}\AppData\Roaming\GnuCash

And the designator that changes fonts looks like this:

* {
   font-size: 16px;
   font-family: "Arial", sans-serif;
}

You'd be better off following that, rather than copying from another app.

David T.


 Original Message 
From: David JamesTK 
Sent: Sat Jan 15 20:12:23 EST 2022
To: David H 
Cc: GnuCash users group 
Subject: Re: [GNC] access to Gnucash Nabble

Copied the config file containing this

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Into empty file location C:\Users\david\AppData\Local\gtk-3.

No change, this happened with Thunderbird too, option there was edit css file 
something mentioned on wiki also.

Cheers


From: David H 
Sent: 16 January 2022 00:50
To: David JamesTK 
Cc: Glenn Fowler ; GnuCash users group 

Subject: Re: [GNC] access to Gnucash Nabble


It’s my understanding the file is optional so won’t appear in all locations? 
Have you tried copying your file into the app data location which is currently 
empty by the look of things?

Cheers David H.

On Sun, 16 Jan 2022 at 10:35 am, David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Cheers David, tried the local folder first but appears empty (hide system files 
option off)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

Searching C drive for gtk-3.0 returns four entries below with my comments in 
blue;

C:\Program Files (x86)\gnucash\etc\gtk-3.0  (currently in this folder)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

C:\Program Files (x86)\gnucash\share\themes\Default\gtk-3.0 (contains css file 
gtk-keys)

C:\Program Files (x86)\gnucash\share\themes\Emacs\gtk-3.0  (contains css file 
gtk-keys)


From: David H mailto:hell...@gmail.com>>
Sent: 16 January 2022 00:09
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: Glenn Fowler mailto:gfowl...@outlook.com>>; GnuCash 
users group mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble

Probably not, depends what you set GNC_DATA_HOME to I guess  - check that wiki 
again - https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME

Cheers David H.
GTK_DATA_HOME

Versions: 3.x and more recent only

GnuCash uses GTK for its graphical user interface; thus, locations that are 
used by GTK are also relevant. Note the base directories on Windows and macOS 
for this differ from the base directories for 
GNC_DATA_HOME.

Linux
USER_DATA_HOME/gtk-3.0
Windows
%LOCALAPPDATA%\gtk-3.0
macOS
HOME/.local/share/gtk-3.0


On Sun, 16 Jan 2022 at 09:56, David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Thanks Glen.

Currently in this folder C:\Program Files (x86)\gnucash\etc\gtk-3.0  on Windows 
10 Pro
editing this file settings.ini

Before

[Settings]
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

After

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Is this the right folder location and entry (18 font not needed, just making it 
super obvious for any changes)

Thanks, David



From: Glenn Fowler mailto:gfowl...@outlook.com>>
Sent: 15 January 2022 23:47
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: GnuCash users group 
mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble

Hi,

You can use any text editor


On Sat, Jan 15, 2022, 6:20 PM David JamesTK 
mailto:davidjame...@hotmail.co.uk>>>
 wrote:
Hello all,

No idea if this will reach anyone but wanted to ask a question please.

Just switched back to using Windows (long story) but noticed the font is 
smaller than on Mint using the same screen.

Followed most of the GTK 3.0 instructions on Wiki including editing 
settings.ini file as per their help file, unfortunately no change at all.

Do I need to run GTK inspector to edit or can this be done in notepad (as I 
have done?)

Thanks,

David


___
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] access to Gnucash Nabble

2022-01-15 Thread David JamesTK
Forgit to mention, there's actually a fonts config file but it contains this 
text which I have followed regarding local.config file to no avail:


Re: [GNC] access to Gnucash Nabble

2022-01-15 Thread David JamesTK
Copied the config file containing this

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Into empty file location C:\Users\david\AppData\Local\gtk-3.

No change, this happened with Thunderbird too, option there was edit css file 
something mentioned on wiki also.

Cheers


From: David H 
Sent: 16 January 2022 00:50
To: David JamesTK 
Cc: Glenn Fowler ; GnuCash users group 

Subject: Re: [GNC] access to Gnucash Nabble


It’s my understanding the file is optional so won’t appear in all locations? 
Have you tried copying your file into the app data location which is currently 
empty by the look of things?

Cheers David H.

On Sun, 16 Jan 2022 at 10:35 am, David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Cheers David, tried the local folder first but appears empty (hide system files 
option off)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

Searching C drive for gtk-3.0 returns four entries below with my comments in 
blue;

C:\Program Files (x86)\gnucash\etc\gtk-3.0  (currently in this folder)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

C:\Program Files (x86)\gnucash\share\themes\Default\gtk-3.0 (contains css file 
gtk-keys)

C:\Program Files (x86)\gnucash\share\themes\Emacs\gtk-3.0  (contains css file 
gtk-keys)


From: David H mailto:hell...@gmail.com>>
Sent: 16 January 2022 00:09
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: Glenn Fowler mailto:gfowl...@outlook.com>>; GnuCash 
users group mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble

Probably not, depends what you set GNC_DATA_HOME to I guess  - check that wiki 
again - https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME

Cheers David H.
GTK_DATA_HOME

Versions: 3.x and more recent only

GnuCash uses GTK for its graphical user interface; thus, locations that are 
used by GTK are also relevant. Note the base directories on Windows and macOS 
for this differ from the base directories for 
GNC_DATA_HOME.

Linux
USER_DATA_HOME/gtk-3.0
Windows
%LOCALAPPDATA%\gtk-3.0
macOS
HOME/.local/share/gtk-3.0


On Sun, 16 Jan 2022 at 09:56, David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Thanks Glen.

Currently in this folder C:\Program Files (x86)\gnucash\etc\gtk-3.0  on Windows 
10 Pro
editing this file settings.ini

Before

[Settings]
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

After

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Is this the right folder location and entry (18 font not needed, just making it 
super obvious for any changes)

Thanks, David



From: Glenn Fowler mailto:gfowl...@outlook.com>>
Sent: 15 January 2022 23:47
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: GnuCash users group 
mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble

Hi,

You can use any text editor


On Sat, Jan 15, 2022, 6:20 PM David JamesTK 
mailto:davidjame...@hotmail.co.uk>>>
 wrote:
Hello all,

No idea if this will reach anyone but wanted to ask a question please.

Just switched back to using Windows (long story) but noticed the font is 
smaller than on Mint using the same screen.

Followed most of the GTK 3.0 instructions on Wiki including editing 
settings.ini file as per their help file, unfortunately no change at all.

Do I need to run GTK inspector to edit or can this be done in notepad (as I 
have done?)

Thanks,

David


___
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] access to Gnucash Nabble

2022-01-15 Thread David H
It’s my understanding the file is optional so won’t appear in all
locations? Have you tried copying your file into the app data location
which is currently empty by the look of things?

Cheers David H.

On Sun, 16 Jan 2022 at 10:35 am, David JamesTK 
wrote:

> Cheers David, tried the local folder first but appears empty (hide system
> files option off)
>
> C:\Users\david\AppData\Local\gtk-3.0  (empty)
>
> *Searching C drive for gtk-3.0 returns four entries below with my comments
> in blue;*
>
> C:\Program Files (x86)\gnucash\etc\gtk-3.0  (currently in this folder)
>
> C:\Users\david\AppData\Local\gtk-3.0  (empty)
>
> C:\Program Files (x86)\gnucash\share\themes\Default\gtk-3.0 (contains css
> file gtk-keys)
>
> C:\Program Files (x86)\gnucash\share\themes\Emacs\gtk-3.0  (contains css
> file gtk-keys)
>
> --
> *From:* David H 
> *Sent:* 16 January 2022 00:09
> *To:* David JamesTK 
> *Cc:* Glenn Fowler ; GnuCash users group <
> gnucash-user@gnucash.org>
> *Subject:* Re: [GNC] access to Gnucash Nabble
>
> Probably not, depends what you set GNC_DATA_HOME to I guess  - check that
> wiki again -
> https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME
>
> Cheers David H.
> GTK_DATA_HOME
>
> *Versions:* 3.x and more recent only
>
> GnuCash uses GTK for its graphical user interface; thus, locations that
> are used by GTK are also relevant. Note the base directories on Windows and
> macOS for this differ from the base directories for *GNC*_DATA_HOME
> .
> LinuxUSER_DATA_HOME
> 
> /gtk-3.0Windows%LOCALAPPDATA%
> 
> \gtk-3.0macOSHOME
> 
> /.local/share/gtk-3.0
>
> On Sun, 16 Jan 2022 at 09:56, David JamesTK 
> wrote:
>
> Thanks Glen.
>
> Currently in this folder C:\Program Files (x86)\gnucash\etc\gtk-3.0  on
> Windows 10 Pro
> editing this file settings.ini
>
> Before
>
> [Settings]
> gtk-xft-antialias=1
> gtk-xft-hinting=1
> gtk-xft-hintstyle=hintfull
> gtk-xft-rgba=rgb
>
> After
>
> [Settings]
> gtk-font-name=Arial 18
> gtk-xft-antialias=1
> gtk-xft-hinting=1
> gtk-xft-hintstyle=hintfull
> gtk-xft-rgba=rgb
>
> Is this the right folder location and entry (18 font not needed, just
> making it super obvious for any changes)
>
> Thanks, David
>
>
> 
> From: Glenn Fowler 
> Sent: 15 January 2022 23:47
> To: David JamesTK 
> Cc: GnuCash users group 
> Subject: Re: [GNC] access to Gnucash Nabble
>
> Hi,
>
> You can use any text editor
>
>
> On Sat, Jan 15, 2022, 6:20 PM David JamesTK  > wrote:
> Hello all,
>
> No idea if this will reach anyone but wanted to ask a question please.
>
> Just switched back to using Windows (long story) but noticed the font is
> smaller than on Mint using the same screen.
>
> Followed most of the GTK 3.0 instructions on Wiki including editing
> settings.ini file as per their help file, unfortunately no change at all.
>
> Do I need to run GTK inspector to edit or can this be done in notepad (as
> I have done?)
>
> Thanks,
>
> David
>
>
> ___
> 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] access to Gnucash Nabble

2022-01-15 Thread David JamesTK
Cheers David, tried the local folder first but appears empty (hide system files 
option off)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

Searching C drive for gtk-3.0 returns four entries below with my comments in 
blue;

C:\Program Files (x86)\gnucash\etc\gtk-3.0  (currently in this folder)

C:\Users\david\AppData\Local\gtk-3.0  (empty)

C:\Program Files (x86)\gnucash\share\themes\Default\gtk-3.0 (contains css file 
gtk-keys)

C:\Program Files (x86)\gnucash\share\themes\Emacs\gtk-3.0  (contains css file 
gtk-keys)


From: David H 
Sent: 16 January 2022 00:09
To: David JamesTK 
Cc: Glenn Fowler ; GnuCash users group 

Subject: Re: [GNC] access to Gnucash Nabble

Probably not, depends what you set GNC_DATA_HOME to I guess  - check that wiki 
again - https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME

Cheers David H.
GTK_DATA_HOME

Versions: 3.x and more recent only

GnuCash uses GTK for its graphical user interface; thus, locations that are 
used by GTK are also relevant. Note the base directories on Windows and macOS 
for this differ from the base directories for 
GNC_DATA_HOME.

Linux
USER_DATA_HOME/gtk-3.0
Windows
%LOCALAPPDATA%\gtk-3.0
macOS
HOME/.local/share/gtk-3.0


On Sun, 16 Jan 2022 at 09:56, David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Thanks Glen.

Currently in this folder C:\Program Files (x86)\gnucash\etc\gtk-3.0  on Windows 
10 Pro
editing this file settings.ini

Before

[Settings]
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

After

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Is this the right folder location and entry (18 font not needed, just making it 
super obvious for any changes)

Thanks, David



From: Glenn Fowler mailto:gfowl...@outlook.com>>
Sent: 15 January 2022 23:47
To: David JamesTK 
mailto:davidjame...@hotmail.co.uk>>
Cc: GnuCash users group 
mailto:gnucash-user@gnucash.org>>
Subject: Re: [GNC] access to Gnucash Nabble

Hi,

You can use any text editor


On Sat, Jan 15, 2022, 6:20 PM David JamesTK 
mailto:davidjame...@hotmail.co.uk>>>
 wrote:
Hello all,

No idea if this will reach anyone but wanted to ask a question please.

Just switched back to using Windows (long story) but noticed the font is 
smaller than on Mint using the same screen.

Followed most of the GTK 3.0 instructions on Wiki including editing 
settings.ini file as per their help file, unfortunately no change at all.

Do I need to run GTK inspector to edit or can this be done in notepad (as I 
have done?)

Thanks,

David


___
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] access to Gnucash Nabble

2022-01-15 Thread David H
Probably not, depends what you set GNC_DATA_HOME to I guess  - check that
wiki again -
https://wiki.gnucash.org/wiki/Configuration_Locations#GTK_CONFIG_HOME

Cheers David H.
GTK_DATA_HOME

*Versions:* 3.x and more recent only

GnuCash uses GTK for its graphical user interface; thus, locations that are
used by GTK are also relevant. Note the base directories on Windows and
macOS for this differ from the base directories for *GNC*_DATA_HOME
.
LinuxUSER_DATA_HOME

/gtk-3.0Windows%LOCALAPPDATA%

\gtk-3.0macOSHOME

/.local/share/gtk-3.0

On Sun, 16 Jan 2022 at 09:56, David JamesTK 
wrote:

> Thanks Glen.
>
> Currently in this folder C:\Program Files (x86)\gnucash\etc\gtk-3.0  on
> Windows 10 Pro
> editing this file settings.ini
>
> Before
>
> [Settings]
> gtk-xft-antialias=1
> gtk-xft-hinting=1
> gtk-xft-hintstyle=hintfull
> gtk-xft-rgba=rgb
>
> After
>
> [Settings]
> gtk-font-name=Arial 18
> gtk-xft-antialias=1
> gtk-xft-hinting=1
> gtk-xft-hintstyle=hintfull
> gtk-xft-rgba=rgb
>
> Is this the right folder location and entry (18 font not needed, just
> making it super obvious for any changes)
>
> Thanks, David
>
>
> 
> From: Glenn Fowler 
> Sent: 15 January 2022 23:47
> To: David JamesTK 
> Cc: GnuCash users group 
> Subject: Re: [GNC] access to Gnucash Nabble
>
> Hi,
>
> You can use any text editor
>
>
> On Sat, Jan 15, 2022, 6:20 PM David JamesTK  > wrote:
> Hello all,
>
> No idea if this will reach anyone but wanted to ask a question please.
>
> Just switched back to using Windows (long story) but noticed the font is
> smaller than on Mint using the same screen.
>
> Followed most of the GTK 3.0 instructions on Wiki including editing
> settings.ini file as per their help file, unfortunately no change at all.
>
> Do I need to run GTK inspector to edit or can this be done in notepad (as
> I have done?)
>
> Thanks,
>
> David
>
>
> ___
> 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] access to Gnucash Nabble

2022-01-15 Thread David JamesTK
Thanks Glen.

Currently in this folder C:\Program Files (x86)\gnucash\etc\gtk-3.0  on Windows 
10 Pro
editing this file settings.ini

Before

[Settings]
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

After

[Settings]
gtk-font-name=Arial 18
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

Is this the right folder location and entry (18 font not needed, just making it 
super obvious for any changes)

Thanks, David



From: Glenn Fowler 
Sent: 15 January 2022 23:47
To: David JamesTK 
Cc: GnuCash users group 
Subject: Re: [GNC] access to Gnucash Nabble

Hi,

You can use any text editor


On Sat, Jan 15, 2022, 6:20 PM David JamesTK 
mailto:davidjame...@hotmail.co.uk>> wrote:
Hello all,

No idea if this will reach anyone but wanted to ask a question please.

Just switched back to using Windows (long story) but noticed the font is 
smaller than on Mint using the same screen.

Followed most of the GTK 3.0 instructions on Wiki including editing 
settings.ini file as per their help file, unfortunately no change at all.

Do I need to run GTK inspector to edit or can this be done in notepad (as I 
have done?)

Thanks,

David


___
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] access to Gnucash Nabble

2022-01-15 Thread Glenn Fowler
Hi,

You can use any text editor


On Sat, Jan 15, 2022, 6:20 PM David JamesTK 
wrote:

> Hello all,
>
> No idea if this will reach anyone but wanted to ask a question please.
>
> Just switched back to using Windows (long story) but noticed the font is
> smaller than on Mint using the same screen.
>
> Followed most of the GTK 3.0 instructions on Wiki including editing
> settings.ini file as per their help file, unfortunately no change at all.
>
> Do I need to run GTK inspector to edit or can this be done in notepad (as
> I have done?)
>
> Thanks,
>
> David
>
>
> ___
> 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] access to Gnucash Nabble

2022-01-15 Thread David JamesTK
Hello all,

No idea if this will reach anyone but wanted to ask a question please.

Just switched back to using Windows (long story) but noticed the font is 
smaller than on Mint using the same screen.

Followed most of the GTK 3.0 instructions on Wiki including editing 
settings.ini file as per their help file, unfortunately no change at all.

Do I need to run GTK inspector to edit or can this be done in notepad (as I 
have done?)

Thanks,

David


___
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] Post crash recovery log file suggestion

2022-01-15 Thread David Carlson
Of course you could do a File > Save just before embarking upon some more
risky activity such as a OFX import or after downloading security prices...

On Sat, Jan 15, 2022 at 4:22 PM john  wrote:

>
> > On Jan 15, 2022, at 11:10 AM, David G. Pickett via gnucash-user <
> gnucash-user@gnucash.org> wrote:
> >
> > As 4.9 does abort ungracefully from time to time, I grow weary of
> reentering my unsaved transactions.  I suggest that you post them to a new
> sort of log file as I go, so I do not have to save megabytes of almost
> duplicate files so often to avoid this.  Of course, if I leave the cursor
> on a modified line, I still might lose that line, unless you can log that
> along with its state when I change tabs.   (Maybe I should be warned when I
> change tabs that I left an uncommitted transaction, not later when I
> save?)  When the app starts, it can check the file and replay.  When there
> is a save and the normal files are closed or flushed to disk, the new log
> file can be truncated.  It'd be very much like an RDBMS log.  And perhaps a
> way to allow us to save less often?
>
> We do, that's what the *.log files in the same directory as your data file
> are. Note, though, that they log only transactions and their splits.
> Nothing else, especially not the business stuff, is logged.
>
>
> To re-enter them use File>Import>Replay GnuCash Log File.
>
> You could enable auto-save in preferences, but when that runs it blocks
> the UI so it can be a bit tedious if you have a large file. You might also
> consider the SQLite3 backend that writes the database immediately when you
> complete a transaction, at the expense of not making a backup file and not
> being able to quit without saving if you decide you've made a mess of a
> session.
>
> 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.
>


-- 
David Carlson
___
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] Post crash recovery log file suggestion

2022-01-15 Thread john


> On Jan 15, 2022, at 11:10 AM, David G. Pickett via gnucash-user 
>  wrote:
> 
> As 4.9 does abort ungracefully from time to time, I grow weary of reentering 
> my unsaved transactions.  I suggest that you post them to a new sort of log 
> file as I go, so I do not have to save megabytes of almost duplicate files so 
> often to avoid this.  Of course, if I leave the cursor on a modified line, I 
> still might lose that line, unless you can log that along with its state when 
> I change tabs.   (Maybe I should be warned when I change tabs that I left an 
> uncommitted transaction, not later when I save?)  When the app starts, it can 
> check the file and replay.  When there is a save and the normal files are 
> closed or flushed to disk, the new log file can be truncated.  It'd be very 
> much like an RDBMS log.  And perhaps a way to allow us to save less often?

We do, that's what the *.log files in the same directory as your data file are. 
Note, though, that they log only transactions and their splits. Nothing else, 
especially not the business stuff, is logged.


To re-enter them use File>Import>Replay GnuCash Log File.

You could enable auto-save in preferences, but when that runs it blocks the UI 
so it can be a bit tedious if you have a large file. You might also consider 
the SQLite3 backend that writes the database immediately when you complete a 
transaction, at the expense of not making a backup file and not being able to 
quit without saving if you decide you've made a mess of a session.

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] Post crash recovery log file suggestion

2022-01-15 Thread David G. Pickett via gnucash-user
As 4.9 does abort ungracefully from time to time, I grow weary of reentering my 
unsaved transactions.  I suggest that you post them to a new sort of log file 
as I go, so I do not have to save megabytes of almost duplicate files so often 
to avoid this.  Of course, if I leave the cursor on a modified line, I still 
might lose that line, unless you can log that along with its state when I 
change tabs.   (Maybe I should be warned when I change tabs that I left an 
uncommitted transaction, not later when I save?)  When the app starts, it can 
check the file and replay.  When there is a save and the normal files are 
closed or flushed to disk, the new log file can be truncated.  It'd be very 
much like an RDBMS log.  And perhaps a way to allow us to save less often?
___
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] Question on Parent Accounts

2022-01-15 Thread R. Victor Klassen
1) Create the new account: presumably Expenses:Cost of Goods Sold 
2) Optionally (recommended for parent accounts) make it a placeholder account
3) Edit any accounts that are to become children of this one.  When you create 
or edit an account, there’s an option near the bottom of the pop-up to specify 
the parent account.
4) Optionally create any further children accounts, specifying this one as 
parent.

> On Jan 14, 2022, at 5:37 PM, Brad Weibel  wrote:
> 
> Need to have a new parent account (Cost of Goods Sold) … not able to 
> determine how to go about setting  up a new parent account
> 
> Sent from Mail for Windows
> 
> ___
> 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] How to customize the default invoice (on print invoice button)

2022-01-15 Thread Geert Janssens
In addition to that the tax invoice uses a different stylesheet mechanism than 
the other 
printable reports.

Tax invoice reports have a field in which you can pass the path to a css file 
to style your 
invoice. All other (invoice) reports on the other hand use a dropdown list from 
which you can 
select a predefined style. Those predefined styles are managed via menu item 
Edit->Style 
Sheets.

One of the predefined style sheets (or perhaps "style sheet engines") in that 
list is also CSS 
based and would again allow you to style the invoice reports (except for the 
tax invoice 
report in this case).

Unfortunately there is no way in GnuCash directly to select a specific style 
sheet as the 
default for all reports. With the tax invoice report you can currently work 
around this 
limitation by copying taxinvoice.css to your GNC_DATA_DIR 
($HOME/.local/share/gnucash on 
linux) and modify it to your taste. If that file exists GnuCash will prefer it 
over the default one 
found in /share/guile/site/2.2/gnucash/reports/stylesheets 
.

Regards,

Geert

Op zondag 2 januari 2022 10:06:58 CET schreef Adrien Monteleone:
> Hmm.. This will be interesting. I don't see a way using Gmane with
> Thunderbird that I can CC anyone. I get the option to 'reply' but that
> doesn't properly go through Gmane, or I can 'Followup' which does, but
> doesn't let me CC anyone.
> 
> Anyway, I think the issue is one of the Stylesheet has to be set in the
> report preferences. But the bigger issue is you can't set anything other
> than the default stylesheet to be the default. So you have to create a
> 'saved report' version of the invoice, then each time you want to print
> one, you have to load that saved report, *then* choose the invoice to print.
> 
> Ideally, you should be able to set a default invoice-stylesheet combo so
> that 'printing' an invoice from ANY point in the UI will use that custom
> default. Otherwise, "what's the point?" The user is left with a very
> convoluted and non-obvious way to get invoices to print the way they
> want them to with regularity.
> 
> Regards,
> Adrien
> 
> On 1/1/22 4:08 PM, Shanti wrote:
> > Hello,
> > 
> > I'm trying to configure GNUCash so I can have nice invoices with it, and
> > I used the "taxinvoice" report and I could configure it to my needs.
> > Then, in the GNUCash preferences, business tab, I set the taxinvoice to
> > be the default invoice report for prints.
> > 
> > What I don't understand is how to apply default settings to the
> > taxinvoice report generated when I click on the print button. Now, I get
> > an unconfigured report. is there a way to specify which report
> > configuration to use by default ?
> > 
> > If it's not currently possible, can it be added in the code, where
> > should I look to add this feature?
> > 
> > I could trace it to :
> > 
> > - function gnc_invoice_window_print_invoice :
> > https://github.com/Gnucash/gnucash/blob/970e9af3423eb50b9823d264cf6685ccad
> > 0b2973/gnucash/gnome/dialog-invoice.c#L805
> > 
> > - function
> > gnc:invoice-report-createhttps://github.com/Gnucash/gnucash/blob/a85520de7
> > b222ac61fca2bf264143996bddc311b/gnucash/report/reports/reports.scm#L69
> > 
> > - function gnc:make-report-options
> > https://github.com/Gnucash/gnucash/blob/a85520de7b222ac61fca2bf264143996bd
> > dc311b/gnucash/report/report-core.scm#L417
___
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] Question on Parent Accounts

2022-01-15 Thread Brad Weibel
Need to have a new parent account (Cost of Goods Sold) … not able to determine 
how to go about setting  up a new parent account

Sent from Mail for Windows

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