This file is indexed.

/usr/share/glib-2.0/schemas/net.launchpad.Diodon.gschema.xml is in diodon 1.3.0-1ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/net/launchpad/diodon/clipboard/" id="net.launchpad.Diodon.clipboard" gettext-domain="diodon">
    <key type="b" name="use-clipboard">
      <default>true</default>
      <summary>Use clipboard (Ctrl+C)</summary>
      <description>Adds content which is copied to the clipboard with e.g. Ctrl + C to the clipboard history.</description>
    </key>
    <key type="b" name="use-primary">
      <default>false</default>
      <summary>Use primary selection</summary>
      <description>Adds the primary selection (an area of the screen which is selected with the mouse) to the clipboard history. Enabling will start process which continually checks what is selected. This might discharge your battery quicker.</description>
    </key>
    <key type="b" name="add-images">
      <default>false</default>
      <summary>Add images to clipboard history</summary>
      <description>Add images copied to clipboard to clipboard history (e.g. when you right click on an image in your browser and choose copy image). Enabling this option will increase memory consumption. Images already added to clipboard history will remain even when disabled.</description>
    </key>
    <key type="b" name="synchronize-clipboards">
      <default>false</default>
      <summary>Synchronize clipboards</summary>
      <description>Synchronizes the selection (an area of the screen which is selected with the mouse) and the clipboard so that anything in the selection is immediately available in the clipboard and vice versa e.g. for pasting with Ctrl + V and the middle mouse button.</description>
    </key>
    <key type="b" name="keep-clipboard-content">
      <default>true</default>
      <summary>Keep clipboard content</summary>
      <description>Prevents an empty clipboard. For instance when an application exits, the clipboard would usually be emptied.</description>
    </key>
    <key type="b" name="instant-paste">
      <default>true</default>
      <summary>Automatically paste selected item</summary>
      <description>Automatically paste selected item instead of just copying it to the clipboard.</description>
    </key>
    <key type="u" name="recent-items-size">
      <default>25</default>
      <summary>Number of recent clipboard items</summary>
      <description>Number of recent clipboard items shown in clipboard menu.</description>
    </key>
  </schema>
  <schema path="/net/launchpad/diodon/keybindings/" id="net.launchpad.Diodon.keybindings" gettext-domain="diodon">
    <key type="s" name="history-accelerator">
      <default>'&lt;Ctrl&gt;&lt;Alt&gt;V'</default>
      <summary>History key</summary>
      <description>Hotkey to quickly allow you to access menu with recent clipboard items.</description>
    </key>
  </schema>
  <schema path="/net/launchpad/diodon/plugins/" id="net.launchpad.Diodon.plugins" gettext-domain="diodon">
    <key type="as" name="active-plugins">
      <default>['indicator']</default>
      <summary>Active plugins</summary>
      <description>List of active plugins.</description>
    </key>
  </schema>
</schemalist>