/usr/share/glib-2.0/schemas/org.gnucash.dialogs.reconcile.gschema.xml is in gnucash-common 1:2.6.15-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnucash">
<schema path="/org/gnucash/dialogs/reconcile/" id="org.gnucash.dialogs.reconcile">
<key type="b" name="check-cleared">
<default>true</default>
<summary>Pre-select cleared transactions</summary>
<description>If active, all transactions marked as cleared in the register will appear already selected in the reconcile dialog. Otherwise no transactions will be initially selected.</description>
</key>
<key type="b" name="auto-interest-transfer">
<default>false</default>
<summary>Prompt for interest charges</summary>
<description>Prior to reconciling an account which charges or pays interest, prompt the user to enter a transaction for the interest charge or payment. Currently only enabled for Bank, Credit, Mutual, Asset, Receivable, Payable, and Liability accounts.</description>
</key>
<key type="b" name="auto-cc-payment">
<default>true</default>
<summary>Prompt for credit card payment</summary>
<description>If active, after reconciling a credit card account, prompt the user to enter a credit card payment. Otherwise do not prompt the user for this.</description>
</key>
<key type="b" name="always-reconcile-to-today">
<default>false</default>
<summary>Always reconcile to today</summary>
<description>If active, always open the reconcile dialog using today's date for the statement date, regardless of previous reconciliations.</description>
</key>
<key type="(iiii)" name="last-geometry">
<default>(-1,-1,-1,-1)</default>
<summary>Last window position and size</summary>
<description>This setting describes the size and position of the window when it was last closed.
The numbers are the X and Y coordinates of the top left corner of the window
followed by the width and height of the window.</description>
</key>
</schema>
</schemalist>
|