This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gtranslator.plugins.codeview.gschema.xml is in gtranslator 2.91.7-5.

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
<schemalist>
  <schema gettext-domain="gtranslator" id="org.gnome.gtranslator.plugins.codeview" path="/org/gnome/gtranslator/plugins/codeview/">
    <key name="use-editor" type="b">
      <default>false</default>
      <summary>Use the System Editor</summary>
      <description>Whether use the system editor to show the source code</description>
    </key>
    <key name="program-cmd" type="s">
      <default>'gedit'</default>
      <summary>The Editor to Launch</summary>
      <description>The command to launch the editor you want to use</description>
    </key>
    <key name="line-cmd" type="s">
      <default>'+'</default>
      <summary>Arguments for the Command</summary>
      <description>Arguments to pass to the program command line to select the line</description>
    </key>
  </schema>
</schemalist>