This file is indexed.

/usr/share/gconf/schemas/gsql-plugins.schemas is in gsql-plugins 0.2.2-1.2ubuntu1.

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
<gconfschemafile>
  <schemalist>
    
    <schema>
      <key>/schemas/apps/gsql/plugins/vte/engine_mysql</key>
      <applyto>/apps/gsql/plugins/vte/engine_mysql</applyto>
      <owner>gsql</owner>      
      <type>string</type>
      <default>/usr/bin/mysql -h%h -u%u -D%d -p%p</default>
      <gettext_domain>gsql</gettext_domain>
      <locale name="C">
        <short></short>
        <long>
        </long>
      </locale>
    </schema>

    
	<schema>
      <key>/schemas/apps/gsql/plugins/vte/engine_oracle</key>
      <applyto>/apps/gsql/plugins/vte/engine_oracle</applyto>
      <owner>gsql</owner>      
      <type>string</type>
      <default>/usr/lib/oracle/bin/sqlplus %u/%p@%d</default>
      <gettext_domain>gsql</gettext_domain>
      <locale name="C">
        <short></short>
        <long>
        </long>
      </locale>
    </schema>

    
  </schemalist>
</gconfschemafile>