OLD | NEW |
(Empty) | |
| 1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859
-1"><title>xdg-terminal</title><meta name="generator" content="DocBook XSL Style
sheets V1.69.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="
#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="xdg-terminal">
</a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xdg-ter
minal — opens the user's preferred terminal emulator application</p></div>
<div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code c
lass="command">xdg-terminal</code> [<code class="option"><em class="replaceable
"><code>command</code></em></code>]</p></div><div class="cmdsynopsis"><p><code c
lass="command">xdg-terminal</code> { <code class="option">--help</code> | <c
ode class="option">--manual</code> | <code class="option">--version</code> }<
/p></div></div><div class="refsect1" lang="en"><a name="description"></a><h2>Des
cription</h2><p> |
| 2 xdg-terminal opens the user's preferred terminal emulator application. |
| 3 If a command is provided the command will be executed by the shell within |
| 4 the newly opened terminal window. |
| 5 </p><p> |
| 6 xdg-terminal is for use inside a desktop session only. |
| 7 It is not recommended to use xdg-terminal as root. |
| 8 </p></div><div class="refsect1" lang="en"><a name="options"></a><h2>Options<
/h2><div class="variablelist"><dl><dt><span class="term"><code class="option">--
help</code></span></dt><dd> |
| 9 Show command synopsis. |
| 10 </dd><dt><span class="term"><code class="option">--manual</code></span
></dt><dd> |
| 11 Show this manualpage. |
| 12 </dd><dt><span class="term"><code class="option">--version</code></spa
n></dt><dd> |
| 13 Show the xdg-utils version information. |
| 14 </dd></dl></div></div><div class="refsect1" lang="en"><a name="exitcod
es"></a><h2>Exit Codes</h2><p> |
| 15 An exit code of 0 indicates success while a non-zero exit code |
| 16 indicates failure. The following failure codes can be returned: |
| 17 </p><div class="variablelist"><dl><dt><span class="term"><code class="option
">1</code></span></dt><dd> |
| 18 Error in command line syntax. |
| 19 </dd><dt><span class="term"><code class="option">3</code></span></dt><
dd> |
| 20 A required tool could not be found. |
| 21 </dd><dt><span class="term"><code class="option">4</code></span></dt><
dd> |
| 22 The action failed. |
| 23 </dd></dl></div></div><div class="refsect1" lang="en"><a name="example
s"></a><h2>Examples</h2><p> |
| 24 </p><pre class="programlisting"> |
| 25 xdg-terminal |
| 26 </pre><p> |
| 27 Opens the user's default terminal emulator, just starting an interactive s
hell. |
| 28 </p><p> |
| 29 </p><pre class="programlisting"> |
| 30 xdg-terminal top |
| 31 </pre><p> |
| 32 Opens the user's default terminal emulator and lets it run the top executa
ble. |
| 33 </p></div></div></body></html> |
OLD | NEW |