| Index: third_party/xdg-utils/scripts/html/xdg-desktop-icon.html
|
| ===================================================================
|
| --- third_party/xdg-utils/scripts/html/xdg-desktop-icon.html (revision 79890)
|
| +++ third_party/xdg-utils/scripts/html/xdg-desktop-icon.html (working copy)
|
| @@ -1,4 +1,4 @@
|
| -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xdg-desktop-icon</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="xdg-desktop-icon"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xdg-desktop-icon — command line tool for (un)installing icons to the desktop</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xdg-desktop-icon</code> install [<code class="option">--novendor</code>] <em class="replaceable"><code>FILE</code></em> </p></div><div class="cmdsynopsis"><p><code class="command">xdg-desktop-icon</code> uninstall <em class="replaceable"><code>FILE</code></em> </p></div><div class="cmdsynopsis"><p><code class="command">xdg-desktop-icon</code> { <code class="option">--help</code> | <code class="option">--manual</code> | <code class="option">--version</code> }</p></div></div><div class="refsect1" lang="en"><a name="description"></a><h2>Description</h2><p>
|
| +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xdg-desktop-icon</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-desktop-icon"><a name="xdg-desktop-icon"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xdg-desktop-icon — command line tool for (un)installing icons to the desktop</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xdg-desktop-icon</code> install [<code class="option">--novendor</code>] <em class="replaceable"><code>FILE</code></em> </p></div><div class="cmdsynopsis"><p><code class="command">xdg-desktop-icon</code> uninstall <em class="replaceable"><code>FILE</code></em> </p></div><div class="cmdsynopsis"><p><code class="command">xdg-desktop-icon</code> { <code class="option">--help</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>
|
| The xdg-desktop-icon program can be used to install an application launcher
|
| or other file on the desktop of the current user.
|
| </p><p>
|
| @@ -6,18 +6,18 @@
|
| Desktop files are defined by the freedesktop.org Desktop Entry
|
| Specification. The most important aspects of *.desktop files
|
| are summarized below.
|
| - </p></div><div class="refsect1" lang="en"><a name="commands"></a><h2>Commands</h2><div class="variablelist"><dl><dt><span class="term">install</span></dt><dd>
|
| + </p></div><div class="refsect1" title="Commands"><a name="commands"></a><h2>Commands</h2><div class="variablelist"><dl><dt><span class="term">install</span></dt><dd>
|
| Installs <em class="replaceable"><code>FILE</code></em> to the desktop of the current user.
|
| <em class="replaceable"><code>FILE</code></em> can be a *.desktop file or any
|
| other type of file.
|
| </dd><dt><span class="term">uninstall</span></dt><dd>
|
| Removes <em class="replaceable"><code>FILE</code></em> from the desktop
|
| of the current user.
|
| - </dd></dl></div></div><div class="refsect1" lang="en"><a name="options"></a><h2>Options</h2><div class="variablelist"><dl><dt><span class="term"><code class="option">--novendor</code></span></dt><dd><p>
|
| + </dd></dl></div></div><div class="refsect1" title="Options"><a name="options"></a><h2>Options</h2><div class="variablelist"><dl><dt><span class="term"><code class="option">--novendor</code></span></dt><dd><p class="simpara">
|
| Normally, xdg-desktop-icon checks to ensure that a *.desktop file
|
| to be installed has a vendor prefix. This option can be
|
| used to disable that check.
|
| - </p><p>
|
| + </p><p class="simpara">
|
| A vendor prefix consists of alpha characters ([a-zA-Z]) and is
|
| terminated with a dash ("-").
|
| Companies and organizations are encouraged to use a word
|
| @@ -30,7 +30,7 @@
|
| 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" lang="en"><a name="desktopfiles"></a><h2>Desktop Files</h2><p>
|
| + </dd></dl></div></div><div class="refsect1" title="Desktop Files"><a name="desktopfiles"></a><h2>Desktop Files</h2><p>
|
| An application launcher can be added to the desktop by installing a
|
| *.desktop file. A *.desktop file consists of a
|
| <span class="emphasis"><em>[Desktop Entry]</em></span> header followed by several
|
| @@ -63,7 +63,7 @@
|
| The icon to use for the application. This can either be
|
| an absolute path to an image file or an icon-name.
|
| If an icon-name is provided an image lookup by name is done
|
| - in the user's current icon theme. The <span><strong class="command">xdg-icon-resource</strong></span>
|
| + in the user's current icon theme. The <span class="command"><strong>xdg-icon-resource</strong></span>
|
| command can be used to install image files into icon themes.
|
| The advantage of using an icon-name instead of an absolute
|
| path is that with an icon-name the application icon can be
|
| @@ -81,13 +81,13 @@
|
| </dd></dl></div><p>
|
| For a complete oveview of the *.desktop file format please
|
| visit http://www.freedesktop.org/wiki/Standards/desktop-entry-spec
|
| - </p></div><div class="refsect1" lang="en"><a name="env_vars"></a><h2>Environment Variables</h2><p>
|
| + </p></div><div class="refsect1" title="Environment Variables"><a name="env_vars"></a><h2>Environment Variables</h2><p>
|
| xdg-desktop-icon honours the following environment variables:
|
| </p><div class="variablelist"><dl><dt><span class="term">XDG_UTILS_DEBUG_LEVEL</span></dt><dd>
|
| Setting this environment variable to a non-zero numerical value
|
| makes xdg-desktop-icon do more verbose reporting on stderr.
|
| Setting a higher value increases the verbosity.
|
| - </dd></dl></div></div><div class="refsect1" lang="en"><a name="exitcodes"></a><h2>Exit Codes</h2><p>
|
| + </dd></dl></div></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>
|
| @@ -101,8 +101,8 @@
|
| </dd><dt><span class="term"><code class="option">5</code></span></dt><dd>
|
| No permission to read one of the files passed on the command
|
| line.
|
| - </dd></dl></div></div><div class="refsect1" lang="en"><a name="seealso"></a><h2>See Also</h2><p><span class="citerefentry"><span class="refentrytitle">xdg-icon-resource</span>(1)</span>
|
| - </p></div><div class="refsect1" lang="en"><a name="examples"></a><h2>Examples</h2><p>
|
| + </dd></dl></div></div><div class="refsect1" title="See Also"><a name="seealso"></a><h2>See Also</h2><p><span class="citerefentry"><span class="refentrytitle">xdg-icon-resource</span>(1)</span>
|
| + </p></div><div class="refsect1" title="Examples"><a name="examples"></a><h2>Examples</h2><p>
|
| The company ShinyThings Inc. has developed an application named
|
| "WebMirror" and would like to add a launcher for for on the desktop.
|
| The company will use "shinythings" as its vendor id.
|
|
|