summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <icq@gnome.org>2010-07-24 21:28:07 +0200
committerIgnacio Casal Quinteiro <icq@gnome.org>2010-07-24 21:28:07 +0200
commit6ea6ed2bc76894c38f5b8e584ef395d843c20bee (patch)
tree19d7584b81903577267f70d00619e08940feea9a
parent2ed0759bf9d17d50f43b906d25d4082c82eca89b (diff)
downloadgsettings-desktop-schemas-6ea6ed2bc76894c38f5b8e584ef395d843c20bee.tar.gz
Wrap descriptions.
-rw-r--r--schemas/org.gnome.desktop.default-applications.gschema.xml53
-rw-r--r--schemas/org.gnome.desktop.interface.gschema.xml110
-rw-r--r--schemas/org.gnome.desktop.lockdown.gschema.xml34
-rw-r--r--schemas/org.gnome.desktop.url-handlers.gschema.xml140
-rw-r--r--schemas/org.gnome.system.proxy.gschema.xml72
5 files changed, 319 insertions, 90 deletions
diff --git a/schemas/org.gnome.desktop.default-applications.gschema.xml b/schemas/org.gnome.desktop.default-applications.gschema.xml
index 2314824..4a7f152 100644
--- a/schemas/org.gnome.desktop.default-applications.gschema.xml
+++ b/schemas/org.gnome.desktop.default-applications.gschema.xml
@@ -17,24 +17,36 @@
<key name="exec" type="s">
<default>'dasher'</default>
<summary>Preferred Mobility assistive technology application</summary>
- <description>Preferred Mobility assistive technology application to be used for login, menu, or command line.</description>
+ <description>
+ Preferred Mobility assistive technology application to be used
+ for login, menu, or command line.
+ </description>
</key>
<key name="startup" type="b">
<default>false</default>
<summary>Start preferred Mobility assistive technology application</summary>
- <description>GNOME to start preferred Mobility assistive technology application during login.</description>
+ <description>
+ GNOME to start preferred Mobility assistive technology application
+ during login.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.default-applications.at.visual" path="/desktop/gnome/applications/at/visual/">
<key name="exec" type="s">
<default>'orca'</default>
<summary>Preferred Visual assistive technology application</summary>
- <description>Preferred Visual assistive technology application be used for login, menu, or command line.</description>
+ <description>
+ Preferred Visual assistive technology application be used for login,
+ menu, or command line.
+ </description>
</key>
<key name="startup" type="b">
<default>false</default>
<summary>Start preferred Visual assistive technology application</summary>
- <description>GNOME to start preferred Visual assistive technology application during login.</description>
+ <description>
+ GNOME to start preferred Visual assistive technology application
+ during login.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.default-applications.browser" path="/desktop/gnome/applications/browser/">
@@ -46,48 +58,65 @@
<key name="needs-term" type="b">
<default>false</default>
<summary>Browser needs terminal</summary>
- <description>Whether the default browser needs a terminal to run.</description>
+ <description>
+ Whether the default browser needs a terminal to run.
+ </description>
</key>
<key name="nremote" type="b">
<default>true</default>
<summary>Browser understands remote</summary>
- <description>Whether the default browser understands netscape remote.</description>
+ <description>
+ Whether the default browser understands netscape remote.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.default-applications.office.calendar" path="/desktop/gnome/applications/calendar/">
<key name="exec" type="s">
<default>'evolution'</default>
<summary>Default calendar</summary>
- <description>Default calendar application</description>
+ <description>
+ Default calendar application
+ </description>
</key>
<key name="needs-term" type="b">
<default>false</default>
<summary>Calendar needs terminal</summary>
- <description>Whether the default calendar application needs a terminal to run</description>
+ <description>
+ Whether the default calendar application needs a terminal to run.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.default-applications.office.tasks" path="/desktop/gnome/applications/tasks/">
<key name="exec" type="s">
<default>'evolution'</default>
<summary>Default tasks</summary>
- <description>Default tasks application</description>
+ <description>
+ Default tasks application.
+ </description>
</key>
<key name="needs-term" type="b">
<default>false</default>
<summary>Tasks needs terminal</summary>
- <description>Whether the default tasks application needs a terminal to run</description>
+ <description>
+ Whether the default tasks application needs a terminal to run.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.default-applications.terminal" path="/desktop/gnome/applications/terminal/">
<key name="exec" type="s">
<default>'gnome-terminal'</default>
<summary>Terminal application</summary>
- <description>Terminal program to use when starting applications that require one.</description>
+ <description>
+ Terminal program to use when starting applications that require one.
+ </description>
</key>
<key name="exec-arg" type="s">
<default>'-x'</default>
<summary>Exec Arguments</summary>
- <description>Argument used to execute programs in the terminal defined by the 'exec' key.</description>
+ <description>
+ Argument used to execute programs in the terminal defined by the
+ 'exec' key.
+ </description>
</key>
</schema>
</schemalist>
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml b/schemas/org.gnome.desktop.interface.gschema.xml
index 7d6ffa2..889d21f 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml
+++ b/schemas/org.gnome.desktop.interface.gschema.xml
@@ -3,133 +3,191 @@
<key name="accessibility" type="b">
<default>true</default>
<summary>Enable Accessibility</summary>
- <description>Whether Applications should have accessibility support.</description>
+ <description>
+ Whether Applications should have accessibility support.
+ </description>
</key>
<key name="enable-animations" type="b">
<default>true</default>
<summary>Enable Animations</summary>
- <description>Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc.</description>
+ <description>
+ Whether animations should be displayed. Note: This is a global key,
+ it changes the behaviour of the window manager, the panel etc.
+ </description>
</key>
<key name="menus-have-tearoff" type="b">
<default>false</default>
<summary>Menus Have Tearoff</summary>
- <description>Whether menus should have a tearoff.</description>
+ <description>
+ Whether menus should have a tearoff.
+ </description>
</key>
<key name="can-change-accels" type="b">
<default>false</default>
<summary>Can Change Accels</summary>
- <description>Whether the user can dynamically type a new accelerator when positioned over an active menuitem.</description>
+ <description>
+ Whether the user can dynamically type a new accelerator when
+ positioned over an active menuitem.
+ </description>
</key>
<key name="toolbar-style" enum="org.gnome.desktop.GDesktopToolbarStyle">
<default>'both-horiz'</default>
<summary>Toolbar Style</summary>
- <description>Toolbar Style. Valid values are "both", "both-horiz", "icons", and "text".</description>
+ <description>
+ Toolbar Style. Valid values are "both", "both-horiz", "icons",
+ and "text".
+ </description>
</key>
<key name="menus-have-icons" type="b">
<default>false</default>
<summary>Menus Have Icons</summary>
- <description>Whether menus may display an icon next to a menu entry.</description>
+ <description>
+ Whether menus may display an icon next to a menu entry.
+ </description>
</key>
<key name="buttons-have-icons" type="b">
<default>false</default>
<summary>Buttons Have Icons</summary>
- <description>Whether buttons may display an icon in addition to the button text.</description>
+ <description>
+ Whether buttons may display an icon in addition to the button text.
+ </description>
</key>
<key name="menubar-detachable" type="b">
<default>false</default>
<summary>Menubar Detachable</summary>
- <description>Whether the user can detach menubars and move them around.</description>
+ <description>
+ Whether the user can detach menubars and move them around.
+ </description>
</key>
<key name="toolbar-detachable" type="b">
<default>false</default>
<summary>Toolbar Detachable</summary>
- <description>Whether the user can detach toolbars and move them around.</description>
+ <description>
+ Whether the user can detach toolbars and move them around.
+ </description>
</key>
<key name="toolbar-icons-size" enum="org.gnome.desktop.GDesktopToolbarIconSize">
<default>'large'</default>
<summary>Toolbar Icon Size</summary>
- <description>Size of icons in toolbars, either "small" or "large".</description>
+ <description>
+ Size of icons in toolbars, either "small" or "large".
+ </description>
</key>
<key name="cursor-blink" type="b">
<default>true</default>
<summary>Cursor Blink</summary>
- <description>Whether the cursor should blink.</description>
+ <description>
+ Whether the cursor should blink.
+ </description>
</key>
<key name="cursor-blink-time" type="i">
<range min="100" max="2500"/>
<default>1200</default>
<summary>Cursor Blink Time</summary>
- <description>Length of the cursor blink cycle, in milliseconds.</description>
+ <description>
+ Length of the cursor blink cycle, in milliseconds.
+ </description>
</key>
<key name="icon-theme" type="s">
<default>'gnome'</default>
<summary>Icon Theme</summary>
- <description>Icon theme to use for the panel, nautilus etc.</description>
+ <description>
+ Icon theme to use for the panel, nautilus etc.
+ </description>
</key>
<key name="gtk-theme" type="s">
<default>'Clearlooks'</default>
<summary>Gtk+ Theme</summary>
- <description>Basename of the default theme used by gtk+.</description>
+ <description>
+ Basename of the default theme used by gtk+.
+ </description>
</key>
<key name="gtk-key-theme" type="s">
<default>'Default'</default>
<summary>Gtk+ Theme</summary>
- <description>Basename of the default theme used by gtk+.</description>
+ <description>
+ Basename of the default theme used by gtk+.
+ </description>
</key>
<key name="font-name" type="s">
<default>'Sans 10'</default>
<summary>Default font</summary>
- <description>Name of the default font used by gtk+.</description>
+ <description>
+ Name of the default font used by gtk+.
+ </description>
</key>
<key name="gtk-im-preedit-style" type="s">
<default>'callback'</default>
<summary>GTK IM Preedit Style</summary>
- <description>Name of the GTK+ input method Preedit Style used by gtk+.</description>
+ <description>
+ Name of the GTK+ input method Preedit Style used by gtk+.
+ </description>
</key>
<key name="gtk-im-status-style" type="s">
<default>'callback'</default>
<summary>GTK IM Status Style</summary>
- <description>Name of the GTK+ input method Status Style used by gtk+.</description>
+ <description>
+ Name of the GTK+ input method Status Style used by gtk+.
+ </description>
</key>
<key name="gtk-im-module" type="s">
<default>''</default>
<summary>GTK IM Module</summary>
- <description>Name of the input method module used by GTK+.</description>
+ <description>
+ Name of the input method module used by GTK+.
+ </description>
</key>
<key name="document-font-name" type="s">
<default>'Sans 10'</default>
<summary>Document font</summary>
- <description>Name of the default font used for reading documents.</description>
+ <description>
+ Name of the default font used for reading documents.
+ </description>
</key>
<key name="monospace-font-name" type="s">
<default>'Monospace 10'</default>
<summary>Monospace font</summary>
- <description>Name of a monospaced (fixed-width) font for use in locations like terminals.</description>
+ <description>
+ Name of a monospaced (fixed-width) font for use in locations like
+ terminals.
+ </description>
</key>
<key name="use-custom-font" type="b">
<default>false</default>
<summary>Use Custom Font</summary>
- <description>Whether to use a custom font in gtk+ applications.</description>
+ <description>
+ Whether to use a custom font in gtk+ applications.
+ </description>
</key>
<key name="status-bar-meter-on-right" type="b">
<default>false</default>
<summary>Status Bar on Right</summary>
- <description>Whether to display a status bar meter on the right.</description>
+ <description>
+ Whether to display a status bar meter on the right.
+ </description>
</key>
<key name="menubar-accel" type="s">
<default>'F10'</default>
<summary>Menubar accelerator</summary>
- <description>Keyboard shortcut to open the menu bars.</description>
+ <description>
+ Keyboard shortcut to open the menu bars.
+ </description>
</key>
<key name="show-input-method-menu" type="b">
<default>true</default>
<summary>Show the 'Input Methods' menu</summary>
- <description>Whether the context menus of entries and text views should offer to change the input method.</description>
+ <description>
+ Whether the context menus of entries and text views should offer to
+ change the input method.
+ </description>
</key>
<key name="show-unicode-menu" type="b">
<default>true</default>
<summary>Show the 'Unicode Control Character' menu</summary>
- <description>Whether the context menus of entries and text views should offer to insert control characters.</description>
+ <description>
+ Whether the context menus of entries and text views should offer to
+ insert control characters.
+ </description>
</key>
</schema>
</schemalist>
diff --git a/schemas/org.gnome.desktop.lockdown.gschema.xml b/schemas/org.gnome.desktop.lockdown.gschema.xml
index 9b71cab..8b3a5a7 100644
--- a/schemas/org.gnome.desktop.lockdown.gschema.xml
+++ b/schemas/org.gnome.desktop.lockdown.gschema.xml
@@ -3,37 +3,57 @@
<key name="disable-command-line" type="b">
<default>false</default>
<summary>Disable command line</summary>
- <description>Prevent the user from accessing the terminal or specifying a command line to be executed. For example, this would disable access to the panel's "Run Application" dialog.</description>
+ <description>
+ Prevent the user from accessing the terminal or specifying a command
+ line to be executed. For example, this would disable access to the
+ panel's "Run Application" dialog.
+ </description>
</key>
<key name="disable-save-to-disk" type="b">
<default>false</default>
<summary>Disable saving files to disk</summary>
- <description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</description>
+ <description>
+ Prevent the user from saving files to disk. For example, this would
+ disable access to all applications' "Save as" dialogs.
+ </description>
</key>
<key name="disable-printing" type="b">
<default>false</default>
<summary>Disable printing</summary>
- <description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</description>
+ <description>
+ Prevent the user from printing. For example, this would disable access
+ to all applications' "Print" dialogs.
+ </description>
</key>
<key name="disable-print-setup" type="b">
<default>false</default>
<summary>Disable print setup</summary>
- <description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</description>
+ <description>
+ Prevent the user from modifying print settings. For example, this would
+ disable access to all applications' "Print Setup" dialogs.
+ </description>
</key>
<key name="disable-user-switching" type="b">
<default>false</default>
<summary>Disable user switching</summary>
- <description>Prevent the user from switching to another account while his session is active.</description>
+ <description>
+ Prevent the user from switching to another account while his session
+ is active.
+ </description>
</key>
<key name="disable-lock-screen" type="b">
<default>false</default>
<summary>Disable lock screen</summary>
- <description>Prevent the user to lock his screen.</description>
+ <description>
+ Prevent the user to lock his screen.
+ </description>
</key>
<key name="disable-application-handlers" type="b">
<default>false</default>
<summary>Disable URL and MIME type handlers</summary>
- <description>Prevent running any URL or MIME type handler applications.</description>
+ <description>
+ Prevent running any URL or MIME type handler applications.
+ </description>
</key>
</schema>
</schemalist>
diff --git a/schemas/org.gnome.desktop.url-handlers.gschema.xml b/schemas/org.gnome.desktop.url-handlers.gschema.xml
index c54f499..fa467a9 100644
--- a/schemas/org.gnome.desktop.url-handlers.gschema.xml
+++ b/schemas/org.gnome.desktop.url-handlers.gschema.xml
@@ -15,170 +15,250 @@
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "trash" URLs</summary>
- <description>True if the command specified in the "command" key should handle "trash" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle
+ "trash" URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'nautilus "%s"'</default>
<summary>The handler for "trash" URLs</summary>
- <description>The command used to handle "trash" URLs, if enabled.</description>
+ <description>
+ The command used to handle "trash" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in
+ a terminal.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.url-handlers.ghelp" path="/desktop/gnome/url-handlers/ghelp/">
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "ghelp" URLs</summary>
- <description>True if the command specified in the "command" key should handle "ghelp" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle
+ "ghelp" URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'gnome-help "%s"'</default>
<summary>The handler for "ghelp" URLs</summary>
- <description>The command used to handle "ghelp" URLs, if enabled.</description>
+ <description>
+ The command used to handle "ghelp" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in
+ a terminal.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.url-handlers.info" path="/desktop/gnome/url-handlers/info/">
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "info" URLs</summary>
- <description>True if the command specified in the "command" key should handle "info" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle
+ "info" URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'gnome-help "%s"'</default>
<summary>The handler for "info" URLs</summary>
- <description>The command used to handle "info" URLs, if enabled.</description>
+ <description>
+ The command used to handle "info" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in
+ a terminal.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.url-handlers.man" path="/desktop/gnome/url-handlers/man/">
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "man" URLs</summary>
- <description>True if the command specified in the "command" key should handle "man" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle "man"
+ URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'gnome-help "%s"'</default>
<summary>The handler for "man" URLs</summary>
- <description>The command used to handle "man" URLs, if enabled.</description>
+ <description>
+ The command used to handle "man" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in
+ a terminal.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.url-handlers.http" path="/desktop/gnome/url-handlers/http/">
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "http" URLs</summary>
- <description>True if the command specified in the "command" key should handle "http" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle "http"
+ URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'epiphany %s'</default>
<summary>The handler for "http" URLs</summary>
- <description>The command used to handle "http" URLs, if enabled.</description>
+ <description>
+ The command used to handle "http" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in a
+ terminal.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.url-handlers.https" path="/desktop/gnome/url-handlers/https/">
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "https" URLs</summary>
- <description>True if the command specified in the "command" key should handle "https" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle
+ "https" URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'epiphany %s'</default>
<summary>The handler for "https" URLs</summary>
- <description>The command used to handle "https" URLs, if enabled.</description>
+ <description>
+ The command used to handle "https" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in a
+ terminal.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.url-handlers.mailto" path="/desktop/gnome/url-handlers/mailto/">
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "mailto" URLs</summary>
- <description>True if the command specified in the "command" key should handle "mailto" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle
+ "mailto" URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'evolution %s'</default>
<summary>The handler for "mailto" URLs</summary>
- <description>The command used to handle "mailto" URLs, if enabled.</description>
+ <description>
+ The command used to handle "mailto" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in a
+ terminal.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.url-handlers.aim" path="/desktop/gnome/url-handlers/aim/">
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "aim" URLs</summary>
- <description>True if the command specified in the "command" key should handle "aim" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle "aim"
+ URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'gaim-remote uri "%s"'</default>
<summary>The handler for "aim" URLs</summary>
- <description>The command used to handle "aim" URLs, if enabled.</description>
+ <description>
+ The command used to handle "aim" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in a
+ terminal.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.url-handlers.callto" path="/desktop/gnome/url-handlers/callto/">
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "callto" URLs</summary>
- <description>True if the command specified in the "command" key should handle "callto" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle
+ "callto" URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'gnomemeeting -c %s'</default>
<summary>The handler for "callto" URLs</summary>
- <description>The command used to handle "callto" URLs, if enabled.</description>
+ <description>
+ The command used to handle "callto" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in a
+ terminal.
+ </description>
</key>
</schema>
<schema id="org.gnome.desktop.url-handlers.h323" path="/desktop/gnome/url-handlers/h323/">
<key name="enabled" type="b">
<default>true</default>
<summary>Whether the specified command should handle "h323" URLs</summary>
- <description>True if the command specified in the "command" key should handle "h323" URLs.</description>
+ <description>
+ True if the command specified in the "command" key should handle "h323"
+ URLs.
+ </description>
</key>
<key name="command" type="s">
<default>'gnomemeeting -c %s'</default>
<summary>The handler for "h323" URLs</summary>
- <description>The command used to handle "h323" URLs, if enabled.</description>
+ <description>
+ The command used to handle "h323" URLs, if enabled.
+ </description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<summary>Run the command in a terminal</summary>
- <description>True if the command used to handle this type of URL should be run in a terminal.</description>
+ <description>
+ True if the command used to handle this type of URL should be run in a
+ terminal.
+ </description>
</key>
</schema>
</schemalist>
diff --git a/schemas/org.gnome.system.proxy.gschema.xml b/schemas/org.gnome.system.proxy.gschema.xml
index 2b29daf..51f82a2 100644
--- a/schemas/org.gnome.system.proxy.gschema.xml
+++ b/schemas/org.gnome.system.proxy.gschema.xml
@@ -7,89 +7,131 @@
<key name="mode" enum="org.gnome.desktop.GDesktopProxyMode">
<default>'none'</default>
<summary>Proxy configuration mode</summary>
- <description>Select the proxy configuration mode. Supported values are "none", "manual", "auto".</description>
+ <description>
+ Select the proxy configuration mode. Supported values are "none",
+ "manual", "auto".
+ </description>
</key>
<key name="autoconfig-url" type="s">
<default>''</default>
<summary>Automatic proxy configuration URL</summary>
- <description>URL that provides proxy configuration values.</description>
+ <description>
+ URL that provides proxy configuration values.
+ </description>
</key>
<key name="ignore-hosts" type="as">
<default>[ 'localhost', '127.0.0.0/8' ]</default>
<summary>Non-proxy hosts</summary>
- <description>This key contains a list of hosts which are connected to directly, rather than via the proxy (if it is active). The values can be hostnames, domains (using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask (something like 192.168.0.0/24).</description>
+ <description>
+ This key contains a list of hosts which are connected to directly,
+ rather than via the proxy (if it is active). The values can be
+ hostnames, domains (using an initial wildcard like *.foo.com), IP host
+ addresses (both IPv4 and IPv6) and network addresses with a netmask
+ (something like 192.168.0.0/24).
+ </description>
</key>
</schema>
<schema id="org.gnome.system.proxy.http" path="/system/proxy/http/">
<key name="enabled" type="b">
<default>false</default>
<summary>Use HTTP proxy</summary>
- <description>Enables the proxy settings when accessing HTTP over the Internet.</description>
+ <description>
+ Enables the proxy settings when accessing HTTP over the Internet.
+ </description>
</key>
<key name="host" type="s">
<default>''</default>
<summary>HTTP proxy host name</summary>
- <description>The machine name to proxy HTTP through.</description>
+ <description>
+ The machine name to proxy HTTP through.
+ </description>
</key>
<key name="port" type="i">
<range min="0" max="65535"/>
<default>8080</default>
<summary>HTTP proxy port</summary>
- <description>The port on the machine defined by "/system/proxy/http/host" that you proxy through.</description>
+ <description>
+ The port on the machine defined by "/system/proxy/http/host" that you
+ proxy through.
+ </description>
</key>
<key name="use-authentication" type="b">
<default>false</default>
<summary>Authenticate proxy server connections</summary>
- <description>If true, then connections to the proxy server require authentication. The username/password combo is defined by "/system/proxy/http/authentication-user" and "/system/proxy/http/authentication-password".</description>
+ <description>
+ If true, then connections to the proxy server require authentication.
+ The username/password combo is defined by
+ "/system/proxy/http/authentication-user" and
+ "/system/proxy/http/authentication-password".
+ </description>
</key>
<key name="authentication-user" type="s">
<default>''</default>
<summary>HTTP proxy username</summary>
- <description>User name to pass as authentication when doing HTTP proxying.</description>
+ <description>
+ User name to pass as authentication when doing HTTP proxying.
+ </description>
</key>
<key name="authentication-password" type="s">
<default>''</default>
<summary>HTTP proxy password</summary>
- <description>Password to pass as authentication when doing HTTP proxying.</description>
+ <description>
+ Password to pass as authentication when doing HTTP proxying.
+ </description>
</key>
</schema>
<schema id="org.gnome.system.proxy.https" path="/system/proxy/https/">
<key name="host" type="s">
<default>''</default>
<summary>Secure HTTP proxy host name</summary>
- <description>The machine name to proxy secure HTTP through.</description>
+ <description>
+ The machine name to proxy secure HTTP through.
+ </description>
</key>
<key name="port" type="i">
<range min="0" max="65535"/>
<default>0</default>
<summary>Secure HTTP proxy port</summary>
- <description>The port on the machine defined by "/system/proxy/https/host" that you proxy through.</description>
+ <description>
+ The port on the machine defined by "/system/proxy/https/host" that you
+ proxy through.
+ </description>
</key>
</schema>
<schema id="org.gnome.system.proxy.ftp" path="/system/proxy/ftp/">
<key name="host" type="s">
<default>''</default>
<summary>FTP proxy host name</summary>
- <description>The machine name to proxy FTP through.</description>
+ <description>
+ The machine name to proxy FTP through.
+ </description>
</key>
<key name="port" type="i">
<range min="0" max="65535"/>
<default>0</default>
<summary>FTP proxy port</summary>
- <description>The port on the machine defined by "/system/proxy/ftp/host" that you proxy through.</description>
+ <description>
+ The port on the machine defined by "/system/proxy/ftp/host" that you
+ proxy through.
+ </description>
</key>
</schema>
<schema id="org.gnome.system.proxy.socks" path="/system/proxy/socks/">
<key name="host" type="s">
<default>''</default>
<summary>SOCKS proxy host name</summary>
- <description>The machine name to proxy socks through.</description>
+ <description>
+ The machine name to proxy socks through.
+ </description>
</key>
<key name="port" type="i">
<range min="0" max="65535"/>
<default>0</default>
<summary>SOCKS proxy port</summary>
- <description>The port on the machine defined by "/system/proxy/socks/host" that you proxy through.</description>
+ <description>
+ The port on the machine defined by "/system/proxy/socks/host" that you
+ proxy through.
+ </description>
</key>
</schema>
</schemalist>