/usr/share/glib-2.0/schemas/org.gnome.evolution.shell.gschema.xml is in evolution-common 3.28.1-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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/evolution/shell/" id="org.gnome.evolution.shell" gettext-domain="evolution">
<key type="b" name="skip-warning-dialog">
<default>false</default>
<summary>Skip development warning dialog</summary>
<description>Whether the warning dialog in development versions of Evolution is skipped.</description>
</key>
<key type="i" name="attachment-view">
<default>0</default>
<summary>Initial attachment view</summary>
<description>Initial view for attachment bar widgets. “0” is Icon View, “1” is List View.</description>
</key>
<key type="s" name="file-chooser-folder">
<default>''</default>
<summary>Initial file chooser folder</summary>
<description>Initial folder for GtkFileChooser dialogs.</description>
</key>
<key type="s" name="autoar-format">
<default>''</default>
<summary>Compression format used by autoar</summary>
<description>Compression format used when compressing attached directories with autoar.</description>
</key>
<key type="s" name="autoar-filter">
<default>''</default>
<summary>Compression filter used by autoar</summary>
<description>Compression filter used when compressing attached directories with autoar.</description>
</key>
<key type="b" name="start-offline">
<default>false</default>
<summary>Start in offline mode</summary>
<description>Whether Evolution will start up in offline mode instead of online mode.</description>
</key>
<key type="as" name="folder-paths">
<default>[]</default>
<summary>Offline folder paths</summary>
<description>List of paths for the folders to be synchronized to disk for offline usage.</description>
</key>
<key type="b" name="express-mode">
<default>false</default>
<summary>Enable express mode</summary>
<description>Flag that enables a much simplified user interface.</description>
</key>
<key type="as" name="buttons-hide">
<default>[]</default>
<summary>List of button names to hide in the window switcher</summary>
<description>Valid values are “mail”, “addressbook”, “calendar”, “tasks” and “memos”. Change of this requires restart of the application.</description>
</key>
<key type="b" name="buttons-visible">
<default>true</default>
<summary>Window buttons are visible</summary>
<description>Whether the window buttons should be visible.</description>
</key>
<key type="b" name="buttons-visible-sub">
<default>true</default>
<summary>Window buttons are visible</summary>
<description>Whether the window buttons should be visible.</description>
</key>
<key type="s" name="buttons-style">
<default>'toolbar'</default>
<summary>Window button style</summary>
<description>The style of the window buttons. Can be “text”, “icons”, “both”, “toolbar”. If “toolbar” is set, the style of the buttons is determined by the GNOME toolbar setting.</description>
</key>
<key type="b" name="menubar-visible">
<default>true</default>
<summary>Menubar is visible</summary>
<description>Whether the menubar should be visible.</description>
</key>
<key type="b" name="menubar-visible-sub">
<default>true</default>
<summary>Menubar is visible</summary>
<description>Whether the menubar should be visible.</description>
</key>
<key type="b" name="toolbar-visible">
<default>true</default>
<summary>Toolbar is visible</summary>
<description>Whether the toolbar should be visible.</description>
</key>
<key type="b" name="toolbar-visible-sub">
<default>true</default>
<summary>Toolbar is visible</summary>
<description>Whether the toolbar should be visible.</description>
</key>
<key type="b" name="sidebar-visible">
<default>true</default>
<summary>Sidebar is visible</summary>
<description>Whether the sidebar should be visible.</description>
</key>
<key type="b" name="sidebar-visible-sub">
<default>true</default>
<summary>Sidebar is visible</summary>
<description>Whether the sidebar should be visible.</description>
</key>
<key type="b" name="statusbar-visible">
<default>true</default>
<summary>Statusbar is visible</summary>
<description>Whether the status bar should be visible.</description>
</key>
<key type="b" name="statusbar-visible-sub">
<default>true</default>
<summary>Statusbar is visible</summary>
<description>Whether the status bar should be visible.</description>
</key>
<key type="s" name="default-component-id">
<default>'mail'</default>
<summary>ID or alias of the component to be shown by default at start-up.</summary>
<description>ID or alias of the component to be shown by default at start-up.</description>
</key>
<key type="i" name="folder-bar-width">
<default>200</default>
<summary>Default sidebar width</summary>
<description>The default width for the sidebar, in pixels.</description>
</key>
<key type="i" name="folder-bar-width-sub">
<default>200</default>
<summary>Default sidebar width</summary>
<description>The default width for the sidebar, in pixels.</description>
</key>
<key type="b" name="webkit-developer-mode">
<default>false</default>
<summary>Enable special WebKit developer features</summary>
<description>Any change of this option requires restart of Evolution.</description>
</key>
<key type="s" name="backup-restore-extension">
<default>''</default>
<summary>The last extension being used when backing up Evolution data.</summary>
<description>It can be either “.gz” or “.xz” and it influences what extension will be preselected in the file chooser.</description>
</key>
<child schema="org.gnome.evolution.window" name="window"/>
</schema>
</schemalist>
|