[GNC] Recent list in file menu
Michael Hendry
hendry.michael at gmail.com
Mon Jan 18 18:07:01 EST 2021
> On 18 Jan 2021, at 16:32, Chris Graves <mohavebaked at gmail.com> wrote:
>
> If you open the plist file with Xcode or bbedit or ... you may see that the maxfiles key is of type string, instead of integer. It may look like:
> <key>/org/gnucash/history/maxfiles</key>
> <string>6</string>
>
> Instead of
> <key>/org/gnucash/history/maxfiles</key>
> <integer>6</integer>
>
> You can manually change string to integer or do this:
> defaults delete -app Gnucash "/org/gnucash/history/maxfiles"
> defaults write -app Gnucash "/org/gnucash/history/maxfiles" -int 6
Problem solved, thank you!
I opened the plist file with Xcode, and changed the Type of /org/gnucash/history/maxfiles from String to Number, but those without Xcode could no doubt use the command lines you have given.
Regards,
Michael
More information about the gnucash-user
mailing list