This file is indexed.

/usr/share/glib-2.0/schemas/org.phcteam.clinica.gschema.xml is in clinica-common 0.3.0-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="org.phcteam.clinica" path="/org/phcteam/clinica/" gettext-domain="clinica">
    <key type="b" name="use-plugins">
      <default>true</default>
      <summary>Enable plugins loading in Clinica</summary>
      <description>Setting this to true will load plugins in Clinica on startup. Otherwise they will not be available.</description>
    </key>
    <key name="active-plugins" type="as">
      <default>["CodiceFiscale"]</default>
      <summary>Active plugins</summary>
      <description>A list of string with the name of the active plugins in Clinica</description>
    </key>
    <key name="medicine-search-engines" type="as">
      <default>[]</default>
      <summary>Selected medicine search engines</summary>
      <description>The name of the search engines that the user wants to lookup medicines.</description>
    </key>
    <key name="data-provider" type="s">
      <default>""</default>
      <summary>Selected data provider</summary>
      <description>The name of the data provider used to retrieve the data in Clinica.</description>
    </key>
    <key name="show-visit-file-manager" type="b">
      <default>true</default>
      <summary>Show "Open file browser" button in the visit window</summary>
    </key>
    <key name="password" type="s">
      <default>"password"</default>
      <summary>The password used to sync with the clinica instance via wireless</summary>
    </key>
    <key name="data-server-activated" type="b">
      <default>false</default>
      <summary>Allow other clinica client on the LAN to use the local database</summary>
    </key>
    <key name="data-server-username" type="s">
      <default>""</default>
      <summary>Username used to authenticate on the DataServer</summary>
    </key>
    <key name="data-server-password" type="s">
      <default>""</default>
      <summary>SHA1 hash of the password used to authenticate on the DataServer</summary>
    </key>
    <key name="network-data-provider-host" type="s">
      <summary>Remote host to connect</summary>
      <default>"localhost"</default>
    </key>
    <key name="network-data-provider-port" type="s">
      <summary>Remote port for the connection</summary>
      <default>"20843"</default>
    </key>
    <key name="personal-details-name" type="s">
      <summary>The name of the doctor using clinica</summary>
      <default>""</default>
    </key>
    <key name="personal-details-address" type="s">
      <summary>The address of the doctor using clinica</summary>
      <default>""</default>
    </key>
    <key name="personal-details-institution" type="s">
      <summary>The institution whose the doctor using clinica is part of</summary>
      <default>""</default>
    </key>
    <key name="personal-details-email" type="s">
      <summary>The email of the doctor using clinica</summary>
      <default>""</default>
    </key>
  </schema>
</schemalist>