This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gthumb.pixbuf-savers.gschema.xml is in gthumb-data 3:3.6.1-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
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
<!--
  gThumb

  Copyright © 2011 Free Software Foundation, Inc.

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
-->
<schemalist>

  <schema id="org.gnome.gthumb.pixbuf-savers" path="/org/gnome/gthumb/pixbuf-savers/">
    <child name="jpeg" schema="org.gnome.gthumb.pixbuf-savers.jpeg" />
    <child name="png" schema="org.gnome.gthumb.pixbuf-savers.png" />
    <child name="tga" schema="org.gnome.gthumb.pixbuf-savers.tga" />
    <child name="tiff" schema="org.gnome.gthumb.pixbuf-savers.tiff" />
    <child name="webp" schema="org.gnome.gthumb.pixbuf-savers.webp" />
  </schema>

  <schema id="org.gnome.gthumb.pixbuf-savers.jpeg" path="/org/gnome/gthumb/pixbuf-savers/jpeg/" gettext-domain="gthumb">
    <key name="default-ext" type="s">
      <default>'jpeg'</default>
      <description>Possible values are: jpeg, jpg.</description>
    </key>
    <key name="quality" type="i">
      <default>85</default>
    </key>
    <key name="smoothing" type="i">
      <default>0</default>
    </key>
    <key name="optimize" type="b">
      <default>true</default>
    </key>
    <key name="progressive" type="b">
      <default>false</default>
    </key>
  </schema>

  <schema id="org.gnome.gthumb.pixbuf-savers.png" path="/org/gnome/gthumb/pixbuf-savers/png/" gettext-domain="gthumb">
    <key name="compression-level" type="i">
      <default>6</default>
    </key>
  </schema>

  <schema id="org.gnome.gthumb.pixbuf-savers.tga" path="/org/gnome/gthumb/pixbuf-savers/tga/" gettext-domain="gthumb">
    <key name="rle-compression" type="b">
      <default>true</default>
    </key>
  </schema>

  <schema id="org.gnome.gthumb.pixbuf-savers.tiff" path="/org/gnome/gthumb/pixbuf-savers/tiff/" gettext-domain="gthumb">
    <key name="default-ext" type="s">
      <default>'tiff'</default>
      <description>Possible values are: tiff, tif.</description>
    </key>
    <key name="compression" enum="org.gnome.gthumb.GthTiffCompression">
      <default>'deflate'</default>
    </key>
    <key name="horizontal-resolution" type="i">
      <default>72</default>
    </key>
    <key name="vertical-resolution" type="i">
      <default>72</default>
    </key>
  </schema>

  <schema id="org.gnome.gthumb.pixbuf-savers.webp" path="/org/gnome/gthumb/pixbuf-savers/webp/" gettext-domain="gthumb">
    <key name="lossless" type="b">
      <default>false</default>
    </key>
    <key name="quality" type="i">
      <default>75</default>
    </key>
    <key name="method" type="i">
      <default>4</default>
    </key>
  </schema>

</schemalist>