This file is indexed.

/usr/share/glib-2.0/schemas/org.gnucash.dialogs.totd.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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnucash">
  <schema path="/org/gnucash/dialogs/tip-of-the-day/" id="org.gnucash.dialogs.totd">
    <key type="i" name="current-tip">
      <default>0</default>
      <summary>The next tip to show.</summary>
      <description>The next tip to show.</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>
    <key type="b" name="show-at-startup">
      <default>true</default>
      <summary>Show "Tip Of The Day" at GnuCash start</summary>
      <description>Enables the "Tip Of The Day" when GnuCash starts up. If active, the dialog will be shown. Otherwise it will not be shown.</description>
    </key>
  </schema>
</schemalist>