Changes

Jump to: navigation, search

Gramps 4.1 Wiki Manual - Command Line

72 bytes added, 05:53, 19 July 2015
Configuration (config) option
=== Configuration (config) option ===
When all configuration variable(s) are set Gramps will start with these new values.
 
These options can takes three forms:
{{man note|Note|Except for examples <tt>1</tt> and <tt>3.2</tt>, All the following examples, use <code>behavior.database-path</code> as the configuration variable to change.}}
1) See all config values: <code>-s</code> or <code>--show</code>
<br>For example:
<pre>
$python gramps.py -show
2) See a value: <code>--config=behavior.database-path</code> or <code>-c behavior.database-path</code>
<br>For example:
3) Set a value: <code>--config=behavior.database-path:'/media/mydb'</code> or <code>-c behavior.database-path:'/media/mydb'</code>
<br>For example:
3.1) Set a value to its default: <code>--config=behavior.database-path:DEFAULT</code> or <code>-c behavior.database-path:DEFAULT</code>
<br>For example:
3.2) Set more than one value: <code>--config=behavior.use-tips:False --config=behavior.autoload:True</code> or <code>-c behavior.use-tips:False -c behavior.autoload:True</code>
 When all configuration variable(s) are set Gramps will start with these new values.<br>For example:
== Operation ==

Navigation menu