This file is indexed.

/usr/share/glib-2.0/schemas/org.gnucash.window.pages.gschema.xml is in gnucash-common 1:2.6.19-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnucash">
  <schema path="/org/gnucash/window/pages/account-tree/" id="org.gnucash.window.pages">
    <key type="b" name="account-code-visible">
      <default>false</default>
      <summary>Display this column</summary>
      <description>This setting controls whether the given column will be visible in the view. TRUE means visible, FALSE means hidden.</description>
    </key>
    <key type="i" name="account-code-width">
      <default>0</default>
      <summary>Width of this column</summary>
      <description>This setting stores the width of the given column in pixels.</description>
    </key>
  </schema>
</schemalist>