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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Appendix B. Command Line Options</title>
<link rel="stylesheet" href="common/style.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0" />
<meta name="keywords" content="webissues, issue tracking, bug tracking, team collaboration, desktop client" />
<link rel="home" href="index.html" title="The WebIssues Client Manual" />
<link rel="up" href="index.html" title="The WebIssues Client Manual" />
<link rel="prev" href="install_windows.html" title="Compiling on Windows" />
</head>
<body>
<div id="wrapper">
<div id="content-wrapper">
<img id="header-logo" src="common/webissues.png" alt="WebIssues" />
<div id="header-title">The WebIssues Client Manual</div>
<div id="header-abstract">Desktop client for the <span class="application">WebIssues</span> system</div>
<div id="content">
<div id="content-right">
<div id="content-left">
<div id="header-links">
<a accesskey="h" href="index.html">Home</a>
</div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="install_windows.html">Compiling on Windows</a></div>
<div class="navright"></div>
</div>
<div class="appendix" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a id="options"></a>Appendix B. Command Line Options</h2>
</div>
</div>
</div>
<p>The <span class="application">WebIssues Client</span> supports several command line options for overriding default paths and file locations:</p>
<div class="variablelist">
<dl>
<dt>
<span class="term">
<code class="option">-config <em class="replaceable"><code>FILE</code></em></code>
</span>
</dt>
<dd>
<p>Location of the main configuration file where program settings are stored.</p>
</dd>
<dt>
<span class="term">
<code class="option">-data <em class="replaceable"><code>DIR</code></em></code>
</span>
</dt>
<dd>
<p>Location of the directory where configuration files for individual servers are stored (containing column settings, filters and watches).</p>
</dd>
<dt>
<span class="term">
<code class="option">-cache <em class="replaceable"><code>DIR</code></em></code>
</span>
</dt>
<dd>
<p>Location of the directory where cache files are stored (including states of watched issues and cache of folder contents).</p>
</dd>
<dt>
<span class="term">
<code class="option">-storage <em class="replaceable"><code>DIR</code></em></code>
</span>
</dt>
<dd>
<p>Location of the directory where temporary files are stored (including attachments cache).</p>
</dd>
</dl>
</div>
<p>On Linux, the default location of the configuration file is usually <code class="literal">~/.config/WebIssues/WebIssues.conf</code>. The default location of the data directory is usually <code class="literal">~/.local/share/webissues</code> and the default location of the cache and storage directories is usually <code class="literal">~/.cache/webissues</code>. Locations of these directories can also be overridden by the <code class="literal">XDG_CONFIG_HOME</code>, <code class="literal">XDG_DATA_HOME</code> and <code class="literal">XDG_CACHE_HOME</code> environment variables, respectively.</p>
<p>On Windows, program settings are stored in the Registry by default. The default location of the data directory is the current user's application data (usually <code class="literal">C:\Documents and Settings\<em class="replaceable"><code>user</code></em>\Application Data\WebIssues</code>). The default location of the cache and storage directories is the current user's local application data (usually <code class="literal">C:\Documents and Settings\<em class="replaceable"><code>user</code></em>\Local Settings\Application Data\WebIssues</code>).</p>
<p>In addition <span class="application">WebIssues Client</span> supports command line options common for all Qt applications. See <a class="ulink" href="http://doc.trolltech.com/4.4/qapplication.html#QApplication" target="_top">the Qt documentation</a> for more details.</p>
</div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="install_windows.html">Compiling on Windows</a></div>
<div class="navright"></div>
</div>
<div id="copyright">
<p class="copyright">Copyright © 2007-2009 WebIssues Team</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|