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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>5.2.2. List of Listaller directory variables</title><link rel="stylesheet" type="text/css" href="Common_Content/css/default.css" /><link rel="stylesheet" media="print" href="Common_Content/css/print.css" type="text/css" /><meta name="generator" content="publican 2.8" /><meta name="package" content="Listaller-Listaller-0.5.8-en-US-1-0" /><link rel="home" href="index.html" title="Listaller" /><link rel="up" href="sect-Listaller-Specs-DirVariables.html" title="5.2. Directory variables" /><link rel="prev" href="sect-Listaller-Specs-DirVariables.html" title="5.2. Directory variables" /><link rel="next" href="sect-Listaller-Specs-DepTypes.html" title="5.3. Dependency types" /></head><body><p id="title"><a class="left" href="http://listaller.tenstral.net"><img src="Common_Content/images/image_left.png" alt="Product Site" /></a><a class="right" href="http://listaller.tenstral.net/docs"><img src="Common_Content/images/image_right.png" alt="Documentation Site" /></a></p><ul class="docnav"><li class="previous"><a accesskey="p" href="sect-Listaller-Specs-DirVariables.html"><strong>Prev</strong></a></li><li class="next"><a accesskey="n" href="sect-Listaller-Specs-DepTypes.html"><strong>Next</strong></a></li></ul><div class="section" id="spec-dirvars-variable-list"><div class="titlepage"><div><div><h3 class="title" id="spec-dirvars-variable-list">5.2.2. List of Listaller directory variables</h3></div></div></div><div class="para">
Here you can find a full list of Listaller directory variables.
</div><div class="para">
The first row contains the variable name, the second one it's description. The "Default (shared)" and "Default (private)" columns show the values these variables might have in a shared or private installation. This does <span class="emphasis"><em>not</em></span> mean these variables will <span class="emphasis"><em>always</em></span> have the value described here!
</div><div class="para">
<appid> is your application-ID.
</div><div class="table"><h6>Table 5.1. Listaller dir variables</h6><div class="table-contents"><table summary="Listaller dir variables" border="1"><colgroup><col width="25%" /><col width="25%" /><col width="25%" /><col width="25%" /></colgroup><thead><tr><th>
Variable
</th><th>
Description
</th><th>
Default (shared)
</th><th>
Default (private)
</th></tr></thead><tbody><tr><td>
<div class="para">
<code class="code">%INST%</code>
</div>
</td><td>
<div class="para">
The software installation directory, which is automatically generated by Listaller.
</div>
</td><td>
<div class="para">
<code class="filename">/opt/apps/<appid></code>
</div>
</td><td>
<div class="para">
<code class="filename">~/.appdata/<appid></code>
</div>
</td></tr><tr><td>
<div class="para">
<code class="code">%APP%</code>
</div>
</td><td>
<div class="para">
The application directory (where .desktop-files are placed)
</div>
</td><td>
<div class="para">
<code class="filename">/usr/share/applications</code>
</div>
</td><td>
<div class="para">
<code class="filename">~/.local/share/applications</code>
</div>
</td></tr><tr><td>
<div class="para">
<code class="code">%LIB_PRIVATE%</code>
</div>
</td><td>
<div class="para">
Directory for private libraries (should usually not be necessary)
</div>
</td><td>
<div class="para">
<code class="filename">/opt/apps/<appid>/_libs</code>
</div>
</td><td>
<div class="para">
<code class="filename">~/.appdata/<appid>/_libs</code>
</div>
</td></tr><tr><td>
<div class="para">
<code class="code">%PIX%</code>
</div>
</td><td>
<div class="para">
Pixmap directory.
</div>
</td><td>
<div class="para">
<code class="filename">/usr/share/pixmaps</code>
</div>
</td><td>
<div class="para">
<code class="filename">~/.local/share/icons</code>
</div>
</td></tr><tr><td>
<div class="para">
<code class="code">%ICON-<?>%</code>
</div>
</td><td>
<div class="para">
Directory for application icons associated with the application's desktop-file. Values for <?> can be 16, 24, 32, 48, 64, 128 or 256.
</div>
</td><td>
<div class="para">
<code class="filename">/usr/share/icons/hicolor/<?>x<?>/apps</code>
</div>
</td><td>
<div class="para">
<code class="filename">~/.local/share/icons/hicolor/<?>x<?>/apps</code>
</div>
</td></tr></tbody></table></div></div><br class="table-break" /></div><ul class="docnav"><li class="previous"><a accesskey="p" href="sect-Listaller-Specs-DirVariables.html"><strong>Prev</strong>5.2. Directory variables</a></li><li class="up"><a accesskey="u" href="#"><strong>Up</strong></a></li><li class="home"><a accesskey="h" href="index.html"><strong>Home</strong></a></li><li class="next"><a accesskey="n" href="sect-Listaller-Specs-DepTypes.html"><strong>Next</strong>5.3. Dependency types</a></li></ul></body></html>
|