/usr/share/glib-2.0/schemas/org.gnome.gnote.gschema.xml is in gnote 3.14.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 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 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/gnote/" id="org.gnome.gnote">
<key type="b" name="enable-spellchecking">
<default>true</default>
<summary>Enable spellchecking</summary>
<description>If true, misspellings will be underlined in red, and correct spelling suggestions shown in the right-click menu.</description>
</key>
<key type="b" name="enable-auto-links">
<default>true</default>
<summary>Automatically create links when typing</summary>
<description>Enable this option to automatically create a link, when text matches note title.</description>
</key>
<key type="b" name="enable-url-links">
<default>true</default>
<summary>Create links for URLs in notes</summary>
<description>Enable this option to create links for URLs in notes.</description>
</key>
<key type="b" name="enable-wikiwords">
<default>false</default>
<summary>Enable WikiWord highlighting</summary>
<description>Enable this option to highlight words ThatLookLikeThis. Clicking the word will create a note with that name.</description>
</key>
<key type="b" name="enable-bulleted-lists">
<default>true</default>
<summary>Enable Auto bulleted lists</summary>
<description>Enable this option if you want bulleted lists to be automatic when you place - or * at the beginning of a line.</description>
</key>
<key type="b" name="enable-icon-paste">
<default>false</default>
<summary>Enable Middle-Click Paste On Icon</summary>
<description>Enable this option if you want to be able to middle-click the Gnote icon to paste timestamped content into the Start Here note.</description>
</key>
<key type="b" name="enable-custom-font">
<default>false</default>
<summary>Enable custom font</summary>
<description>If true, the font name set in custom-font-face will be used as the font when displaying notes. Otherwise the desktop default font will be used.</description>
</key>
<key type="s" name="custom-font-face">
<default>'Serif 11'</default>
<summary>Custom Font Face</summary>
<description>If enable-custom-font is true, the font name set here will be used as the font when displaying notes.</description>
</key>
<key type="b" name="enable-keybindings">
<default>true</default>
<summary>Enable global keybindings</summary>
<description>If true, the desktop-global keybindings set in /org/gnome/gnote/global-keybindings will be enabled, allowing for useful Gnote actions to be available from any application.</description>
</key>
<key type="s" name="start-note">
<default>''</default>
<summary>Start Here Note</summary>
<description>The note URI of the note that should be considered the "Start Here" note, which is always placed at the bottom of the Gnote note menu and also accessible by hotkey.</description>
</key>
<key type="i" name="menu-note-count">
<default>10</default>
<summary>Minimum number of notes to show in menu</summary>
<description>Integer determining the minimum number of notes to show in the Gnote note menu.</description>
</key>
<key type="s" name="menu-pinned-notes">
<default>''</default>
<summary>List of pinned notes</summary>
<description>Whitespace-separated list of note URIs for notes that should always appear in the Gnote note menu.</description>
</key>
<key type="b" name="main-window-maximized">
<default>false</default>
<summary>Is main window maximized</summary>
<description>If true, Gnote window will be maximized.</description>
</key>
<key type="i" name="search-window-height">
<default>0</default>
<summary>Saved height of Search window</summary>
<description>Determines pixel height of Search window; stored on Gnote exit.</description>
</key>
<key type="i" name="search-window-width">
<default>600</default>
<summary>Saved width of Search window</summary>
<description>Determines pixel width of Search window; stored on Gnote exit.</description>
</key>
<key type="i" name="search-window-splitter-pos">
<default>150</default>
<summary>Saved splitter position of Search window splitter.</summary>
<description>Determines Search window splitter position in pixels; stored on Gnote exit.</description>
</key>
<key type="s" name="search-sorting">
<default>'change:asc'</default>
<summary>Saved sorting of the Search window.</summary>
<description>Determines Search window initial sorting.</description>
</key>
<key type="i" name="sync-fuse-mount-timeout-ms">
<default>10000</default>
<summary>FUSE Mounting Timeout (ms)</summary>
<description>Time (in milliseconds) Gnote should wait for a response when using FUSE to mount a sync share.</description>
</key>
<key type="s" name="sync-sshfs-folder">
<default>''</default>
<summary>SSHFS Remote Synchronization Folder</summary>
<description>Path on SSH server to Gnote synchronization directory (optional).</description>
</key>
<key type="s" name="sync-sshfs-server">
<default>''</default>
<summary>SSHFS Synchronization Server URL</summary>
<description>URL of SSH server containing Gnote synchronization directory.</description>
</key>
<key type="s" name="sync-sshfs-username">
<default>''</default>
<summary>SSHFS Remote Synchronization User Name</summary>
<description>User name to use when connecting to the synchronization server via SSH.</description>
</key>
<key type="i" name="sync-sshfs-port">
<default>22</default>
<summary>SSHFS Synchronization Server Port</summary>
<description>The port to use when connecting to the synchronization server via SSH.</description>
</key>
<key type="i" name="note-rename-behavior">
<default>0</default>
<summary>Link Updating Behavior on Note Rename</summary>
<description>Integer value indicating if there is a preference to always perform a specific link updating behavior when a note is renamed, instead of prompting the user. The values map to an internal enumeration. 0 indicates that the user wishes to be prompted when renaming a note may impact links that exist in other notes. 1 indicates that links should automatically be removed. 2 indicates that link text should be updated to the new note name so that it will continue linking to the renamed note.</description>
</key>
<key type="b" name="enable-close-note-on-escape">
<default>true</default>
<summary>Enable closing notes with escape</summary>
<description>If enabled, an opened note can be closed by hitting the escape key.</description>
</key>
<key type="b" name="use-status-icon">
<default>false</default>
<summary>Use status icon, when started as an application</summary>
<description>Has affect only when started as an application. When set to TRUE, shows a status icon. If set to FALSE, Search All Notes window is used as main application window, closing which makes application to exit.</description>
</key>
<key type="b" name="open-notes-in-new-window">
<default>false</default>
<summary>Open notes in new window</summary>
<description>Open notes in new window instead of replacing active content of the same window</description>
</key>
<key type="b" name="autosize-note-window">
<default>true</default>
<summary>Save note window size and autosize note window to it</summary>
<description>Saves note window size and automatically resizes main window to this size, when note is opened.</description>
</key>
<child schema="org.gnome.gnote.global-keybindings" name="global-keybindings"/>
<child schema="org.gnome.gnote.export-html" name="export-html"/>
<child schema="org.gnome.gnote.sync" name="sync"/>
<child schema="org.gnome.gnote.insert-timestamp" name="insert-timestamp"/>
<child schema="org.gnome.gnote.note-directory-watcher" name="note-directory-watcher"/>
</schema>
<schema path="/org/gnome/gnote/global-keybindings/" id="org.gnome.gnote.global-keybindings">
<key type="s" name="show-note-menu">
<default>'<Alt>F12'</default>
<summary>Show applet menu</summary>
<description>The global keybinding for showing the Gnote applet's menu. The format looks like "<Control>a" or "<Shift><Alt>F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</description>
</key>
<key type="s" name="open-start-here">
<default>'<Alt>F11'</default>
<summary>Open Start Here</summary>
<description>The global keybinding for opening the "Start Here" note. The format looks like "<Control>a" or "<Shift><Alt>F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</description>
</key>
<key type="s" name="create-new-note">
<default>'disabled'</default>
<summary>Create a new Note</summary>
<description>The global keybinding for creating and displaying a new Note. The format looks like "<Control>a" or "<Shift><Alt>F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</description>
</key>
<key type="s" name="open-search">
<default>'disabled'</default>
<summary>Open Search Dialog</summary>
<description>The global keybinding for opening the Note Search dialog. The format looks like "<Control>a" or "<Shift><Alt>F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</description>
</key>
<key type="s" name="open-recent-changes">
<default>'disabled'</default>
<summary>Open Recent Changes</summary>
<description>The global keybinding for opening the Recent Changes dialog. The format looks like "<Control>a" or "<Shift><Alt>F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</description>
</key>
</schema>
<schema path="/org/gnome/gnote/export-html/" id="org.gnome.gnote.export-html">
<key type="s" name="last-directory">
<default>''</default>
<summary>HTML Export Last Directory</summary>
<description>The last directory a note was exported to using the Export To HTML plugin.</description>
</key>
<key type="b" name="export-linked">
<default>true</default>
<summary>HTML Export Linked Notes</summary>
<description>The last setting for the 'Export linked notes' checkbox in the Export to HTML plugin.</description>
</key>
<key type="b" name="export-linked-all">
<default>false</default>
<summary>HTML Export All Linked Notes</summary>
<description>The last setting for the 'Include all other linked notes' checkbox in the Export to HTML plugin. This setting is used in conjunction with the 'HTML Export Linked Notes' setting and is used to specify whether all notes (found recursively) should be included during an export to HTML.</description>
</key>
</schema>
<schema path="/org/gnome/gnote/sync/" id="org.gnome.gnote.sync">
<key type="s" name="sync-guid">
<default>''</default>
<summary>Synchronization Client ID</summary>
<description>Unique identifier for this Gnote client, used when communicating with a sychronization server.</description>
</key>
<key type="s" name="sync-local-path">
<default>''</default>
<summary>Synchronization Local Server Path</summary>
<description>Path to the synchronization server when using the filesystem synchronization service addin.</description>
</key>
<key type="s" name="sync-selected-service-addin">
<default>''</default>
<summary>Selected Synchronization Service Addin</summary>
<description>Unique identifier for the currently configured note synchronization service addin.</description>
</key>
<key type="i" name="sync-conflict-behavior">
<default>0</default>
<summary>Note Synchronization Conflict Saved Behavior</summary>
<description>Integer value indicating if there is a preference to always perform a specific behavior when a conflict is detected, instead of prompting the user. The values map to an internal enumeration. 0 indicates that the user wishes to be prompted when a conflict occurs, so that they may handle each conflict situation on a case-by-case basis.</description>
</key>
<key type="i" name="autosync-timeout">
<default>-1</default>
<summary>Automatic Background Synchronization Timeout</summary>
<description>Integer value indicating how frequently to perform a background sync of your notes (when sync is configured). Any value less than 1 indicates that autosync is disabled. The lowest acceptable positive value is 5. Value is in minutes.</description>
</key>
<child schema="org.gnome.gnote.sync.wdfs" name="wdfs"/>
</schema>
<schema path="/org/gnome/gnote/sync/wdfs/" id="org.gnome.gnote.sync.wdfs">
<key type="b" name="accept-sslcert">
<default>false</default>
<summary>Accept SSL Certificates</summary>
<description>Use wdfs option "-ac" to accept SSL certificates without prompting the user.</description>
</key>
<key type="s" name="url">
<default>''</default>
<summary>Share URL</summary>
<description>WebDAV share URL where notes are synchronized to.</description>
</key>
<key type="s" name="username">
<default>''</default>
<summary>Share username</summary>
<description>Username to access WebDAV share.</description>
</key>
</schema>
<schema path="/org/gnome/gnote/insert-timestamp/" id="org.gnome.gnote.insert-timestamp">
<key type="s" name="format">
<default>'%c'</default>
<summary>Timestamp format</summary>
<description>The date format that is used for the timestamp. It follows the format of strftime(3).</description>
</key>
</schema>
<schema path="/org/gnome/gnote/note-directory-watcher/" id="org.gnome.gnote.note-directory-watcher">
<key type="i" name="check-interval">
<default>5</default>
<summary>Time between checks</summary>
<description>Time interval between note directory checks (in seconds). Min value is 5.</description>
</key>
</schema>
</schemalist>
|