16,741
edits
Changes
From Gramps
→Configuration (config) option
=== Configuration (config) option ===
These options can takes three forms:
{{man note|Note|Except for example 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>
For example:
<pre>
$python gramps.py -show
Gramps config settings from /home/grampsdev/.gramps/gramps50/gramps.ini:
behavior.max-age-prob-alive=110
behavior.betawarn=false
behavior.check-for-updates=0
behavior.check-for-update-types=['new']
behavior.avg-generation-gap=20
behavior.database-path='/home/grampsdev/.gramps/grampsdb'
behavior.startup=0
behavior.database-backend='bsddb'
</pre>
[[Image:CommandLineExampleOutput-s-40.png|400px|thumb|right|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Command Line Example Output for ''python gramps.py -s'']]