Chromium Code Reviews| Index: scripts/html/xdg-settings.html |
| =================================================================== |
| --- scripts/html/xdg-settings.html (revision 84895) |
| +++ scripts/html/xdg-settings.html (working copy) |
| @@ -1,4 +1,4 @@ |
| -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xdg-settings</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="xdg-settings"><a name="xdg-settings"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xdg-settings — get various settings from the desktop environment</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xdg-settings</code> { <code class="option"><em class="replaceable"><code>get</code></em></code> | <code class="option"><em class="replaceable"><code>check</code></em></code> | <code class="option"><em class="replaceable"><code>set</code></em></code> } {<code class="option">property</code>} [<code class="option">value</code>]</p></div><div class="cmdsynopsis"><p><code class="command">xdg-settings</code> { <code class="option">--help</code> | <code class="option">--list</code> | <code class="option">--manual</code> | <code class="option">--version</code> }</p></div></div><div class="refsect1" title="Description"><a name="description"></a><h2>Description</h2><p> |
| +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xdg-settings</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="xdg-settings"><a name="xdg-settings"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xdg-settings — get various settings from the desktop environment</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xdg-settings</code> { <code class="option"><em class="replaceable"><code>get</code></em></code> | <code class="option"><em class="replaceable"><code>check</code></em></code> | <code class="option"><em class="replaceable"><code>set</code></em></code> } {<code class="option">property</code>} [<code class="option">subproperty</code>] [<code class="option">value</code>]</p></div><div class="cmdsynopsis"><p><code class="command">xdg-settings</code> { <code class="option">--help</code> | <code class="option">--list</code> | <code class="option">--manual</code> | <code class="option">--version</code> }</p></div></div><div class="refsect1" title="Description"><a name="description"></a><h2>Description</h2><p> |
| xdg-settings gets various settings from the desktop environment. |
| For instance, desktop environments often provide proxy configuration |
| and default web browser settings. Using xdg-settings these parameters |
| @@ -15,7 +15,15 @@ |
| Show this manualpage. |
| </dd><dt><span class="term"><code class="option">--version</code></span></dt><dd> |
| Show the xdg-utils version information. |
| - </dd></dl></div></div><div class="refsect1" title="Exit Codes"><a name="exitcodes"></a><h2>Exit Codes</h2><p> |
| + </dd></dl></div></div><div class="refsect1" title="Properties"><a name="properties"></a><h2>Properties</h2><p> |
| + When using xdg-settings to get, check or set a destkop setting, properties |
| + and possibly sub-properties are used to specify the setting to be changed. |
| + </p><p> |
| + Some properties (such as default-web-browser) fully describe the setting |
| + to be changed. Other properties (such as default-url-scheme-handler) require |
| + more information (in this case the actual scheme to set the default handler |
| + for) which must be provided in a sub-property. |
| + </p></div><div class="refsect1" title="Exit Codes"><a name="exitcodes"></a><h2>Exit Codes</h2><p> |
| An exit code of 0 indicates success while a non-zero exit code |
| indicates failure. The following failure codes can be returned: |
| </p><div class="variablelist"><dl><dt><span class="term"><code class="option">1</code></span></dt><dd> |
| @@ -43,4 +51,9 @@ |
| </p><pre class="programlisting"> |
| xdg-settings set default-web-browser google-chrome.desktop |
| </pre><p> |
| + </p><p> |
| + Set the default mailto URL scheme handler to be evolution.desktop |
| + </p><pre class="programlisting"> |
| + xdg-settings set default-url-scheme-handler evolution.desktop |
|
Mike Mammarella
2011/07/20 00:58:11
This file is generated, right? Otherwise same comm
benwells
2011/07/20 04:33:42
Done.
|
| + </pre><p> |
| </p></div></div></body></html> |