/usr/share/glib-2.0/schemas/org.gnome.GPaste.gschema.xml is in gpaste 3.28.0-2.
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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 | <schemalist>
<schema id="org.gnome.GPaste" path="/org/gnome/GPaste/" gettext-domain="GPaste">
<key name="element-size" type="t">
<range min="0" max="511"/>
<default>60</default>
<summary>Max size of an element when displaying it</summary>
<description>
The extra stuff of that element will be replaced by "…", and newlines by " " when displaying from the applet, 0 to disable.
</description>
</key>
<key name="growing-lines" type="b">
<default>false</default>
<summary>Do we detect and replace growing lines in history?</summary>
<description>
By default, selecting "Here is", then "Here is an example" will create two entries in the history.
With this feature enabled, the first one will be replaced by the second one.
</description>
</key>
<key name="history-name" type="s">
<default>'history'</default>
<summary>The name of the current history</summary>
<description>
The default name is "history"
</description>
</key>
<key name="images-support" type="b">
<default>true</default>
<summary>Do we save the images copied to history, or only text?</summary>
<description>
By default, we're saving both
</description>
</key>
<key name="close-on-select" type="b">
<default>true</default>
<summary>Do we close the UI after selecting an item?</summary>
<description>
By default, we close it
</description>
</key>
<key name="launch-ui" type="s">
<default>'<Ctrl><Alt>G'</default>
<summary>The keyboard shortcut to launch the graphical interface</summary>
<description>
By default, hitting ctrl + alt + g does that ("<Ctrl><Alt>G").
An empty string here disables this functionnality.
</description>
</key>
<key name="make-password" type="s">
<default>'<Ctrl><Alt>S'</default>
<summary>The keyboard shortcut to mark the active item as being a password</summary>
<description>
By default, hitting ctrl + alt + s will mark the active item as being a password ("<Ctrl><Alt>S").
An empty string here disables this functionnality.
</description>
</key>
<key name="max-displayed-history-size" type="t">
<range min="10" max="255"/>
<default>20</default>
<summary>Max displayed history size</summary>
<description>
Maximum number of items displayed in the history
</description>
</key>
<key name="max-history-size" type="t">
<range min="5" max="65535"/>
<default>100</default>
<summary>Max history size</summary>
<description>
Maximum number of items in history
</description>
</key>
<key name="max-memory-usage" type="t">
<range min="5" max="16383"/>
<default>30</default>
<summary>Max memory usage (MB)</summary>
<description>
Maximum amount of memory used to store contents
</description>
</key>
<key name="max-text-item-size" type="t">
<range min="1" max="2147483647"/>
<default>2147483647</default>
<summary>Max text item size</summary>
<description>
Maximum size of a text item. Anything out of this boundary is ignored.
</description>
</key>
<key name="min-text-item-size" type="t">
<range min="1" max="65535"/>
<default>1</default>
<summary>Min text item size</summary>
<description>
Minimum size of a text item. Anything out of this boundary is ignored.
</description>
</key>
<key name="pop" type="s">
<default>'<Ctrl><Alt>V'</default>
<summary>The keyboard shortcut to delete the first element in history</summary>
<description>
By default, hitting ctrl + alt + v does that ("<Ctrl><Alt>V").
An empty string here disables this functionnality.
</description>
</key>
<key name="primary-to-history" type="b">
<default>false</default>
<summary>Does the primary selection affects history?</summary>
<description>
By default, only clipboard (ctrl+c) affects history.
</description>
</key>
<key name="rich-text-support" type="b">
<default>true</default>
<summary>Do we save all versions of selected rich text (e.g. html) or just the plain text version?</summary>
<description>
By default, we're saving all
</description>
</key>
<key name="save-history" type="b">
<default>true</default>
<summary>Do we save the history from one session to another?</summary>
<description>
By default, we're saving it
</description>
</key>
<key name="show-history" type="s">
<default>'<Ctrl><Alt>H'</default>
<summary>The keyboard shortcut to display the menu</summary>
<description>
By default, hitting ctrl + alt + h displays the menu ("<Ctrl><Alt>H").
An empty string here disables this functionnality.
</description>
</key>
<key name="sync-clipboard-to-primary" type="s">
<default>'<Ctrl><Alt>O'</default>
<summary>The keyboard shortcut to sync the clipboard to the primary selection</summary>
<description>
By default, hitting ctrl + alt + o syncs them ("<Ctrl><Alt>P").
An empty string here disables this functionnality.
</description>
</key>
<key name="sync-primary-to-clipboard" type="s">
<default>'<Ctrl><Alt>P'</default>
<summary>The keyboard shortcut to sync the primary selection to the clipboard</summary>
<description>
By default, hitting ctrl + alt + p syncs them ("<Ctrl><Alt>P").
An empty string here disables this functionnality.
</description>
</key>
<key name="synchronize-clipboards" type="b">
<default>false</default>
<summary>Are the primary selection and the clipboard synchronized?</summary>
<description>
By default, the primary selection and the clipboard are independent.
</description>
</key>
<key name="track-changes" type="b">
<default>true</default>
<summary>Do we track the clipboard changes?</summary>
<description>
By default, we're tracking those changes.
</description>
</key>
<key name="track-extension-state" type="b">
<default>false</default>
<summary>Do we sync the daemon state with the gnome-shell extension's one? (disable the daemon when disabling the extension)</summary>
<description>
By default, the daemon state keeps unchanged
</description>
</key>
<key name="trim-items" type="b">
<default>false</default>
<summary>Do we trim the textual items before adding them to history?</summary>
<description>
Trimming means removing all trailing and ending spaces.
By default, we're letting them as-is.
</description>
</key>
<key name="upload" type="s">
<default>'<Ctrl><Alt>U'</default>
<summary>The keyboard shortcut to upload the first element in history to a pastebin service</summary>
<description>
By default, hitting ctrl + alt + u does that ("<Ctrl><Alt>U").
An empty string here disables this functionnality.
</description>
</key>
</schema>
</schemalist>
|