/usr/share/glib-2.0/schemas/org.gnome.sudoku.gschema.xml is in gnome-sudoku 1:3.18.2-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 33 34 35 36 37 38 39 40 41 42 | <schemalist>
<enum id="org.gnome.sudoku.print-multiple-sudoku-difficulty">
<value nick="easy" value="1" />
<value nick="medium" value="2" />
<value nick="hard" value="3" />
<value nick="very_hard" value="4" />
</enum>
<schema id="org.gnome.sudoku" path="/org/gnome/sudoku/" gettext-domain="gnome-sudoku">
<key name="print-multiple-sudoku-difficulty" enum="org.gnome.sudoku.print-multiple-sudoku-difficulty">
<default>"easy"</default>
<summary>Difficulty level of sudokus to be printed</summary>
<description>Set the difficulty level of the sudokus you want to print. Possible values are - "easy", "medium", "hard", "very_hard"</description>
</key>
<key name="print-multiple-sudokus-to-print" type="i">
<default>4</default>
<range min="1" max="100" />
<summary>Number of Sudokus to print</summary>
<description>Set the number of sudokus you want to print</description>
</key>
<key name="show-warnings" type="b">
<default>true</default>
<summary>Warn about unfillable squares and duplicate numbers</summary>
<description>Displays a big red X in a square if it cannot possibly be filled by any number and duplicate numbers are highlighted in red</description>
</key>
<key name="highlighter" type="b">
<default>false</default>
<summary>Highlight row, column and square that contain the selected cell</summary>
</key>
<key name="window-width" type="i">
<default>730</default>
<summary>Width of the window in pixels</summary>
</key>
<key name="window-height" type="i">
<default>630</default>
<summary>Height of the window in pixels</summary>
</key>
<key name="window-is-maximized" type="b">
<default>false</default>
<summary>true if the window is maximized</summary>
</key>
</schema>
</schemalist>
|