aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.epiphany.gschema.xml
blob: b815635cc3d2358d66c1a89b96335b1fbbf6542b (plain) (blame)
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
    <schema path="/org/gnome/epiphany/" id="org.gnome.Epiphany">
        <child schema="org.gnome.Epiphany.ui" name="ui"/>
        <child schema="org.gnome.Epiphany.web" name="web"/>
        <child schema="org.gnome.Epiphany.state" name="state"/>
        <child schema="org.gnome.Epiphany.lockdown" name="lockdown"/>
        <key type="b" name="enable-caret-browsing">
            <default>false</default>
            <summary>Browse with caret</summary>
        </key>
        <key type="s" name="keyword-search-url">
            <default>'http://www.google.com/search?q=%s&amp;ie=UTF-8&amp;oe=UTF-8'</default>
            <summary>URL Search</summary>
            <description>Search string for keywords entered in the URL bar.</description>
        </key>
        <key type="s" name="user-agent">
            <default>''</default>
            <summary>User agent</summary>
            <description>String that will be used as user agent, to identify the browser to the web servers.</description>
        </key>
        <key type="b" name="automatic-downloads">
            <default>true</default>
            <summary>Automatic downloads</summary>
            <description>When files cannot be opened by the browser they are automatically downloaded to the download folder and opened with the appropriate application.</description>
        </key>
        <key type="b" name="new-windows-in-tabs">
            <default>true</default>
            <summary>Force new windows to be opened in tabs</summary>
            <description>Force new window requests to be opened in tabs instead of using a new window.</description>
        </key>
        <key type="b" name="remember-passwords">
            <default>true</default>
            <summary>Remember passwords</summary>
            <description>Whether to store and prefill passwords in web sites.</description>
        </key>
        <key type="b" name="managed-network">
            <default>true</default>
            <summary>Automatically manage offline status with NetworkManager</summary>
        </key>
        <key type="b" name="warn-on-close-unsubmitted-data">
            <default>true</default>
        </key>
        <key type="b" name="enable-smooth-scrolling">
            <default>false</default>
            <summary>Enable smooth scrolling</summary>
        </key>
        <key type="b" name="internal-view-source">
            <default>true</default>
            <summary>Don't use an external application to view page source.</summary>
        </key>
                <key name="restore-session-policy" enum="org.gnome.Epiphany.EphyPrefsRestoreSessionPolicy">
                        <default>'always'</default>
                        <summary>Whether to automatically restore the last session</summary>
                        <description>Defines how the session will be restored during startup. Allowed values are 'always' (the previous state of the application is always restored), 'crashed' (the session is only restored if the application crashes) and 'never' (the homepage is always shown).</description>
                </key>
                <key type="b" name="restore-session-delaying-loads">
                        <default>true</default>
                        <summary>Whether to delay loading of tabs that are not immediately visible on session restore</summary>
                        <description>When this option is set to true, tabs will not start loading until the user switches to them, upon session restore.</description>
                </key>
    </schema>
    <schema path="/org/gnome/epiphany/ui/" id="org.gnome.Epiphany.ui">
        <key type="b" name="show-toolbars">
            <default>true</default>
            <summary>Show toolbars by default</summary>
        </key>
        <key name="toolbar-style" enum="org.gnome.Epiphany.EphyPrefsUIToolbarStyle">
            <default>'both-horiz'</default>
            <summary>Toolbar style</summary>
            <description>Toolbar style. Allowed values are "" (use GNOME default style), "both" (text and icons), "both-horiz" (text besides icons), "icons", and "text".</description>
        </key>
        <key type="b" name="always-show-tabs-bar">
            <default>false</default>
            <summary>[Deprecated]</summary>
            <description>[Deprecated] This setting is deprecated, use 'tabs-bar-visibility-policy' instead.</description>
        </key>
        <key type="b" name="downloads-hidden">
            <default>false</default>
            <summary>Visibility of the downloads window</summary>
            <description>Hide or show the downloads window. When hidden, a notification will be shown when new downloads are started.</description>
        </key>
        <key name="tabs-bar-visibility-policy" enum="org.gnome.Epiphany.EphyPrefsUITabsBarVisibilityPolicy">
            <default>'more-than-one'</default>
            <summary>The visibility policy for the tabs  bar.</summary>
            <description>Controls when the tabs bar is shown. Possible values are 'always' (the tabs bar is always shown), 'more-than-one' (the tabs bar is only shown if there's two or more tabs) and 'never' (the tabs bar is never shown).</description>
        </key>
    </schema>
    <schema path="/org/gnome/epiphany/web/" id="org.gnome.Epiphany.web">
        <key type="i" name="min-font-size">
            <default>0</default>
            <summary>Minimum font size</summary>
        </key>
        <key type="b" name="use-gnome-fonts">
            <default>true</default>
            <summary>Use GNOME fonts</summary>
            <description>Use GNOME desktop wide font configuration.</description>
        </key>
        <key type="s" name="sans-serif-font">
            <default>'Sans 10'</default>
            <summary>Custom sans-serif font</summary>
            <description>A value to be used to override sans-serif desktop font when use-gnome-fonts is set.</description>
        </key>
        <key type="s" name="serif-font">
            <default>'Serif 10'</default>
            <summary>Custom serif font</summary>
            <description>A value to be used to override serif desktop font when use-gnome-fonts is set.</description>
        </key>
        <key type="s" name="monospace-font">
            <default>'Monospace 10'</default>
            <summary>Custom monospace font</summary>
            <description>A value to be used to override monospace desktop font when use-gnome-fonts is set.</description>
        </key>
        <key type="b" name="use-own-colors">
            <default>false</default>
            <summary>Use own colors</summary>
            <description>Use your own colors instead of the colors the page requests.</description>
        </key>
        <key type="b" name="use-own-fonts">
            <default>false</default>
            <summary>Use own fonts</summary>
            <description>Use your own fonts instead of the fonts the page requests.</description>
        </key>
        <key type="b" name="enable-user-css">
            <default>false</default>
            <summary>Use a custom CSS</summary>
            <description>Use a custom CSS file to modify websites own CSS.</description>
        </key>
        <key type="b" name="enable-spell-checking">
            <default>true</default>
            <summary>Enable spell checking</summary>
            <description>Spell check any text typed in editable areas.</description>
        </key>
        <key type="s" name="default-encoding">
            <default>'UTF-8'</default>
            <summary>Default encoding</summary>
            <description>Default encoding. Accepted values are the ones WebKitGTK+ can understand.</description>
        </key>
        <key type="i" name="cache-size">
            <default>50</default>
            <summary>Size of disk cache</summary>
            <description>Size of disk cache, in MB.</description>
        </key>
        <key type="as" name="language">
            <default>[]</default>
            <summary>Languages</summary>
            <description>Preferred languages, two letter codes.</description>
        </key>
        <key name="cookies-policy" enum="org.gnome.Epiphany.EphyPrefsWebCookiesPolicy">
            <default>'no-third-party'</default>
            <summary>Cookie accept</summary>
            <description>Where to accept cookies from. Possible values are "anywhere", "current site" and "nowhere".</description>
        </key>
        <key type="s" name="image-animation-mode">
            <default>'normal'</default>
            <summary>Image animation mode</summary>
            <description>How to present animated images. Possible values are "normal", "once" and "disabled".</description>
        </key>
        <key type="b" name="enable-popups">
            <default>true</default>
            <summary>Allow popups</summary>
            <description>Allow sites to open new windows using JavaScript (if JavaScript is enabled).</description>
        </key>
        <key type="b" name="enable-plugins">
            <default>true</default>
            <summary>Enable Plugins</summary>
        </key>
        <key type="b" name="enable-javascript">
            <default>true</default>
            <summary>Enable JavaScript</summary>
        </key>
        <key type="b" name="enable-webgl">
            <default>false</default>
            <summary>Enable WebGL</summary>
            <description>Whether to enable support for WebGL contexts.</description>
        </key>
        <key type="b" name="enable-webaudio">
            <default>false</default>
            <summary>Enable WebAudio</summary>
            <description>Whether to enable support for WebAudio.</description>
        </key>
        <key type="b" name="do-not-track">
            <default>false</default>
            <summary>Do Not Track</summary>
            <description>Whether to tell websites that we do not wish to be tracked. Please note that web pages are not forced to follow this setting.</description>
        </key>
        <key type="b" name="enable-adblock">
            <default>false</default>
            <summary>Enable Adblock</summary>
            <description>Whether to block the embedded advertisements that web pages might want to show.</description>
        </key>
    </schema>
    <schema path="/org/gnome/epiphany/state/" id="org.gnome.Epiphany.state">
        <key type="s" name="open-dir">
            <default>'~'</default>
        </key>
        <key type="s" name="save-dir">
            <default>'~'</default>
        </key>
        <key type="s" name="save-image-dir">
            <default>'~'</default>
        </key>
        <key type="s" name="upload-dir">
            <default>'~'</default>
        </key>
        <key type="s" name="download-dir">
            <default>'Downloads'</default>
            <summary>The downloads folder</summary>
            <description>The path of the folder where to download files to; or "Downloads" to use the default downloads folder, or "Desktop" to use the desktop folder.</description>
        </key>
        <key type="as" name="recent-encodings">
            <default>['' ]</default>
        </key>
        <key type="i" name="history-date-filter">
            <default>5</default>
            <summary>History pages time range</summary>
        </key>
        <key type="b" name="history-view-title">
            <default>true</default>
            <summary>Whether to show the title column in the history window.</summary>
        </key>
        <key type="b" name="history-view-address">
            <default>true</default>
            <summary>Whether to show the address column in the history window.</summary>
        </key>
        <key type="b" name="history-view-date">
            <default>false</default>
            <summary>Whether to show the date-time column in the history window.</summary>
        </key>
        <key type="b" name="bookmarks-view-title">
            <default>true</default>
            <summary>Whether to show the title column in the bookmarks window.</summary>
        </key>
        <key type="b" name="bookmarks-view-address">
            <default>false</default>
            <summary>Whether to show the address column in the bookmarks window.</summary>
        </key>
    </schema>
    <schema path="/org/gnome/epiphany/lockdown/" id="org.gnome.Epiphany.lockdown">
        <key type="b" name="disable-fullscreen">
            <default>false</default>
        </key>
        <key type="b" name="disable-arbitrary-url">
            <default>false</default>
        </key>
        <key type="b" name="disable-bookmark-editing">
            <default>false</default>
        </key>
        <key type="b" name="disable-history">
            <default>false</default>
        </key>
        <key type="b" name="disable-save-to-disk">
            <default>false</default>
        </key>
        <key type="b" name="disable-printing">
            <default>false</default>
        </key>
        <key type="b" name="disable-print-setup">
            <default>false</default>
        </key>
        <key type="b" name="disable-command-line">
            <default>false</default>
        </key>
        <key type="b" name="disable-quit">
            <default>false</default>
        </key>
        <key type="b" name="disable-javascript-chrome">
            <default>false</default>
        </key>
    </schema>
</schemalist>