This file is indexed.

/usr/share/gconf/schemas/aisleriot.schemas is in aisleriot 1:3.2.3.2-0ubuntu1.

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
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/aisleriot/card_style</key>
      <applyto>/apps/aisleriot/card_style</applyto>
      <owner>aisleriot</owner>
      <type>string</type>
      <default></default>
      <gettext_domain>aisleriot</gettext_domain>
      <locale name="C">
        <short>Theme file name</short>
        <long>The name of the file with the graphics for the cards.</long>
      </locale>
     </schema>

    <schema>
      <key>/schemas/apps/aisleriot/show_toolbar</key>
      <applyto>/apps/aisleriot/show_toolbar</applyto>
      <owner>aisleriot</owner>
      <type>bool</type>
      <default>TRUE</default>
      <gettext_domain>aisleriot</gettext_domain>
      <locale name="C">
        <short>Whether or not to show the toolbar</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/aisleriot/show_statusbar</key>
      <applyto>/apps/aisleriot/show_statusbar</applyto>
      <owner>aisleriot</owner>
      <type>bool</type>
      <default>TRUE</default>
      <gettext_domain>aisleriot</gettext_domain>
      <locale name="C">
        <short>Whether or not to show the status bar</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/aisleriot/click_to_move</key>
      <applyto>/apps/aisleriot/click_to_move</applyto>
      <owner>aisleriot</owner>
      <type>bool</type>
      <default>FALSE</default>
      <gettext_domain>aisleriot</gettext_domain>
      <locale name="C">
        <short>Select the style of control</short>
        <long>Select whether to drag the cards or to click on the source then the destination.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/aisleriot/sound</key>
      <applyto>/apps/aisleriot/sound</applyto>
      <owner>aisleriot</owner>
      <type>bool</type>
      <default>FALSE</default>
      <gettext_domain>aisleriot</gettext_domain>
      <locale name="C">
        <short>Sound</short>
        <long>Whether or not to play event sounds.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/aisleriot/animations</key>
      <applyto>/apps/aisleriot/animations</applyto>
      <owner>aisleriot</owner>
      <type>bool</type>
      <default>true</default>
      <gettext_domain>aisleriot</gettext_domain>
      <locale name="C">
        <short>Animations</short>
        <long>Whether or not to animate card moves.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/aisleriot/game_file</key>
      <applyto>/apps/aisleriot/game_file</applyto>
      <owner>aisleriot</owner>
      <type>string</type>
      <default>klondike.scm</default>
      <gettext_domain>aisleriot</gettext_domain>
      <locale name="C">
        <short>The game file to use</short>
        <long>The name of the scheme file containing the solitaire game to play.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/aisleriot/statistics</key>
      <applyto>/apps/aisleriot/statistics</applyto>
      <owner>aisleriot</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <gettext_domain>aisleriot</gettext_domain>
      <locale name="C">
        <short>Statistics of games played</short>
	<long>A list of strings that come in the form of a quintuple: name, wins, total games played, best time (in seconds) and worst time (also in seconds). Unplayed games do not need to be represented.</long>
      </locale>
    </schema>

	
    <schema>
      <key>/schemas/apps/aisleriot/recent_games_list</key>
      <applyto>/apps/aisleriot/recent_games_list</applyto>
      <owner>aisleriot</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <gettext_domain>aisleriot</gettext_domain>
      <locale name="C">
        <short>Recently played games</short>
        <long>A list of recently played games.</long>
      </locale>
     </schema>

  </schemalist>
</gconfschemafile>