<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.gramps-project.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DaveSchweisguth</id>
	<title>Gramps - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.gramps-project.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DaveSchweisguth"/>
	<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php/Special:Contributions/DaveSchweisguth"/>
	<updated>2026-07-06T09:57:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105346</id>
		<title>Gramps 5.2 Wiki Manual - User Directory</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105346"/>
		<updated>2024-09-14T13:02:22Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: Remove stray space&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{#vardefine:chapter|D}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This appendix documents the location of the '''Gramps [[Gramps_Glossary#user_directory|User Directory]]'''. That directory, or folder, is stored at different locations due to&lt;br /&gt;
&lt;br /&gt;
* differences in operating systems&lt;br /&gt;
* your username, i.e. the account with which you've logged into your computer. Where ''&amp;lt;username&amp;gt;'' is shown below it should be replaced by your username.&lt;br /&gt;
* user configuration&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== New and old default locations and fallback behavior==&lt;br /&gt;
In Gramps 5.2, on every operating system, the default location of the user directory changed. New and old default user directory locations for each OS are given below. If Gramps 5.2 and later detects a user directory in the old default location, it will use that directory and not create one in the new default location. Otherwise, it will create a user directory in the new default location.&lt;br /&gt;
&lt;br /&gt;
== [[Gramps_Glossary#posix|POSIX]] - style systems ==&lt;br /&gt;
The default user directory location for Gramps in a [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] is {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
 /home/''&amp;amp;lt;username&amp;gt;''/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
In Gramps 5.1 and earlier, the user directory on a POSIX-style environment was&lt;br /&gt;
&lt;br /&gt;
 /home/''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
&lt;br /&gt;
This is true for [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux Linux], [https://wikipedia.org/wiki/Solaris_(operating_system) Solaris] and [https://wikipedia.org/wiki/Unix Unix].&lt;br /&gt;
&lt;br /&gt;
For brevity, you can use tilde notation. The path above can be simplified to&lt;br /&gt;
&lt;br /&gt;
 ~''&amp;amp;lt;username&amp;gt;''/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
or, to avoid referring to the username,&lt;br /&gt;
&lt;br /&gt;
 ~/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
You can also use the [http://www.linfo.org/home_directory.html '''$HOME''' environment variable]. Although Gramps will not recognize environment variables in paths internally, you can use them in a terminal or in scripts. Using '''$HOME''', the path above can be simplified to&lt;br /&gt;
&lt;br /&gt;
 $HOME/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
==macOS==&lt;br /&gt;
[[File:macos_200x200.png|right|128px|link=Download#macOS]]&lt;br /&gt;
The default user directory location for Gramps on macOS, both the [[Mac OS X:Application package]] and [[Build_from_source#Mac_OS_X|built from source]], is (similar to other POSIX systems) {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
In Gramps 5.1 and earlier, the user directory for the Gramps [[Mac OS X:Application package]] was&lt;br /&gt;
&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/Library/Application Support/gramps&lt;br /&gt;
&lt;br /&gt;
but the user directory for [[Build_from_source#Mac_OS_X|Gramps built from source on macOS]] was (similar to other POSIX systems)&lt;br /&gt;
&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
&lt;br /&gt;
=== Accessing hidden directories in macOS ===&lt;br /&gt;
macOS filenames, including directories, starting with &amp;quot;.&amp;quot; (period) do not show up in Finder. Access the Gramps user directory in any of these ways:&lt;br /&gt;
* In Finder, navigate to the directory which contains the hidden file or directory you want to see and type command-shift-. (period). All of the hidden files and directories in that directory will be shown.&lt;br /&gt;
* Click on [https://osxdaily.com/2011/08/31/go-to-folder-useful-mac-os-x-keyboard-shortcut/ {{man menu|Go -&amp;gt; 'Go to Folder...'}}] in the Finder, and type&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
: in the resulting macOS {{man label|Go to the Folder}} dialog box.&lt;br /&gt;
* Open a terminal window using the Terminal application and type&lt;br /&gt;
 ln -s ~/.gramps ~/Documents/Gramps&lt;br /&gt;
which will make Finder show the directory as a folder in your Documents folder named &amp;quot;Gramps&amp;quot;. (You can replace &amp;quot;Gramps&amp;quot; with whatever name you wish, but use a \ before any spaces.)&lt;br /&gt;
&lt;br /&gt;
== MS Windows ==&lt;br /&gt;
[[File:windows_180x160.png|right|128px|link=Download#MS_Windows]]&lt;br /&gt;
The default '''User Directory''' location for any Gramps user data on a Windows 7 (and newer) system is {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
 C:\Users\''%username%''\AppData\Local\gramps&lt;br /&gt;
&lt;br /&gt;
In Gramps 5.1 and earlier, the user directory for Windows 7 (and newer) was&lt;br /&gt;
&lt;br /&gt;
 C:\Users\''%username%''\AppData\Roaming\gramps&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use the '''%LocalAppData%''' [https://wikipedia.org/wiki/Environment_variable#APPDATA environment variable] to avoid referring to the username. (We've chosen to use the username environment variable in the documentation for Windows rather than '''''&amp;lt;username&amp;gt;''''' used for documenting other OSes.) Although Gramps will not recognize environment variables for paths internally, you can use them within Windows to find Gramps user files. The path above can be simplified to:&lt;br /&gt;
 %LocalAppData%\gramps&lt;br /&gt;
&lt;br /&gt;
=== Accessing hidden directories in MS Windows ===&lt;br /&gt;
On Microsoft Windows, filenames and folder for programs and userdata are [https://wikipedia.org/wiki/Hidden_file_and_hidden_directory hidden] in the ''File Explorer''.  To make access to the Gramps user directory easy follow the following advice from Microsoft:&lt;br /&gt;
* [https://support.microsoft.com/en-ca/help/14201/windows-show-hidden-files Show hidden files - Windows Help]&lt;br /&gt;
&lt;br /&gt;
Like the '''User Directory''', the location for programs/applications is also hidden from browsing with Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
The default location for an installation on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Program Files\GrampsAIO64-5.X.X&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line|Command Line]] Configuration (config) option with [[Gramps_5.2_Wiki_Manual_-_Command_Line#Environment_variables|Environment Variables]]&lt;br /&gt;
* [https://winaero.com/how-to-enter-file-location-manually-in-gtk-3-opensave-dialog/ Switching from Breadcrumbs to a location text box] using {{Man key press|Crtl|L}} in GTK file dialogs&lt;br /&gt;
* Discourse forum threads : &lt;br /&gt;
** [https://gramps.discourse.group/t/how-to-set-the-base-path-from-media-relative-to-grampshome/481/2 how to use Environment Variables in Gramps]&lt;br /&gt;
** [https://gramps.discourse.group/t/manually-installing-addons/5696/5 Using Python Eval gramplet to list the Plugins folder path]&lt;br /&gt;
** [https://gramps.discourse.group/t/troubleshooting-gramps-paths-and-environmental-variables/5692 Troubleshooting Gramps paths and environmental variables] with the [[Gramps_5.2_Wiki_Manual_-_Gramplets#Python_Evaluation|Python Evaluation]] gramplet&lt;br /&gt;
&lt;br /&gt;
*{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
[[Category:Documentation|U]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_Categories&amp;diff=105139</id>
		<title>Gramps 5.2 Wiki Manual - Categories</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_Categories&amp;diff=105139"/>
		<updated>2024-09-08T22:40:11Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: /* &amp;amp;#x2699; Configuration Options */ Update map cache location&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps 5.2 Wiki Manual - Main Window|Gramps 5.2 Wiki Manual - Manage Family Trees|5.2}}&lt;br /&gt;
{{languages|Gramps 5.2 Wiki Manual - Categories}}&lt;br /&gt;
{{#vardefine:chapter|4}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
[https://en.wikipedia.org/wiki/Genealogy#Types_of_information Genealogical information] is very broad and can be extremely detailed. Displaying it poses a challenge that Gramps takes on by dividing and organizing the information into a series of Categories, each with their own Views. Each View displays a portion of the total information, selected according to a particular category. This will become clearer as we explore the different Categories.&lt;br /&gt;
&lt;br /&gt;
== Categories of the Navigator ==&lt;br /&gt;
The different Categories of the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Navigator|Navigator]]: The navigator is located at the left of the window and allows selection of the different categories.&lt;br /&gt;
&lt;br /&gt;
[[File:Gramps-sidebar-50.png|left|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Navigator sidebar with Navigator mode &amp;quot;Category&amp;quot; selection drop down list shown]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|gram}} '''[[#Dashboard_Category|Dashboard]]'''}}: Displays different general purpose Gramplets, small widgets that can help in your genealogical research.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|peop}} '''[[#People_Category|People]]'''}}: List of people in the family tree.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|rela}} '''[[#Relationships_Category|Relationships]]'''}}: Displays the relationships between the Active Person and other people in a textual way. This includes the parents, siblings, spouses, and children of that person.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|fami}} '''[[#Families_Category|Families]]'''}}: List of families in the family tree.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|ance}} '''[[#Charts_Category|Charts]]'''}}: Displays graphical trees for the selected person.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|even}} '''[[#Events_Category|Events]]'''}}: List of events in the family tree.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|plac}} '''[[#Places_Category|Places]]'''}}: List of places in the family tree.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|geog}} '''[[#Geography_Category|Geography]]'''}}: Displays place data of your family tree on a map.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|sour34}} '''[[#Sources_Category|Sources]]'''}}: List of sources in the family tree.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|cite}} '''[[#Citations_Category|Citations]]'''}}: List of citations in the family tree.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|repo}} '''[[#Repositories_Category|Repositories]]'''}}: List of repositories in the family tree.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|medi}} '''[[#Media_Category|Media]]'''}}: List of media objects in the family tree.&lt;br /&gt;
&lt;br /&gt;
*{{man label|{{icon|note}} '''[[#Notes_Category|Notes]]'''}}: List of notes in the family tree.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:Navigator-mode-selection-drop-down-51.png|284px|thumb|right|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} [[Gramps_5.2_Wiki_Manual_-_Main_Window#Drop-Down_navigator_mode|Drop-Down navigator mode]] showing People Category view modes]]&lt;br /&gt;
&lt;br /&gt;
The categories can contain several ways of presenting the data. Each specific way is called a View mode. &lt;br /&gt;
For example:&lt;br /&gt;
* {{icon|peop}} '''People''' ''view category''&lt;br /&gt;
** '''{{man label|Grouped People}}''' ''default hierarchical list mode''&lt;br /&gt;
** '''{{man label|People}}''' ''alternate flat list mode''&lt;br /&gt;
{{-}}&lt;br /&gt;
For each category you have a variety of ways to switch between View modes:&lt;br /&gt;
# By selecting the relevant icon from the toolbar&lt;br /&gt;
# From the menu {{man menu|View &amp;gt; ... }} &lt;br /&gt;
# Via the number-based [[Gramps_5.2_Wiki_Manual_-_Keybindings#List_Views|keybindings]] (aka keyboard shortcuts) to ''Change the view mode to correspond to number key {{man key press|0}}/{{man key press|1}}/{{man key press|2}}/../{{man key press|9}} in this view category''&lt;br /&gt;
# From the Navigator bar when the Drop-down or Expander features are selected (See [[Gramps_5.2_Wiki_Manual_-_Main_Window#Switching_Navigator_modes|Switching Navigator modes]])&lt;br /&gt;
{{-}}&lt;br /&gt;
{{man tip|By default, the Navigator is configured to select Views by main Category|New users may find that re-configuring to the Drop-Down option would make selecting the alternate View modes more intuitive. The Drop-down and Expander options create mode selectors in close proximity to the Category icon and those interface options will not change with context. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Navigator-mode-selection-dropdownlist-50.png|center|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Navigator mode selection drop down list. See [[Gramps_5.2_Wiki_Manual_-_Main_Window#Switching_Navigator_modes|Switching Navigator modes]] ]] &lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
The following sections provide a brief description of each category and the view modes within.&lt;br /&gt;
&lt;br /&gt;
== Dashboard Category ==&lt;br /&gt;
[[File:DashboardCategory-DashboardView-default-gramplets-52.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Dashboard Category (Default View)]]&lt;br /&gt;
[[File:HelloWorldGramplet-example-shown-embeded-on-DashboardCategory-52.png|right|thumb|450px|Hello World Gramplet - example (shown embedded on Dashboard Category View / Context menu &amp;quot;Add a gramplet&amp;quot; also shown)]]&lt;br /&gt;
This contains the {{icon|gram}} '''Dashboard''', which shows a number of widgets, called [[Gramps_5.2_Wiki_Manual_-_Gramplets#What_is_a_Gramplet|Gramplets]], that can help you in your research. &lt;br /&gt;
&lt;br /&gt;
Two Gramplets are shown by default on start-up (the [[Gramps_5.2_Wiki_Manual_-_Gramplets#Top_Surnames|Top Surname]] and [[Gramps_5.2_Wiki_Manual_-_Gramplets#Welcome|Welcome to Gramps!]] Gramplets) in two column configuration. (The number of columns can be changed with the [[#Gramplet_Layout|Gramplet layout]] &amp;quot;Configure&amp;quot; controls provided in the toolbar and view menu.) The Sidebar and Bottombar are not available on the Dashboard.&lt;br /&gt;
&lt;br /&gt;
You can change the Gramplets on the Dashboard by using the context menu (right-clicking) on an empty area of the Dashboard View. This will show a pop-up menu to &amp;quot;{{man menu|Add a gramplet}}&amp;quot;, populated with a list of the possible Gramplets you may add and use with this particular view. (Some Gramplets are only available in particular category views.) It is better to have a Family Tree open when changing out Gramplets. The added feedback of some tree data in the Gramplets will help make choices about configuring the layout.  &lt;br /&gt;
&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Age_on_Date|Age on Date]]}} Gramplet - list the people alive and their ages on a particular date&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Age_Stats|Age Stats]]}} Gramplet - list age span statistics in a number of graphs&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Calendar|Calendar]]}} Gramplet - see people's events on a particular date, or in a month in the past&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#FAQ|FAQ]]}} - Frequently asked questions about Gramps.&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Given_Name_Cloud|Given Name Cloud]]}} Gramplet - most popular given names&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Quick_View|Quick View]]}} - run a Quick View on the current person&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Records|Records Gramplet]]}} - see world's records of your data&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Session_Log|Session Log]]}} Gramplet - keep track of what you have done, and what records you have visited&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#SoundEx|SoundEx Gramplet]]}} generates [[Gramps_5.2_Wiki_Manual_-_Gramplets#Soundex|SoundEx codes]] for the names of people in the database. &lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Statistics|Statistics]]}} Gramplet - see stats on the database&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Surname_Cloud|Surname Cloud]]}} Gramplet - most popular surnames as a &amp;quot;text cloud&amp;quot;&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#To_Do|To Do]]}} Gramplet - a notepad to keep tabs on your research&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Top_Surnames|Top Surnames]]}} Gramplet - top 10 most popular surnames ''(default)''&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#Welcome|Welcome]]}} Gramplet - a Gramps welcome message ''(default)''&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Gramplets#What.27s_Next|What's Next]]}} Gramplet - what needs to be done next&lt;br /&gt;
&lt;br /&gt;
In addition, there are a number of Third party Gramplets that you can easily install and use. These include:&lt;br /&gt;
*{{man label|[[Addon:HeadlineNewsGramplet|Headline News Gramplet]]}} - current, breaking news from Gramps&lt;br /&gt;
*{{man label|[[Addon:DataEntryGramplet|Data Entry Gramplet]]}} - edit active person's name, birth date and place, death date and place, and add people&lt;br /&gt;
*{{man label|[[Addon:Python_Shell_Gramplet|Python Gramplet]]}} - a Python shell&lt;br /&gt;
*{{man label|[[Addon:NoteGramplet|Note Gramplet]]}} - see and edit active person's primary Person Note&lt;br /&gt;
&lt;br /&gt;
and many others. See [[Third-party Addons]] for more details.&lt;br /&gt;
&lt;br /&gt;
For more detailed information on using the installed Gramplets, see [[Gramps 5.2 Wiki Manual - Gramplets|Gramplets]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The {{man button|Add a gramplet}} drop-down menu is also available from the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Gramplet_Bar_Menu|Gramplet Bar Menu]] available on the Bottombar and Sidebar of other Category views.&lt;br /&gt;
{{-}}&lt;br /&gt;
=== Gramplet Layout ===&lt;br /&gt;
[[File:ConfigureTheActiveView-icon-on-toolbar-51.png|right|thumb|350px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} {{man button|Configure the active view}} button]]&lt;br /&gt;
&lt;br /&gt;
You can change the {{man label|Number of Columns:}} for the Dashboard on the Gramplet Layout tab or change the options for the other displayed Gramplets on the related tabs, click the [[File:Gramps-config.png|34px]]{{man button|Configure the active view}} button. Alternatively, you can choose {{man menu|Configure...}} from the {{man menu|View}} menu. &lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== People Category ==&lt;br /&gt;
&lt;br /&gt;
In the {{man label|People Category}} the {{man label|[[#People_List_View|People List view]]}} or {{man label|[[#Tree_View_-_Grouped_People|Grouped People]]}}(default) views display a list of all people in the family tree without their connections.  From this view, you may add, edit, remove, or merge people. Each view (List or Grouped) display several columns of information about each person.&lt;br /&gt;
&lt;br /&gt;
By default, the view displays the &amp;lt;code&amp;gt;Name&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ID&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Gender&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Birth Date&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Death Date&amp;lt;/code&amp;gt; columns for each Person. Additional columns for &amp;lt;code&amp;gt;Birth Place&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Death Place&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Spouse&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Number of Parents&amp;lt;/code&amp;gt; (in the [[Gramps_5.2_Wiki_Manual_-_Categories#Reorder_Relationships_dialog|topmost or Primary family]]), &amp;lt;code&amp;gt;Number of Marriages&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Number of Children&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Number of To Do Notes&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Private&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Tags&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Last Changed&amp;lt;/code&amp;gt; may be displayed. The People view also defaults to showing the [[#People_Category_Sidebar|Sidebar]] tabs and [[#People_Category_Bottombar_tabs|Bottombar]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Column_Editor|Column Editor]]}} dialog can be used to show, hide and change the order of the displayed columns. This editor can be accessed by selecting {{man menu|View &amp;amp;#x27a1; Configure...}} from the menu or by clicking the [[File:Gramps-config.png|34px]]{{man button|Configure View...}} button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
See also&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Navigation#Using_the_People_Category|Using the People Category]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Editing_information_about_people|Editing information about people]]&lt;br /&gt;
&lt;br /&gt;
{{man note|For Information displayed in the columns|Some of the column selection types require that the event being shown has the ''Role'' type of ''Primary'' eg Birth and Death Dates. This is set via the [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Event_Reference_Editor_dialog|Event Reference Editor dialog]]'s ''General'' tab.}}&lt;br /&gt;
{{man note|Column counts for &amp;lt;code&amp;gt;Number of xxxxxx&amp;lt;/code&amp;gt;|For &amp;lt;code&amp;gt;Number of Marriages&amp;lt;/code&amp;gt; only relationships of type ''Married'' are counted. For &amp;lt;code&amp;gt;Number of Children&amp;lt;/code&amp;gt; only children with a ''Birth'' relationship are counted. However, for &amp;lt;code&amp;gt;Number of Parents&amp;lt;/code&amp;gt; any parent in the [[Gramps_5.2_Wiki_Manual_-_Categories#Reorder_Relationships_dialog|Primary relationship]] (even those with a relationship of 'None') will be included in the parent count.}}&lt;br /&gt;
{{-}}&lt;br /&gt;
===Tree View - Grouped People===&lt;br /&gt;
&lt;br /&gt;
[[File:People-tree-view-grouped-people-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} People Category - Tree View - Grouped People]]&lt;br /&gt;
&lt;br /&gt;
People are grouped according to their family names. To the left of each family name is typically either an arrow {{man button|&amp;amp;#x25B6;}} or some other type of indicator (eg: ''+''). Clicking it once will reveal the entire list of people sharing that name. Clicking the indicator again will &amp;quot;roll up&amp;quot; the list and show only the family name.&lt;br /&gt;
&lt;br /&gt;
Additional options are available by selecting a person from the list and using the context/pop-up menu shown by right-clicking:&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Home}}&lt;br /&gt;
*{{man menu|Set Home Person}}&lt;br /&gt;
*{{man menu|Expand all Nodes}}&lt;br /&gt;
*{{man menu|Collapse all Nodes}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View}}&lt;br /&gt;
**{{man menu|All Events}}&lt;br /&gt;
**{{man menu|Father Lineage}}&lt;br /&gt;
**{{man menu|Mother Lineage}}&lt;br /&gt;
**{{man menu|Person References}}&lt;br /&gt;
**{{man menu|Relation to Home Person}}&lt;br /&gt;
**{{man menu|Same Given Names}}&lt;br /&gt;
**{{man menu|Same Surnames}}&lt;br /&gt;
**{{man menu|Siblings}}&lt;br /&gt;
&lt;br /&gt;
{{man note|Configure the view limitation|For the Group view the first column ({{man label|Name}}) cannot be changed as the view is based on showing grouped surnames.}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===People List View===&lt;br /&gt;
===Tree View - People List View===&amp;lt;!-- keep as items link to this --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:People-tree-view-people-list-view-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} People Category - People List View]]&lt;br /&gt;
&lt;br /&gt;
List of all the people in the database, sorted by first column which by default is the {{man label|Name &amp;amp;#x25B4;}} column.&lt;br /&gt;
&lt;br /&gt;
Additional options are available by selecting a person from the list and using the context/pop-up menu shown by right-clicking:&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Home}}&lt;br /&gt;
*{{man menu|Set Home Person}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View}}&lt;br /&gt;
**{{man menu|All Events}}&lt;br /&gt;
**{{man menu|Father Lineage}}&lt;br /&gt;
**{{man menu|Mother Lineage}}&lt;br /&gt;
**{{man menu|Person References}}&lt;br /&gt;
**{{man menu|Relation to Home Person}}&lt;br /&gt;
**{{man menu|Same Given Names}}&lt;br /&gt;
**{{man menu|Same Surnames}}&lt;br /&gt;
**{{man menu|Siblings}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===People Category Bottombar tabs===&lt;br /&gt;
Both Tree Views (Grouped People/People List View) have the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tabs. The configuration is independent between modes.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Details====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Details|Details]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Gallery====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Gallery|Gallery]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Events====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Events|Events]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Children====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Children|Children]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Citations====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Citations|Citations]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Notes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Notes|Notes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Attributes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Attributes|Attributes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====References====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#References|References]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
===People Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
Both Tree Views (Grouped People/People List View) have the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tab by default. The configuration is independent between modes.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Relationships Category ==&lt;br /&gt;
&lt;br /&gt;
[[File:Relationships-category-view-default-52.png|right|450px|thumb|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Relationships Category view]]&lt;br /&gt;
&lt;br /&gt;
The Relationships Category shows the default {{man label|Relationships Category view}} which displays all the relationships of the Active Person (the selected person). Specifically, it shows the parents, siblings, spouses, and children of that person.&lt;br /&gt;
&lt;br /&gt;
The Relationships Category is designed to allow for quick navigation. You can quickly change the Active Person simply by clicking the name of any person listed on the page. Each name is actually a [http://en.wikipedia.org/wiki/Hyperlink hypertext link], similar to a web page.&lt;br /&gt;
&lt;br /&gt;
The name of the Active Person is in '''bold''' style. Other names are shown either with or without '''''bold and italic''''' emphasis depending on whether certain relationships exist for the named person. For a person listed as a parent or spouse of the Active Person, the name is emphasized if that person has a parent family. For a person listed as a sibling or child of the Active Person, the name is emphasized if that person has children.&lt;br /&gt;
&lt;br /&gt;
Dates are normally in regular style, and in ''italic'' style if the displayed event is a fallback event, i.e., a substitute event for another missing event. That may be christening event for birth event, burial event for death event, etc.&lt;br /&gt;
{{-}}&lt;br /&gt;
===Relationships Category view===&lt;br /&gt;
&lt;br /&gt;
For the Relationships Category views via the menu or toolbar you may select:&lt;br /&gt;
* {{man menu|Edit&amp;gt;Edit...}} or the {{man button|Edit the active person}} icon - opens the {{man label|Person Edit dialog}}&lt;br /&gt;
* {{man menu|Edit&amp;gt;Add New Parents...}} or the {{man button|Add a new set of parents}} icon - to create a new family with the Active Person listed as a child.&lt;br /&gt;
* {{man menu|Edit&amp;gt;Add Existing Parents...}} or the {{man button|Add person as child to and existing family}} icon - which opens the [[Gramps_5.2_Wiki_Manual_-_Categories#Select_Family_selector|Select Family selector]] allowing you to choose from a list of existing families, and then add the person as a child to that family.&lt;br /&gt;
* {{man menu|Edit&amp;gt;Add Partner...}} or the {{man button|Add a new family with person as parent}} icon - &lt;br /&gt;
* {{man menu|Edit&amp;gt;Reorder...}} or the {{man button|Change order of parents families}} icon - to open the [[Gramps_5.2_Wiki_Manual_-_Categories#Reorder_Relationships_dialog|Reorder Relationships dialog]] &lt;br /&gt;
&lt;br /&gt;
The following sections are available:&lt;br /&gt;
{{-}}&lt;br /&gt;
====Active Person====&lt;br /&gt;
&lt;br /&gt;
* At the top of the screen, name, {{man label|ID}}, {{man label|Birth}}, and {{man label|Death}} information, as well as the calculated age of the Active Person is displayed.  You may highlight and copy the {{man label|Birth}} and {{man label|Death}} text fields.&lt;br /&gt;
&lt;br /&gt;
* On the right hand side a photo of the person if available, will be shown. This photo shows the first image available in the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Gallery|Gallery]]}} tab of this person (if any exist). You can click on the photo to open it in the default picture viewer.&lt;br /&gt;
&lt;br /&gt;
* Next to the person's name is a symbol indicating gender, and an {{man button|[[Image:Gramps-notes.png|13px]]Edit}} button. Clicking the {{man button|[[Image:Gramps-notes.png|13px]]Edit}} button will allow you to edit all of the person's individual information in the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Edit_Person_dialog|Edit Person]]}} dialog.&lt;br /&gt;
&lt;br /&gt;
* See also: [[Gramps_5.2_Wiki_Manual_-_Navigation#Setting_the_Active_Person|Setting the Active Person]]&lt;br /&gt;
&lt;br /&gt;
====Parents====&lt;br /&gt;
&lt;br /&gt;
The Parents section, displays the families in which the person is a child. Since it is possible for a person to have multiple sets of parents, it is possible to have several Parents sections.&lt;br /&gt;
&lt;br /&gt;
You may edit an existing parents by selecting the {{man button|[[File:Gramps-notes.png|13px]]Edit}} button next to the parents. If you select the {{man button|-}} button next to a set of parents, then the Active Person will be removed as a child from the parents. This button does not delete the parents' relationship.&lt;br /&gt;
&lt;br /&gt;
See the {{man label|[[Gramps_5.2_Wiki_Manual_-_Categories#Configuration|Configure Relationships]]}} section to configure what details to show or hide etc...&lt;br /&gt;
&lt;br /&gt;
{{man warn|Warning|If you are not careful, it is possible to create multiple families with the same parents. This is rarely what the user wants to do. If you attempt to add a new family that has the same parents as an existing family, Gramps will issue a {{man label|[[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Duplicate_Family_warning_dialog|Duplicate Family]]}} warning dialog. If you get this dialog, you should probably Cancel the edit, and then use the {{man button|Select}} button to select the existing family.}}&lt;br /&gt;
&lt;br /&gt;
=====Select Family selector=====&lt;br /&gt;
[[File:SelectFamily-SelectorDialog-example-50.png|thumb|right|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Select Family - selector dialog example]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Select Family}} selector dialog allows you to link to an already existing Family.&lt;br /&gt;
&lt;br /&gt;
The following columns are shown: ID (default sort for list), Father, Mother, Last Change.&lt;br /&gt;
&lt;br /&gt;
You may use the {{man button|Find}} button to filter the list based on one of the options from the drop down list:&lt;br /&gt;
* '''ID contains''' (default)&lt;br /&gt;
* ''ID does not contain''&lt;br /&gt;
* ''Father contains''&lt;br /&gt;
* ''Father does not contain''&lt;br /&gt;
* ''Mother contains''&lt;br /&gt;
* ''Mother does not contain''&lt;br /&gt;
* ''Last Change contains''&lt;br /&gt;
* ''Last Change does not contain''&lt;br /&gt;
&lt;br /&gt;
Use the {{man button|Clear}} button to clear the search field.&lt;br /&gt;
&lt;br /&gt;
Note on some reports the list is restricted until you select the {{man label|[] Show all}} check box.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=====Siblings=====&lt;br /&gt;
&lt;br /&gt;
The Sibling section shows brothers and sisters of the Active Person plus the Active Person themself.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Family====&lt;br /&gt;
&lt;br /&gt;
Similar to the Parents section is the Family section, which displays families where the Active Person is a parent. Because it is possible for a Person to have been a partner in multiple families, Gramps allows multiple Family sections to describe that. Each family section displays the spouse and any children. Children who were biological offspring of both partners in one Family might be a stepchild or adopted child for one partner of a subsequently formed family. &lt;br /&gt;
&lt;br /&gt;
{{man note | Spouse |We use the term spouse for sake of simplicity. However, please note that spouse may in fact be a domestic partner, a partner in a civil union, or various other similar relationships between two people. Spouse relationships are ''not'' required to be only between a male and female.}}&lt;br /&gt;
&lt;br /&gt;
You may add a family by selecting the {{man button|Add Spouse}} button in the toolbar. This will create a new family with the Active Person listed as a father or mother.&lt;br /&gt;
&lt;br /&gt;
Selecting the {{man button|[[Image:Gramps-notes.png|13px]]Edit}} button next to the spouse will allow you to edit the displayed family. Clicking the {{man button|-}} button will remove the person from the displayed family.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
{{man warn| Removing a person from a family |Removing a person from a family does not delete the family. The person is removed as the father or mother, and any other relationships in the family continue to exist.}}&lt;br /&gt;
&lt;br /&gt;
{{man note | Note |We use the terms father and mother for the sake of simplicity. Even if there are no children in a family, the father and mother terminology is still used. In the case of male/male or female/female relationships, the father and mother labels should be considered to be convenience labels.}}&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
======Reorder Relationships dialog====== &lt;br /&gt;
Select the [[file:Stock_reorder.png]]{{man button|Change order of parents families}} button to display the {{man label|[[Gramps_5.2_Wiki_Manual_-_Categories#Reorder_Relationships_dialog|Reorder Relationships]]}} dialog that will allow you to reorder the families. The topmost family is considered the '''Primary family''' and is the family used for charts, graphs and summaries.&lt;br /&gt;
&lt;br /&gt;
{{man note|This option will only be enabled|if more than one set of parents or more than one set of spouses exists for the Active Person.}}&lt;br /&gt;
&lt;br /&gt;
[[File:ReorderRelationships-dialog-50.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Reorder Relationships - dialog - example]]&lt;br /&gt;
&lt;br /&gt;
When more than one set of parents or more than one set of spouses exists for the Active Person.&lt;br /&gt;
&lt;br /&gt;
Select one of the following:&lt;br /&gt;
* the menu {{man menu|Edit &amp;gt; Reorder}}&lt;br /&gt;
* or the {{man button|Change order of parents and families}} toolbar icon button&lt;br /&gt;
* or the {{man button|Reorder Parents}} icon near the {{man label|Parents:}} label&lt;br /&gt;
* or the {{man button|Reorder Families}} icon near the {{man label|Family:}} label&lt;br /&gt;
to display the {{man label|Reorder Relationships}} dialog that will allow you to reorder:&lt;br /&gt;
* the parents order in the top section {{man label|Parent relationships}} using the up/down arrow buttons.&lt;br /&gt;
* or families order in the bottom section {{man label|Family relationships}} using the up/down arrow buttons.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=====Children=====&lt;br /&gt;
&lt;br /&gt;
The Active persons children.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Configuration====&lt;br /&gt;
&lt;br /&gt;
[[File:ConfigureRelationshipsView-content-tab-50.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Configure Relationships Category - Content (tab)]]&lt;br /&gt;
&lt;br /&gt;
You can control how much information is displayed. &lt;br /&gt;
&lt;br /&gt;
Use the {{man menu|View &amp;amp;#x27a1; Configure...}} menu or click the [[File:Gramps-config.png|34px]]{{man button|Configure the active view}} button in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Toolbar|Toolbar]].&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
*On the {{man label|Content}} tab&lt;br /&gt;
** {{checkbox|1}} {{man label|Show Details}} (checkbox checked by default) show or hide the birth and death information (All except the Active person)&lt;br /&gt;
** {{checkbox|1}} {{man label|Show Siblings}} (checkbox checked by default) show or hide siblings.&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:ConfigureRelationshipsView-layout-tab-50.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Configure Relationships Category - Layout (tab)]]&lt;br /&gt;
&lt;br /&gt;
*On the {{man label|Layout}} tab&lt;br /&gt;
** {{checkbox|1}} {{man label|Use shading}} (checkbox checked by default)&lt;br /&gt;
** {{checkbox|1}} {{man label|Display edit buttons}} (checkbox checked by default) - show or hide the {{man button|[[Image:Gramps-notes.png|13px]]Edit}} button shown next to each person.&lt;br /&gt;
** {{checkbox|0}} {{man label|View links as website links}} (checkbox unchecked by default)&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Relationships Category Bottombar tabs===&lt;br /&gt;
The {{man label|Relationships Category view}} by default displays no Gramplets in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tab. You may add them as required.&lt;br /&gt;
{{-}}&lt;br /&gt;
===Relationships Category Sidebar tabs===&lt;br /&gt;
The {{man label|Relationships Category view}} by default displays no Gramplets in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tab. You may add them as required.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Families Category ==&lt;br /&gt;
&lt;br /&gt;
{{man warn| {{man button|Remove}} button |Unlike the Relationships Category, clicking the {{man button|Remove}} button in this view will remove the family from the database. All people will remain, but all relationships between the people in the family will be removed.}}&lt;br /&gt;
&lt;br /&gt;
[[File:Families-category-list-view-52.png|right|450px|thumb|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Families Category - (List) View]]&lt;br /&gt;
&lt;br /&gt;
In the {{man label|Families Category}} the {{man label|Families List view}} displays a list of all families in the database(see Fig. {{#var:chapter}}.{{#var:figure}}). &lt;br /&gt;
&lt;br /&gt;
From this view, you may use buttons on the toolbar to:&lt;br /&gt;
* {{icon|stock_add}} {{man button|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Family_Editor_dialog|Add a new Family]]}}&lt;br /&gt;
* {{icon|stock_edit}} {{man button|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Family_Editor_dialog|Edit the selected family]]}}&lt;br /&gt;
* {{icon|stock_remove}} {{man button|Delete the selected family}}&lt;br /&gt;
* [[File:Gramps_Merge48x48_win.png|16px]]&amp;lt;!--{{icon|tmrg}}--&amp;gt; {{man button|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_3#Merge_Families|Merge the selected (2) families]]}} from the list&lt;br /&gt;
* [[File:16x16-gramps-tag.png]] {{man button|Tag the selected rows}}&lt;br /&gt;
&lt;br /&gt;
The default display lists the &amp;lt;code&amp;gt;ID, Father, Mother, Relationship and Marriage Date&amp;lt;/code&amp;gt;. If you configure the active view you can, hide existing columns, show additional columns like &amp;lt;code&amp;gt;Private, Tags, Last Changed&amp;lt;/code&amp;gt;, or rearrange the column order. &lt;br /&gt;
&lt;br /&gt;
Additional options are available by selecting a family from the list and using the context/pop-up menu shown by right-clicking:&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Make Mother Active Person}}&lt;br /&gt;
*{{man menu|Make Father Active Person}}&lt;br /&gt;
*{{man menu|Quick View}}&lt;br /&gt;
**{{man menu|All Family Events}}&lt;br /&gt;
**{{man menu|Family References}}&lt;br /&gt;
&lt;br /&gt;
See also&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Navigation#Using_the_Families_Category|Using the Families Category]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Editing_information_about_relationships|Editing information about relationships]]&lt;br /&gt;
&lt;br /&gt;
{{man note|Children cannot be displayed on the screen in this list view.|The children can be viewed in the associated ''Children'' tab in the bottombar or sidebar and [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Children|Family Editor's ''Children'']] tab.}}&lt;br /&gt;
{{-}}&lt;br /&gt;
===Families Category Bottombar tabs===&lt;br /&gt;
The {{man label|Families Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tabs as default.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Gallery====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Gallery|Gallery]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Events====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Events|Events]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Children====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Children|Children]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Citations====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Citations|Citations]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Notes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Notes|Notes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Attributes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Attributes|Attributes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====References====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#References|References]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Families Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Families Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs as default.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Charts Category ==&lt;br /&gt;
The Charts Category shows several graphical representations of the ancestry or descendants of the active person. &lt;br /&gt;
&lt;br /&gt;
By default Gramps shows the {{man button|[[Gramps_5.2_Wiki_Manual_-_Categories#Pedigree_View|Pedigree]]}} View. With the {{man button|[[Gramps_5.2_Wiki_Manual_-_Categories#Fan_Chart_View|Fan Chart]]}} View and {{man button|[[Gramps_5.2_Wiki_Manual_-_Categories#Descendant_Fan_View|Descendant Fan]]}} chart View and {{man button|[[Gramps_5.2_Wiki_Manual_-_Categories#2-Way_Fan_View|2-Way Fan]]}} chart view being selectable from the toolbar or menu via {{man menu|View &amp;gt; '''Name of Chart View'''}}&lt;br /&gt;
&lt;br /&gt;
{{man tip|Want more Chart Views?|Installation of additional downloadable addons contain extra views. See [[Third-party Addons]]}}&lt;br /&gt;
&lt;br /&gt;
=== Pedigree View===&lt;br /&gt;
&lt;br /&gt;
[[File:ChartsCategory-pedigreeview1-horizontal-right-standard-5gen-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Pedigree view 1 (Default) Tree direction: Horizontal (→) (horizontal to right)]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Pedigree}} View shows up to nine generations in the form of a chart, depending on the size of the window you may need to use the scroll bars to see parts of the chart.&lt;br /&gt;
&lt;br /&gt;
Each person is indicated by a box labeled with his or her name, birth information (indicated by an asterisk * sign), death information (indicated by a plus + sign), a black stripe across the top left corner of the box is shown if the person is deceased (or determined by Gramps to be no longer alive) and optionally the primary image will be displayed if available.&lt;br /&gt;
&lt;br /&gt;
Two lines branch from each person box. The top line leads to the person's father and the bottom line leads to the mother. Solid lines represent the biological birth type relationship, while dashed lines represent non-birth relationships such as adoption, step-parenthood, guardianship, etc.&lt;br /&gt;
&lt;br /&gt;
The left arrow {{man button|Jump to child...}} button beside the Active Person is a only selectable if the Active Person has children, clicking this button expands to show a list of the Active Person's children. Selecting one of the children makes that child the Active Person for the chart.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--??--&amp;gt;The appearance of the children's names in the menu differentiates the dead ends of the tree from the continuing branches.&lt;br /&gt;
&lt;br /&gt;
Children who have children themselves appear in the menu in the boldface and italic type, while children without children (dead ends) appear in a regular font. If the Active Person has only one child, no menu will be displayed (since there is only one choice) and the child will become the Active Person when the arrow button is clicked.&lt;br /&gt;
&lt;br /&gt;
The right-hand side of the window shows two right arrow buttons. When the top button {{man button|Jump to father}} is clicked, the Father of the Active Person becomes the Active Person. When the bottom button {{man button|Jump to mother}} is clicked, the Mother of the Active Person becomes the Active Person.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:ChartsCategory-PedigreeView-PersonContextMenu-showing-Children-example-50.png|right|thumb|250px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Person context menu showing Children]]&lt;br /&gt;
&lt;br /&gt;
Right-clicking on any person's box in the Pedigree View will bring up the Person &amp;quot;context menu&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Among other useful items, the context menu has sub-menus listing {{man label|Spouses}} , {{man label|Siblings}} , {{man label|Children}} , {{man label|Parents}} and  {{man label|Related}} of that person.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Greyed-out&amp;quot; sub-menus indicate the absence of the data in the appropriate category. Similar to the children menu above, Childrens' and Parents' menus distinguish continuing lines from dead ends.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;span id=&amp;quot;Configure the active view&amp;quot;&amp;gt; &lt;br /&gt;
====&amp;amp;#x2699; Configuration Options====&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:ChartsCategory-PedigreeView-ConfigureCharts-dialog-default-50.png|right|thumb|250px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Charts Category - Pedigree View - Configure the active view - dialog - showing Defaults on Layout tab]]Use the {{man menu|View &amp;amp;#x27a1; Configure...}} menu or click the [[File:Gramps-config.png|34px]]{{man button|Configure the active view}} button in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Toolbar|Toolbar]].&lt;br /&gt;
&lt;br /&gt;
The {{man label|Layout}} tab has the following option available:&lt;br /&gt;
* {{checkbox|1}} {{man label|Show images}} (checked by default)&lt;br /&gt;
* {{checkbox|1}} {{man label|Show marriage data}} (checked by default)&lt;br /&gt;
* {{checkbox|1}} {{man label|Show unknown people}} (checked by default)&lt;br /&gt;
* {{checkbox|0}} {{man label|Show tags}} (unchecked by default)&lt;br /&gt;
* {{man label|Tree style:}}&lt;br /&gt;
** '''Standard'''(default)&lt;br /&gt;
** Compact&lt;br /&gt;
** Expanded&lt;br /&gt;
* {{man label|Tree direction:}}&lt;br /&gt;
** Vertical (↑) [[File:ChartsCategory-pedigreeview2-vertical-up-standard-5gen-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Pedigree view 3 - Tree direction: Vertical (↑) (vertical and up)]]&lt;br /&gt;
** Vertical (↓) [[File:ChartsCategory-pedigreeview2-vertical-down-standard-5gen-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Pedigree view 4 - Tree direction: Vertical (↓) (vertical and down)]]&lt;br /&gt;
** '''Horizontal (→)'''(default)&lt;br /&gt;
** Horizontal (←)  [[File:ChartsCategory-pedigreeview2-horizontal-left-standard-5gen-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Pedigree view 2 - Tree direction: Horizontal (←) (horizontal to left)]]&lt;br /&gt;
* {{man label|Tree size:}} slider range 2 to 9 generations. Set to &amp;lt;code&amp;gt;5&amp;lt;/code&amp;gt;(by default)&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Fan Chart View ===&lt;br /&gt;
&lt;br /&gt;
[[File:ChartsCategory-fanchartview-halfcircle-7gen-Royals-52.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Fan Chart View - half circle (Royals92.ged)]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Fan Chart}} view shows the active persons ancestry as a pie chart. Clicking on a name in the chart will double the section of the pie allocated to that person by collapsing the spouse section. A second click brings the chart back to the original form. Right-click brings up a context menu like in the pedigree view, allowing to navigate to other people. &lt;br /&gt;
&lt;br /&gt;
This view enables to see large ancestries in a more compact manner, and to see very quickly which parts of an ancestry need further research. &lt;br /&gt;
&lt;br /&gt;
You can rotate the view by click and drag outside the fan chart. You can move the view by click and drag inside the inner (white) region.&lt;br /&gt;
&lt;br /&gt;
#The view can be a circle, a halfcircle or a quadrant of a circle. The latter are always attached to the bottom or side of the view&lt;br /&gt;
#Children of the center person are shown within the ring at the center&lt;br /&gt;
#Drag and drop people to the center to change the active person&lt;br /&gt;
#Color options&lt;br /&gt;
## Colors of the boxes based on the age of the people&lt;br /&gt;
## Colors of the boxes depending on the time period the person lived in&lt;br /&gt;
## White, classic, gender based, and user defined colors&lt;br /&gt;
# Filtering: use the person filter in the sidebar to quickly obtain insight in the people shown. For example: which people have birth events, who has the attribute ''blue eyes'', ... . Filtered results have bold font, the ones that don’t satisfy the filter are shown transparent&lt;br /&gt;
#Show up to 11 generations in the view.&lt;br /&gt;
#Print the view from the toolbar. The view as you see it (after rotating, expanding, changing color) can via the {{man button|Print...}} button. The view can be printed or use the Print to File option to save in any of the following formats: SVG (which can be edit further in tools like Inkscape or viewed in browsers like Firefox), PostScript (.ps) or PDF.&lt;br /&gt;
#The font used can be selected and automatically adjust to fit within the boxes. On a darker background, the font is white, and vice versa.&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;span id=&amp;quot;Configure the active view&amp;quot;&amp;gt; &lt;br /&gt;
====&amp;amp;#x2699; Configuration Options====&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:ChartsCategory-FanChartView-ConfigureCharts-dialog-default-51.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Charts Category - Fan Chart View - Configure the active view - dialog - showing Defaults Defaults on Layout tab]]Use the {{man menu|View &amp;amp;#x27a1; Configure...}} menu or click the [[File:Gramps-config.png|34px]]{{man button|Configure the active view}} button in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Toolbar|Toolbar]].&lt;br /&gt;
&lt;br /&gt;
* {{man label|Max generations:}} ''9'' (default)&lt;br /&gt;
* {{man label|Text Font:}} ''Sans'' (default)&lt;br /&gt;
* {{man label|Background:}}&lt;br /&gt;
** Gender colours&lt;br /&gt;
** '''Generation based gradient''' (default)&lt;br /&gt;
** Age (0-100) based gradient&lt;br /&gt;
** Single main (filter) color&lt;br /&gt;
** Time period based gradient&lt;br /&gt;
** White&lt;br /&gt;
** Color scheme classic report&lt;br /&gt;
** Color scheme classic view&lt;br /&gt;
* {{man label|Start gradient/Main colour:}} ''#ef2929'' (default)&lt;br /&gt;
* {{man label|End gradient/2nd colour:}} ''#3d37e9'' (default)&lt;br /&gt;
* {{man label|Fan chart type:}}&lt;br /&gt;
** '''Full Circle''' (default)&lt;br /&gt;
** Half Circle&lt;br /&gt;
** Quadrant&lt;br /&gt;
* {{checkbox|1}} {{man label|Show names on two lines}}&lt;br /&gt;
* {{checkbox|1}} {{man label|Flip name on the left of the fan}}&lt;br /&gt;
* {{checkbox|1}} {{man label|Show children ring}}&lt;br /&gt;
* {{checkbox|0}} {{man label|Show gramps id}}&lt;br /&gt;
&lt;br /&gt;
====See also====&lt;br /&gt;
{{fan_charts}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Descendant Fan View ===&lt;br /&gt;
[[File:ChartsCategory-descendantfan-fullcircle-9gen-default-52.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Descendant Fan Chart View - full circle]]&lt;br /&gt;
The '''Descendant Fan''' view interactively displays the active person's descendants in a pie chart format. The Descendant Fan provides a comprehensive and visually appealing way to explore and analyze an individual's descendants within your family tree.&lt;br /&gt;
&lt;br /&gt;
Clicking on a name in the chart collapses the sibling sections of the pie chart, while a second click reverts the chart to its original form. Right-clicking brings up a context menu similar to the pedigree view, allowing navigation to other individuals. The center Active Person's parents are shown within the innermost ring&lt;br /&gt;
&lt;br /&gt;
This view enables users to visualize large descendant trees more compactly and quickly identify areas that require further research.&lt;br /&gt;
&lt;br /&gt;
Key Features:&lt;br /&gt;
* Tooltips appear (with the person's Name, birth and death infomation) after a slight delay when indicating a Fan segment &lt;br /&gt;
* Drag and drop individuals to the center to change the active person (or [[Gramps_5.2_Wiki_Manual_-_Navigation#Setting_the_Active_Person|Navigate the Active Person]] using the standard methods) &lt;br /&gt;
* Clicking on a descendant name in the chart collapses (or expands) the sibling sections&lt;br /&gt;
* Rotate the view by clicking and dragging outside the fan chart or inside the inner (white) region&lt;br /&gt;
* Drag the center black dot to move the center focus in the main view area&lt;br /&gt;
* Move the center focus horizontally by dragging the bottom scrollbar.&lt;br /&gt;
* Move the center focus vertically by dragging the righthand scrollbar or scrolling the mouse wheel.&lt;br /&gt;
* Surnames appear in bold font&lt;br /&gt;
* Display up to 16 generations&lt;br /&gt;
* Adjustable font selection with automatic sizing to fit within boxes&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* White font on dark backgrounds and vice versa for optimal readability&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
The Filter gramplet, configuration options and Dark Variants (of the Themes addon for Preferences) can be used to adjust the way data is rendered. &lt;br /&gt;
&lt;br /&gt;
Use the person filter in the sidebar for quick insights (e.g., individuals with birth events, specific attributes). Filtered results are in full saturation color while the non-matching entry colors are semi-transparent.&lt;br /&gt;
&lt;br /&gt;
==== Printing ====&lt;br /&gt;
&lt;br /&gt;
Print the view from the toolbar, including any rotations, expansions, or color changes. Use the Print to File option to save in various formats:&lt;br /&gt;
* SVG (editable in tools like Inkscape or viewable in browsers)&lt;br /&gt;
* PostScript (.ps)&lt;br /&gt;
* PDF&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;span id=&amp;quot;Configure the active view&amp;quot;&amp;gt; &lt;br /&gt;
====&amp;amp;#x2699; Configuration Options====&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:ChartsCategory-DescendantFanChartView-ConfigureCharts-dialog-default-51.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Charts Category - Descendant Fan Chart View - Configure the active view - dialog - showing Defaults on Layout tab]]Use the {{man menu|View &amp;amp;#x27a1; Configure...}} menu or click the [[File:Gramps-config.png|34px]]{{man button|Configure the active view}} button in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Toolbar|Toolbar]].&lt;br /&gt;
&lt;br /&gt;
* {{man label|Max generations:}} ''9'' (default)&lt;br /&gt;
* {{man label|Text Font:}} ''Sans'' (default)&lt;br /&gt;
* {{man label|Background:}}&lt;br /&gt;
** Gender colours&lt;br /&gt;
** '''Generation based gradient''' (default)&lt;br /&gt;
** Age (0-100) based gradient&lt;br /&gt;
** Single main (filter) colour&lt;br /&gt;
** Time period based gradient&lt;br /&gt;
** White&lt;br /&gt;
** Colour scheme classic report&lt;br /&gt;
** Colour scheme classic view&lt;br /&gt;
* {{man label|Start gradient/Main colour:}} ''#ef2929'' (default)&lt;br /&gt;
* {{man label|End gradient/2nd colour:}} ''#3d37e9'' (default)&lt;br /&gt;
* {{man label|Fan chart type:}}&lt;br /&gt;
** '''Full Circle''' (default)&lt;br /&gt;
** Half Circle&lt;br /&gt;
** Quadrant&lt;br /&gt;
* {{man label|Fan chart distributions:}}&lt;br /&gt;
** Homogeneous children distribution&lt;br /&gt;
** '''Size proportional to number of descendants''' (default)&lt;br /&gt;
* {{checkbox|1}} {{man label|Show names on two lines}}&lt;br /&gt;
* {{checkbox|1}} {{man label|Flip name on the left of the fan}}&lt;br /&gt;
* {{checkbox|0}} {{man label|Show gramps id}}&lt;br /&gt;
&lt;br /&gt;
====See also====&lt;br /&gt;
* [https://gramps-project.org/blog/2012/09/descendant-fanchart/ Descendant Fan View] (blog announcement)&lt;br /&gt;
* {{fan_charts}}&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== 2-Way Fan View ===&lt;br /&gt;
&lt;br /&gt;
[[File:ChartsCategory-2wayfan-fullcircle-ances4gen-descen4gen-default-52.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} 2-Way Fan Chart View - 4 Generations of Ancestors (Top) / 4 Generations of Descendants (bottom)]]&lt;br /&gt;
&lt;br /&gt;
Chart consisting of both ascendants and descendants.&lt;br /&gt;
The '''2-Way Fan View''' view interactively displays the active person's ancestors and descendants in a pie chart format. The Descendant Fan provides a comprehensive and visually appealing way to explore and analyze an individual's descendants within your family tree.&lt;br /&gt;
&lt;br /&gt;
Clicking on a ancestor name in the chart collapses their spouse section of the pie, while a second click reverts the chart to its original form. Clicking on a descendant name in the chart collapses that person's sibling sections, while a second click reverts the chart to its original form. Right-clicking brings up a context menu similar to the pedigree view, allowing navigation to other individuals. The center Active Person's parents are shown within the innermost ring&lt;br /&gt;
&lt;br /&gt;
This view enables users to visualize large descendant trees more compactly and quickly identify areas that require further research.&lt;br /&gt;
&lt;br /&gt;
Key Features:&lt;br /&gt;
* Tooltips appear (with the person's Name, birth and death infomation) after a slight delay when indicating a Fan segment &lt;br /&gt;
* Drag and drop individuals to the center to change the active person (or [[Gramps_5.2_Wiki_Manual_-_Navigation#Setting_the_Active_Person|Navigate the Active Person]] using the standard methods) &lt;br /&gt;
* Clicking on a descendant name in the chart collapses (or expands) the sibling sections&lt;br /&gt;
* Rotate the view by clicking and dragging outside the fan chart or inside the inner (white) region&lt;br /&gt;
* Drag the center black dot to move the center focus in the main view area&lt;br /&gt;
* Move the center focus horizontally by dragging the bottom scrollbar.&lt;br /&gt;
* Move the center focus vertically by dragging the righthand scrollbar or scrolling the mouse wheel.&lt;br /&gt;
* Surnames appear in bold font&lt;br /&gt;
* Configurable to display up to 11 generations of ancestors&lt;br /&gt;
* Configurable to display up to 11 generations of descendants&lt;br /&gt;
* Adjustable font selection with automatic sizing to fit within boxes&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* White font on dark backgrounds and vice versa for optimal readability&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
The Filter gramplet, configuration options and Dark Variants (of the Themes addon for Preferences) can be used to adjust the way data is rendered. &lt;br /&gt;
&lt;br /&gt;
Use the person filter in the sidebar for quick insights (e.g., individuals with birth events, specific attributes). Filtered results are in full saturation color while the non-matching entry colors are semi-transparent.&lt;br /&gt;
&lt;br /&gt;
==== Printing ====&lt;br /&gt;
&lt;br /&gt;
Print the view from the toolbar, including any rotations, expansions, or color changes. Use the Print to File option to save in various formats:&lt;br /&gt;
* SVG (editable in tools like Inkscape or viewable in browsers)&lt;br /&gt;
* PostScript (.ps)&lt;br /&gt;
* PDF&lt;br /&gt;
{{-}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;span id=&amp;quot;Configure the active view&amp;quot;&amp;gt; &lt;br /&gt;
====&amp;amp;#x2699; Configuration Options====&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
[[File:ChartsCategory-2-WayFanChartView-ConfigureCharts-dialog-default-51.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Charts Category - 2-Way Fan Chart View - Configure the active view - dialog - showing Defaults on Layout tab]]Use the {{man menu|View &amp;amp;#x27a1; Configure...}} menu or click the [[File:Gramps-config.png|34px]]{{man button|Configure the active view}} button in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Toolbar|Toolbar]].&lt;br /&gt;
&lt;br /&gt;
* {{man label|Max ancestor generations:}} ''4'' (default)&lt;br /&gt;
* {{man label|Max descendant generations:}} ''4'' (default)&lt;br /&gt;
* {{man label|Text Font:}} ''Sans'' (default)&lt;br /&gt;
* {{man label|Background:}}&lt;br /&gt;
** Gender colours&lt;br /&gt;
** '''Generation based gradient''' (default)&lt;br /&gt;
** Age (0-100) based gradient&lt;br /&gt;
** Single main (filter) colour&lt;br /&gt;
** Time period based gradient&lt;br /&gt;
** White&lt;br /&gt;
** Colour scheme classic report&lt;br /&gt;
** Colour scheme classic view&lt;br /&gt;
* {{checkbox|1}} {{man label|Add global background coloured gradient}}&lt;br /&gt;
* {{man label|Start gradient/Main colour:}} ''#ef2929'' (default)&lt;br /&gt;
* {{man label|End gradient/2nd colour:}} ''#3d37e9'' (default)&lt;br /&gt;
* {{man label|Colour for duplicates:}} ''#888a85'' (default)&lt;br /&gt;
* {{man label|Fan chart distribution:}}&lt;br /&gt;
** Homogeneous children distribution&lt;br /&gt;
** '''Size proportional to number of descendants''' (default)&lt;br /&gt;
* {{checkbox|1}} {{man label|Show names on two lines}}&lt;br /&gt;
* {{checkbox|1}} {{man label|Flip name on the left of the fan}}&lt;br /&gt;
* {{checkbox|0}} {{man label|Show gramps id}}&lt;br /&gt;
&lt;br /&gt;
====See also====&lt;br /&gt;
* [https://github.com/gramps-project/gramps/pull/222 Feature: Gep-030 FanChart2Way]&lt;br /&gt;
{{fan_charts}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Charts Category Bottombar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Charts Category}} by default displays no Gramplets in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tab. You may add them as required.&lt;br /&gt;
{{-}}&lt;br /&gt;
===Charts Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Charts Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
Only the {{man label|Fan Chart View}} and {{man label|Descendant Fan View}} have a Filter shown by default.&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Events Category ==&lt;br /&gt;
The {{man label|Events Category}} shows the {{man label|Events View}} that lists the all the events recorded in the Family Tree. Events can be shared between multiple people and multiple families.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Editing_information_about_events|Editing information about events]]&lt;br /&gt;
{{-}}&lt;br /&gt;
===Events View===&lt;br /&gt;
[[File:EventsCategory-EventsListView-example-52.png|right|450px|thumb|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Events Category - Events (List) View - example]]&lt;br /&gt;
&lt;br /&gt;
From the {{man label|Events View}} list the following columns are available for display:  {{man label|Description}} , {{man label|ID}} , {{man label|Type}} , {{man label|Main Participants}} , {{man label|Date}} , {{man label|Place}} and {{man label|Last Changed}}.&lt;br /&gt;
&lt;br /&gt;
The default view displays the {{man label|Description}} , {{man label|ID}} , {{man label|Type}} , {{man label|Date}} and {{man label|Place}} of the event.   The {{man label|Column Editor}} dialog can be used to add, remove and rearrange the displayed columns.  This can be accessed from the {{man button|Configure View...}} button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
The list of Events can be sorted in the usual manner, by clicking on the column heading. Clicking once sorts in ascending order, clicking again sorts in descending order.&lt;br /&gt;
&lt;br /&gt;
Additional options are available by selecting an event from the list and using the context/pop-up menu shown by right-clicking:&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View}}&lt;br /&gt;
**{{man menu|Event References}}&lt;br /&gt;
**{{man menu|On This Day}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{man warn|Use meaningful event descriptions|Because events can be shared, you should take the extra time to give each event a unique and meaningful description. This will help you find the correct event when you share events.}}&lt;br /&gt;
====&amp;amp;#x2699; Configuration Options====&lt;br /&gt;
As with most list style Views, you can control the layout (which columns will be displayed and their order of display) by clicking the [[File:Gramps-config.png|34px]]{{man button|Configure...}}&amp;amp;nbsp;button, choosing {{Man menu|View&amp;amp;nbsp;&amp;amp;#x27a1;&amp;amp;nbsp;Configure...}} from the View menu, or pressing the ''Configure active view'' [[Gramps_5.2_Wiki_Manual_-_Keybindings#Common_keybindings|keyboard keybinding]].&lt;br /&gt;
&lt;br /&gt;
The displayable columns include:&lt;br /&gt;
* {{checkbox|1}} {{man label|Type }} &lt;br /&gt;
* {{checkbox|1}} {{man label|Main Participants}} &lt;br /&gt;
* {{checkbox|1}} {{man label|Date}} &lt;br /&gt;
* {{checkbox|1}} {{man label|Place}} &lt;br /&gt;
* {{checkbox|1}} {{man label|Description}} &lt;br /&gt;
* {{checkbox|1}} {{man label|ID}}  &lt;br /&gt;
* {{checkbox|0}} {{man label|Private}} &lt;br /&gt;
* {{checkbox|0}} {{man label|Tags}} &lt;br /&gt;
* {{checkbox|0}} {{man label|Last Changed}} &lt;br /&gt;
&lt;br /&gt;
Drag and drop columns to change their order in the Event list.  The view will not be changed unless the {{man button|Apply}} button is clicked. Clicking {{man button|Close}} without first clicking {{man button|Apply}} will abandon the changes.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Events Category Bottombar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Events Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Gallery====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Gallery|Gallery]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Citations====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Citations|Citations]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Notes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Notes|Notes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Attributes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Attributes|Attributes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====References====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#References|References]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
===Events Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Events Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Places Category ==&lt;br /&gt;
&lt;br /&gt;
The {{man label|Places Category}} holds two views that show [[Gramps_Glossary#place|places]]: either as grouped (hierarchically in a tree) or ungrouped (in a simple flat list). Each view lists the geographical places in which the events of the database took place. These could be places of birth, death, and marriages of people, as well as their home, employment, education addresses, or any other conceivable reference to the geographical location. &lt;br /&gt;
&lt;br /&gt;
[[File:Toolbar-Place-Options_51.png|center|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Places Category - Toolbar Place Options]]&lt;br /&gt;
The Places View lists the places' {{man label|Name}} , {{man label|Title}} , {{man label|ID}} , {{man label|Type}} , {{man label|Code}} , {{man label|Latitude}} , {{man label|Longitude}} , {{man label|Private}} , {{man label|Tags}} , and {{man label|Last Changed}}. All of these columns can be used for sorting by clicking on a column heading.&lt;br /&gt;
{{man tip|When giving a maps coordinates, latitude always precedes longitude|Latitude (north or south) parallels and longitude (east or west) meridians are divided in degrees (&amp;amp;deg;), minutes (&amp;amp;rsquo;) and seconds (&amp;amp;rdquo;). There are 60 minutes to a degree and 60 seconds to a minute.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See: [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Supported_longitude.2Flatitude_formats|Supported longitude/latitude formats]] See: [[Gramps_5.2_Wiki_Manual_-_Settings#Display_Options|Coordinates format:]] in preferences Display as this option controls the display of Coordinates.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Places Tree View===&lt;br /&gt;
[[File:PlacesCategory-PlaceTreeView-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Places Tree View - example]]&lt;br /&gt;
&lt;br /&gt;
The Place Tree View groups the places in a hierarchy: country, county, ...  etc&lt;br /&gt;
&lt;br /&gt;
You can expand the listing using the {{man button|&amp;amp;#x25B6;}} arrows.&lt;br /&gt;
&lt;br /&gt;
All the nodes of the tree view mode can be simultaneously collapsed or expanded from the context/pop-up menu shown by selecting a place and right-clicking:&lt;br /&gt;
*{{man menu|Expand this Entire Group}}&lt;br /&gt;
*{{man menu|Collapse this Entire Group}}&lt;br /&gt;
*{{man menu|Expand all Nodes}}&lt;br /&gt;
*{{man menu|Collapse all Nodes}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View &amp;amp;#x25B6; Place References}}&lt;br /&gt;
*{{man menu|Look up with Map Service}}&lt;br /&gt;
{{-}}&lt;br /&gt;
====&amp;amp;#x2699; Configuration Options====&lt;br /&gt;
[[File:Menubar-View-overview-example-52.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} View menu for the Places category - Places Tree View]]&lt;br /&gt;
You can control the layout (which columns will be displayed and their order of display) by clicking the [[File:Gramps-config.png|34px]]{{man button|Configure...}}&amp;amp;nbsp;button, choosing {{Man menu|View&amp;amp;nbsp;&amp;amp;#x27a1;&amp;amp;nbsp;Configure...}} from the View menu, or pressing the ''Configure active view'' [[Gramps_5.2_Wiki_Manual_-_Keybindings#Common_keybindings|keyboard keybinding]].&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:ConfigurePlaceView-51.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Configure Places Category View - Places Tree View ]]The {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Column_Editor|Column Editor]]}} dialog may be used to add, remove and rearrange the displayed columns. Changes will only be enacted when the {{man button|Apply}} button is clicked.&lt;br /&gt;
&lt;br /&gt;
Once the View columns are shown, clicking once on the column header sorts in ascending order, clicking again sorts in descending order. &lt;br /&gt;
&lt;br /&gt;
These Configuration options and the current [[Gramps_5.2_Wiki_Manual_-_Filters|filters]] also constrain the data exported via the {{Man menu|Family Trees&amp;amp;nbsp;&amp;amp;#x27a1;&amp;amp;nbsp;[[Gramps_5.2_Wiki_Manual_-_Settings#Export_View|Export View...]]}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Places List View===&lt;br /&gt;
[[File:PlacesCategory-PlaceListView-example-52.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Places Category - Place (List) View - example]]&lt;br /&gt;
&lt;br /&gt;
The Place List View shows all the places in one long list.&lt;br /&gt;
&lt;br /&gt;
Additional options are available by selecting a place from the list and using the context/pop-up menu shown by right-clicking:&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View &amp;amp;#x25B6; Place References}}&lt;br /&gt;
*{{man menu|Look up with Map Service}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Places Category Bottombar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Places Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Details====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Details|Details]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Location====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Locations|Locations]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Gallery====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Gallery|Gallery]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Events====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Events|Events]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Citations====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Citations|Citations]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Notes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Notes|Notes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====References====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#References|References]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
===Places Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Places Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Map Service===&lt;br /&gt;
{{man warn|The Map Service feature requires a set of coordinates (Longitude and Latitude) for each of the Places|If the enclosed Place record does not yet have coordinates information, then Gramps will not request a map service marker for the Place associated with that person or event.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
See: [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Supported_longitude.2Flatitude_formats|Supported longitude/latitude formats]] See: [[Gramps_5.2_Wiki_Manual_-_Settings#Display_Options|Coordinates format:]] in preferences Display as this option controls the display of Coordinates.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[File:PlacesCategory-AttemptToSeeSelectedLocation-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Places Category - &amp;quot;Attempt to see selected locations with a Map Service (OpenstreetMap, Google Maps, ...&amp;quot; button - example]]&lt;br /&gt;
&lt;br /&gt;
If a place has been highlighted, you may display the place in a web browser by selecting the {{man button|Attempt to see selected locations with a Map Service (OpenstreetMap, Google Maps, ...}}  button or using the right-click context menu to {{man menu|Look up with Map Service}}.&lt;br /&gt;
&lt;br /&gt;
Your default web browser should open, attempting to use either the recorded coordinates (longitude and latitude) or the place name to display the location using the Maps provider web site. Different map services might have different requirements for the location description.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:PlacesCategory-MapServices-list-51.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Places Category - &amp;quot;Select a Map Service&amp;quot; button - showing list of options]]&lt;br /&gt;
&lt;br /&gt;
From the {{man button|Select a Map Service}} drop down list you can choose the map service you want to use from the following three options:&lt;br /&gt;
* '''{{man label|OpenStreetMap}}'''(default) - Uses longitude and latitude coordinates if present, otherwise uses city and country, or uses description of the place.&lt;br /&gt;
* ''{{man label|EniroMaps}}'' - Valid for places within Sweden and Denmark, only if longitude and latitude are available, otherwise uses city and country, or uses description of the place.&lt;br /&gt;
* ''{{man label|GoogleMaps}}'' - Uses longitude and latitude coordinates if present, otherwise uses city and country, or uses description of the place.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
See also:&lt;br /&gt;
* [[Addon:MapService-GoogleEarth|Map Services - Google Earth]] - addon allows you to use Google Earth.&lt;br /&gt;
&lt;br /&gt;
== Geography Category ==&lt;br /&gt;
&lt;br /&gt;
{{man tip|Note|The Geography category is only present if the prerequisite program &amp;lt;code&amp;gt;[[Gramps_5.2_Wiki_Manual_-_Categories#Prerequisites_to_see_the_geography_view|OsmGpsMap]]&amp;lt;/code&amp;gt; is present that Gramps can use.}}&lt;br /&gt;
&lt;br /&gt;
[[File:GeographyCategory-GeoPlacesView-AllKnownPlaces-openstreemap-example-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;All known Places&amp;quot; GeoPlaces View - Geography Category - example using Openstreetmap]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Geography Category}} shows place event data visually on a map. It contains many Geographic Views, which allows you to see the people and their events placed on a map via an internet map provider (OpenStreetMap, Google maps ...).&lt;br /&gt;
&lt;br /&gt;
The following core Geography Views are available:&lt;br /&gt;
* Show [[#All_known_places|all known places]] in your family tree&lt;br /&gt;
* Show [[#All_known_places_for_one_Person|all known places connected to the active person]]&lt;br /&gt;
* Show [[#All_known_places_for_one_Family|all places connected to the active family]]&lt;br /&gt;
* Show [[#All_places_related_to_Events|all places connected to a filtered selection of events]] with a {{man menu|[[#show_all _events|Show all event places]]}} option&lt;br /&gt;
* Show [[#Have_they_been_able_to_meet_.3F|if two people have been able to meet]]&lt;br /&gt;
* Show [[#Have_these_two_families_been_able_to_meet_.3F|if two families have been able to meet]]&lt;br /&gt;
* Show [[#Every_residence_or_move_for_a_person_and_any_descendants|all residences, displacements or moves for one person and their descendants]]&lt;br /&gt;
* additional [[5.2_Addons#Addon_List|third-party addon]] Geography views are available&lt;br /&gt;
&lt;br /&gt;
These views are accessible via the buttons on the toolbar. To filter on places or events, activate the filter sidebar via the menu {{man menu|View-&amp;gt;Filter Sidebar}}&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
If the Geography icon is not visible in the Navigator sidebar, you probably need to install the [[Gramps_5.2_Wiki_Manual_-_Categories#Prerequisites_to_see_the_geography_view|requisite &amp;lt;code&amp;gt;OsmGpsMap&amp;lt;/code&amp;gt; program]]. &lt;br /&gt;
&lt;br /&gt;
To have these Geographic views work correctly, you need:&lt;br /&gt;
&lt;br /&gt;
* To have events related to places.&lt;br /&gt;
* These places must have coordinates : latitude and longitude.&lt;br /&gt;
* If one place has no coordinates, it will never appear on the map.&lt;br /&gt;
* If you have an active internet connection, for all moves on the map, all zoom ... all tile maps are saved.&lt;br /&gt;
** When you are without an internet connection, all tile maps are cached from the previous session and can be used.&lt;br /&gt;
** So, the map can be used without an internet connection and all already visited places can be shown again.&lt;br /&gt;
** The only thing to do is for each place or area you want to use without an internet connection is to select them, zoom into these places. You'll be able to use them again without connection.&lt;br /&gt;
&lt;br /&gt;
{{man warn|BE CAREFUL|The {{man label|Geography Category}} views may use many [https://en.wikipedia.org/wiki/Gigabyte Gigabytes] of storage space on your computer. If you use several maps, you need to have this same gigabytes size multiply by the number of map used.}}&lt;br /&gt;
&lt;br /&gt;
==== The different views ====&lt;br /&gt;
===== All known places =====&lt;br /&gt;
&lt;br /&gt;
[[File:GeographyCategory-GeoPlacesView-AllKnownPlaces-openstreemap-example-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;All known Places&amp;quot; GeoPlaces View - Geography Category - example using Openstreetmap - sidebar and bottombar hidden]]&lt;br /&gt;
&lt;br /&gt;
This view show all places with coordinates in the database.&lt;br /&gt;
&lt;br /&gt;
For performances reason, by default, the view show only the place related to the places history or the filtered places.&lt;br /&gt;
If you really want to see all places, you need to select the popup menu from the context menu [[Gramps_5.2_Wiki_Manual_-_Categories#button_3_.28_right_button_.29|right button]] and select &amp;quot;show all places&amp;quot;.&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:GeographyCategory-AllKnownPlaces-Configure-tab-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} {{man label|The places marker color}} tab for the &amp;quot;All known Places&amp;quot; GeoPlaces View - Configure the active view]]&lt;br /&gt;
&lt;br /&gt;
;Configure the active view: {{man label|The places marker color}} tab&lt;br /&gt;
The configuration menu tab for has the following options:&lt;br /&gt;
&lt;br /&gt;
The {{man label|All known Places}} view is the only Geography view that allows you to change the color used for the place type markers.&lt;br /&gt;
&lt;br /&gt;
The colors are green for the following map renders:&lt;br /&gt;
* Openstreetmap &lt;br /&gt;
* Maps for free&lt;br /&gt;
* Opencyclemap and Public transport.&lt;br /&gt;
&lt;br /&gt;
All other marker renders are red.&lt;br /&gt;
&lt;br /&gt;
Click on the {{man button|Configure the active view}} button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Then click on the {{man label|The places marker color}} tab. The default color for each Place Type is green &amp;quot;#008b00&amp;quot;&lt;br /&gt;
[[File:PickAColor-selector-dialog-52.png|center|thumb|300px]]&lt;br /&gt;
&lt;br /&gt;
For each type of place, you can select and choose a color. Once the '''Pick a Color''' dialog appears, you can drag a color swatch from that dialog to the Configure's {{man label|The places marker color}} swatches. It is not necessary to click the {{man button|Close}} button for each Type then reopen the dialog. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Categories#Can_we_change_the_marker.27s_color_.3F|Can we change the marker color?]]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===== All known places for one Family =====&lt;br /&gt;
&lt;br /&gt;
[[File:GeographyCategory-AllKnownPlacesForOneFamily-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;All known places for one Family&amp;quot; GeoFamily View - Geography Category - example using Openstreetmap - sidebar and bottombar hidden]]&lt;br /&gt;
&lt;br /&gt;
This view show all places visited by all family members during their lives.&lt;br /&gt;
&lt;br /&gt;
This view is not connected to filters. It only depend on the active family and the history.&lt;br /&gt;
{{-}}&lt;br /&gt;
;Configure the active view: {{man label|Specific parameters}} tab&lt;br /&gt;
The configuration menu tab for this view has no additional options.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===== Have they been able to meet ? =====&lt;br /&gt;
&lt;br /&gt;
[[File:GeographyCategory-HaveTheyBeenAbleToMeet-default-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Have they been able to meet ?&amp;quot; GeoClose View - Geography Category - example using Openstreetmap - sidebar and bottombar hidden]]&lt;br /&gt;
&lt;br /&gt;
This view is used to show if two persons were able to meet during their life.&lt;br /&gt;
&lt;br /&gt;
You must select one reference person :&lt;br /&gt;
#From the menu popup : Choose the reference person&lt;br /&gt;
#From the toolbar&lt;br /&gt;
&lt;br /&gt;
When the reference person is active, you'll see its life way.&lt;br /&gt;
For each known place with coordinates, you'll see a circle or an oval depending on the longitude.&lt;br /&gt;
&lt;br /&gt;
The circle radius can be tuned in the configuration view.&lt;br /&gt;
This value is defined in tenth of degree.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:GeographyCategory-HaveTheyBeenAbleToMeet-Configure-tab-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;The selection parameters&amp;quot; tab for the &amp;quot;Have they been able to meet ?&amp;quot; GeoClose View - Configure the active view]]&lt;br /&gt;
&lt;br /&gt;
;Configure the active view: {{man label|The selection parameters}} tab&lt;br /&gt;
See the configuration menu tab for additional options.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===== All places related to Events =====&lt;br /&gt;
[[File:GeographyCategory-AllPlacesRelatedToEvents-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;All places related to Events&amp;quot; GeoEvents View - Geography Category - example using Openstreetmap - sidebar and bottombar hidden]]&lt;br /&gt;
&lt;br /&gt;
For performances reason, the default view initially shows only the places related to the events history or the filtered events.&lt;br /&gt;
&lt;br /&gt;
This view can also be used to show all places related to events. However, it can take some time to show when the tree records many events and many places.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;show all events&amp;quot;&amp;gt;&lt;br /&gt;
If you really want to see all events, you need to select &amp;quot;show all events&amp;quot; from the [[Gramps_5.2_Wiki_Manual_-_Categories#button_3_.28_right_button_.29|right button]] contextual popup menu.&amp;lt;/span&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
;Configure the active view: {{man label|Specific parameters}} tab&lt;br /&gt;
The configuration menu tab for this view has no additional options.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===== All known places for one Person =====&lt;br /&gt;
[[File:GeographyCategory-AllKnownPlacesForOnePerson-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;All known places for one Person&amp;quot; GeoPerson View - Geography Category - example using Openstreetmap - sidebar and bottombar hidden]]&lt;br /&gt;
&lt;br /&gt;
This view show all places visited by one person during that persons life.&lt;br /&gt;
&lt;br /&gt;
This view is not connected to filters. It only depend on the active person and the history.&lt;br /&gt;
&lt;br /&gt;
If you want to use the animate functionality, click on the [[Gramps_5.2_Wiki_Manual_-_Categories#button_3_.28_right_button_.29|right button]] of the mouse. You'll get a popup menu.&lt;br /&gt;
From the menu popup, you can select 'animate' to see the life way of the current person:&lt;br /&gt;
&lt;br /&gt;
If the active person has several related events, you can see a virtual move between those markers. The move is related to years or distance and can be modified in the person map preferences. If the distance between to markers is greater than a value in tenth of degree, we show moves depending on distance instead of years. In these case, the number of steps between these two markers can be modified. You can modify the animation speed between steps. The moves start at the first event year until the last event year.&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:GeographyCategory-AllKnownPlacesForOnePerson-Configure-tab-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;The animation parameters&amp;quot; tab for the &amp;quot;All known places for one Person&amp;quot; GeoPerson View - Configure the active view]]&lt;br /&gt;
&lt;br /&gt;
;Configure the active view: {{man label|The animation parameters}} tab&lt;br /&gt;
See the configuration menu tab for the following options you can change:&lt;br /&gt;
*A slider to set the {{man label|Animation speed in milliseconds(big value means slower:)}} (default: ''100'')&lt;br /&gt;
*A slider to set the {{man label|How many steps between two markers when we are on large move?:}} (default: ''20'')&lt;br /&gt;
*A slider to set the {{man label|The minimum latitude/longitude to select large move. The value is in tenth of degree.}} (default: ''5'')&lt;br /&gt;
{{-}}&lt;br /&gt;
====== All known places for one person with graphical information (KML files) ======&lt;br /&gt;
&lt;br /&gt;
[[File:gramps-person-kml.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} One person with 3 KML files]]&lt;br /&gt;
&lt;br /&gt;
If KML files are added as Media objects in the Gallery tab for the various records, this Geography view will show one path or one surface for each KML file.&lt;br /&gt;
&lt;br /&gt;
In the following example, you see 3 layered KML files rendered from different Gallery tabs referenced by this Person:&lt;br /&gt;
* a farm limits outline KML in the Birth Event.&lt;br /&gt;
* a path KML used to go to school in the Education Event.&lt;br /&gt;
* a parish (or municipality) limits outline KLM in the Place Gallery tab for the Baptism Event.&lt;br /&gt;
&lt;br /&gt;
In the case of the Farm limits outline, the KLM was added to the Gallery tab of the Birth Event (rather than being applied to that of the re-useable [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Editor_dialog|'Farm' type Place]]) because acreage was bought and sold over the years. This outline represented the Farm size at the date of birth.&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Categories#Adding_places_from_KML_files|Adding places from KML files]]&lt;br /&gt;
&lt;br /&gt;
{{man tip|What is a KML file ?|See the article [https://en.wikipedia.org/wiki/Keyhole_Markup_Language Keyhole Markup Language] From Wikipedia, the free encyclopedia}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===== Every residence or move for a person and any descendants =====&lt;br /&gt;
&lt;br /&gt;
[[File:GeographyCategory-EveryResidenceOrMoveForAPersonAndAnyDescendants-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Every residence or move for a person and any descendants&amp;quot; GeoMoves View - Geography Category - example using Openstreetmap - sidebar and bottombar hidden]]&lt;br /&gt;
&lt;br /&gt;
This view is used to show all the places in a person and their descendant's lifetime.&lt;br /&gt;
&lt;br /&gt;
They are displayed by generation.&lt;br /&gt;
You can change the delay between the generation display in the view configuration.&lt;br /&gt;
&lt;br /&gt;
This view is not connected to filters. It only depends on the [[Gramps_Glossary#active_person|Active Person]] and their history.&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:GeographyCategory-EveryResidenceOrMoveForAPersonAndAnyDescendants-Configure-tab-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;The parameters for moves&amp;quot; tab for the &amp;quot;Every residence or move for a person and any descendants&amp;quot; GeoMoves View - Configure the active view]]&lt;br /&gt;
&lt;br /&gt;
;Configure the active view: {{man label|The parameters for moves}} tab&lt;br /&gt;
See the configuration menu tab for the following options you can change:&lt;br /&gt;
*A slider to set {{man label|The maximum number of generations.}} to show. (default: ''20'')&lt;br /&gt;
*A slider to set the {{man label|Time in milliseconds between drawing two generations.}} (default: ''500'')&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===== Have these two families been able to meet ? =====&lt;br /&gt;
&lt;br /&gt;
[[File:GeographyCategory-HaveTheseTwoFamiliesBeenAbleToMeet-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Have these two families been able to meet ?&amp;quot; GeoFamClose View - Geography Category - example using Openstreetmap - sidebar and bottombar hidden]]&lt;br /&gt;
&lt;br /&gt;
This view is used to show if two families were able to meet during their life.&lt;br /&gt;
&lt;br /&gt;
You must select one reference family :&lt;br /&gt;
* From the menu popup : Choose the reference family&lt;br /&gt;
* From the toolbar&lt;br /&gt;
&lt;br /&gt;
When the reference family is active, you'll see all its member's life way.&lt;br /&gt;
For each known place with coordinates, you'll see a circle or an oval depending on the longitude.&lt;br /&gt;
&lt;br /&gt;
The circle radius can be tuned in the configuration view.&lt;br /&gt;
This value is defined in tenth of degree.&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:GeographyCategory-HaveTheseTwoFamiliesBeenAbleToMeet-Configure-tab-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;The selection parameters&amp;quot; tab for the &amp;quot;Have these two families been able to meet ?&amp;quot; GeoFamClose View - Configure the active view]]&lt;br /&gt;
&lt;br /&gt;
;Configure the active view: {{man label|The selection parameters}} tab&lt;br /&gt;
See the configuration menu tab for additional options.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
====&amp;amp;#x2699; Configuration Options====&lt;br /&gt;
&lt;br /&gt;
[[File:Menubar-View-overview-example-50.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} View menu for the People category View]]&lt;br /&gt;
You can control the layout (which columns will be displayed and their order of display) by clicking the [[File:Gramps-config.png|34px]]{{man button|Configure the active view}}&amp;amp;nbsp;button, choosing {{Man menu|View&amp;amp;nbsp;&amp;amp;#x27a1;&amp;amp;nbsp;Configure...}} from the View menu, or pressing the ''Configure active view'' [[Gramps_5.2_Wiki_Manual_-_Keybindings#Common_keybindings|keyboard keybinding]].&lt;br /&gt;
=====All views=====&lt;br /&gt;
[[File:ConfigureGeography-the-map-tab-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Configure Geography - &amp;quot;The map&amp;quot; tab]]&lt;br /&gt;
&lt;br /&gt;
{{man label|The map}} tab contains options common to all Geography views: &lt;br /&gt;
* {{man label|Where to save the tiles of the tiles for offline mode.:}} (the default is &amp;lt;code&amp;gt;~/.cache/gramps/maps&amp;lt;/code&amp;gt; on POSIX systems and &amp;lt;code&amp;gt;C:\Users\''&amp;lt;username&amp;gt;''\appdata\local\gramps\maps&amp;lt;/code&amp;gt; on Windows {{new|5.2.0}}). If required you can change the directory where map tile files are stored on your computer. {{man menu|Be careful, it can take several gigabytes, and if on a metered internet connection may result in a monetary cost to you.}}.&lt;br /&gt;
** {{man button|Select tile cache directory for offline mode}} button&lt;br /&gt;
* A slider for {{man label|Zoom used when centering:}} (default: ''12''). The zoom level for when we center the map or when we select one marker. Every time the Geographic View redraws the map, this zoomlevel will be used.&lt;br /&gt;
* A slider for {{man label|The maximum number of places to show:}} (default: ''5000''). Reducing this number for faster map drawing but with less life ways.&lt;br /&gt;
* {{checkbox|1}} {{man label|Use keypad for shortcuts: Either we choose the + and - from the keypad if we select this or we use the characters from the keyboard.}} - checkbox selected by default.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=====Specific views=====&lt;br /&gt;
See the description of the view.&lt;br /&gt;
&lt;br /&gt;
====Print or save the Map====&lt;br /&gt;
For each of the Geography Category views via the menu or toolbar you may select: &lt;br /&gt;
&lt;br /&gt;
* Menu {{man menu|Edit &amp;gt; Print...}} or toolbar button {{man button|Print or save the Map}} or keyboard shortcut {{Man key press|Shift|Ctrl|P}}&lt;br /&gt;
&lt;br /&gt;
====How to zoom and move around the map ?====&lt;br /&gt;
=====Zoom in and Zoom out the map=====&lt;br /&gt;
To zoom, you can use :&lt;br /&gt;
* The +/- buttons on the top left of the map&lt;br /&gt;
* The scroll mouse.&lt;br /&gt;
* The &amp;quot;+&amp;quot; or &amp;quot;-&amp;quot; key on the keypad (default).&lt;br /&gt;
&lt;br /&gt;
You can replace the numeric keypad by the alpha numeric keyboard in the configuration view.&lt;br /&gt;
&lt;br /&gt;
=====Move around the map=====&lt;br /&gt;
To move around the map, you can :&lt;br /&gt;
* Click on the map, then drag it.&lt;br /&gt;
* Use the arrows.&lt;br /&gt;
&lt;br /&gt;
====The mouse actions on the map====&lt;br /&gt;
&lt;br /&gt;
The right button below is for one right handed person.&lt;br /&gt;
This will be the left button for one left handed person.&lt;br /&gt;
&lt;br /&gt;
=====button 1 ( left button )=====&lt;br /&gt;
You have two usages for the button 1 :&lt;br /&gt;
# The marker selection.&lt;br /&gt;
# Valid the region selection&lt;br /&gt;
&lt;br /&gt;
=====button 2 ( middle button )=====&lt;br /&gt;
[[File:Geography_MiddleButton.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Zoom rectangle drawn with middle button]]&lt;br /&gt;
The only usage for the center button is to draw a rectangular region on the map via click and drag.&lt;br /&gt;
# when pressed : start the region selection&lt;br /&gt;
# when released, end the region selection.&lt;br /&gt;
A left-click (button 1) will zoom-in the Geography view to fit the rectangle.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=====button 3 ( right button )=====&lt;br /&gt;
Only one usage for this button.&lt;br /&gt;
* show the [https://en.wikipedia.org/wiki/Context_menu context menu popup].&lt;br /&gt;
&lt;br /&gt;
=====The mouse over a marker=====&lt;br /&gt;
When the mouse is placed over one marker, we display the place name in the status bar.&lt;br /&gt;
&lt;br /&gt;
====The menu popup====&lt;br /&gt;
From this context menu, you have the following functions available for views :&lt;br /&gt;
*hide or show the crosshair&lt;br /&gt;
*lock or unlock the zoom&lt;br /&gt;
*change the default map (provider)&lt;br /&gt;
*add a place and link a place at the mouse position&lt;br /&gt;
*add a place from kml file&lt;br /&gt;
*center the map at the mouse position.&lt;br /&gt;
*center the map depending on a place from sub menu.&lt;br /&gt;
*remove all tiles already uploaded for the current provider&lt;br /&gt;
*&amp;quot;show all places&amp;quot; or &amp;quot;show all events&amp;quot; for the &amp;quot;all known places&amp;quot; view or &amp;quot;all places related to events&amp;quot; view.&lt;br /&gt;
&lt;br /&gt;
====Click on a marker====&lt;br /&gt;
We have two cases :&lt;br /&gt;
# events : For each event, we can edit this event or center the map on this place.&lt;br /&gt;
# places : For each place, we can edit this place or center the map on this place.&lt;br /&gt;
When centering the map, the zoom used is defined in the geography preferences.&lt;br /&gt;
&lt;br /&gt;
We may have several markers in the click area depending on the zoom.&lt;br /&gt;
In this case, We show for each marker all related events and/or places.&lt;br /&gt;
We obtain a mix between the two cases described above.&lt;br /&gt;
&lt;br /&gt;
====Adding or Linking to a place====&lt;br /&gt;
For this, click on the [[Gramps_5.2_Wiki_Manual_-_Categories#button_3_.28_right_button_.29|right button]] of the mouse, you'll get a popup menu.&lt;br /&gt;
In this menu, you can select {{man label|Add place}} or {{man label|Link place}}&lt;br /&gt;
&lt;br /&gt;
When you add a place or try to link a place to the position of the mouse, you'll get a place selection in a region.&lt;br /&gt;
You'll see on the map a circle in which you may choose markers place names. You can adjust the circle size with the cursor. Depending on the diameter of this circle, a list is created. If the place has already some filled fields, you'll see these values in a green color row. If you agree, you double click on this row. if you don't agree, you can choose another row.&lt;br /&gt;
&lt;br /&gt;
Another way to set latitude and longitude :&lt;br /&gt;
* Download the [[Place completion tool]] via the [[5.2_Addons#Installing_Addons_in_Gramps|Addons manager]]. If you download the data of your country, this tool can add latitude-longitude to all your places.&lt;br /&gt;
&lt;br /&gt;
====Adding places from KML files====&lt;br /&gt;
&lt;br /&gt;
For this, click on the [[Gramps_5.2_Wiki_Manual_-_Categories#button_3_.28_right_button_.29|right button]] of the mouse, you'll get a context popup menu.&lt;br /&gt;
&lt;br /&gt;
In this menu, you can select {{man label|Add place from KML}}&lt;br /&gt;
&lt;br /&gt;
You will get the {{man label|Select a kml file used to add places}} file chooser dialog. Select the file you want to add.&lt;br /&gt;
&lt;br /&gt;
If you have several places in the same KML file, you will get one place editor for each place. Be careful.&lt;br /&gt;
&lt;br /&gt;
====How to change the map provider ?====&lt;br /&gt;
{{man warn|Some maps are not free|Please read the map provider ''Terms of Service''}}&lt;br /&gt;
{| style=&amp;quot;float:right; margin:auto; text-align:center; margin-left: 0px;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot;|[[File:OpenStreetMap_5.15.10.png|256px|thumb|Center|OpenStreetMap]]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[File:MapsForFree_5.15.10.jpg|128px|thumb|Left|Maps For Free]]|| [[File:OpenCycleMap_5.15.10.png|128px|thumb|Center|OpenCycleMap ]]|| [[File:PublicTransport_5.15.10.png|128px|thumb|Right|Public Transport]]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[File:GoogleStreet_5.15.10.png|128px|thumb|Center|Google street ]]|| [[File:GoogleSat_5.15.10.jpg|128px|thumb|Center|Google sat ]]|| [[File:GoogleHybrid_5.15.10.jpg|128px|thumb|Center|Google hybrid]]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[File:Virtualearthstreet_5.15.10.png|128px|thumb|Center|Virtualearth street ]]|| [[File:VirtualearthSat_5.15.10.jpg|128px|thumb|Center|Virtualearth sat]]|| [[File:VirtualearthHybrid_5.15.10.jpg|128px|thumb|Center|Virtualearth hybrid]]&lt;br /&gt;
|}&lt;br /&gt;
Several map providers are available in Gramps.&lt;br /&gt;
&lt;br /&gt;
Click on the [[Gramps_5.2_Wiki_Manual_-_Categories#button_3_.28_right_button_.29|right button]] of the mouse, you'll get a popup menu.&lt;br /&gt;
&lt;br /&gt;
In the bottom of this menu, you can select a new provider.&lt;br /&gt;
&lt;br /&gt;
The following providers are available :&lt;br /&gt;
* '''OpenStreetMap''' (default) : The advantage of [http://www.openstreetmap.org/ OpenStreetMap] is that it is a free project, so you can update the maps yourself with missing information via their website.&lt;br /&gt;
* Maps For Free&lt;br /&gt;
* OpenCycleMap&lt;br /&gt;
* Public Transport&lt;br /&gt;
* Google street&lt;br /&gt;
* Google sat&lt;br /&gt;
* Google hybrid&lt;br /&gt;
* Virtualearth street&lt;br /&gt;
* Virtualearth sat&lt;br /&gt;
* Virtualearth hybrid&lt;br /&gt;
&lt;br /&gt;
[https://www.google.com/intl/en_ALL/help/terms_maps.html Google street], &lt;br /&gt;
[https://www.google.com/intl/en_ALL/help/terms_maps.html Google sat], &lt;br /&gt;
[https://www.google.com/intl/en_ALL/help/terms_maps.html Google hybrid], &lt;br /&gt;
[http://www.microsoft.com/maps/product/terms.html Virtualearth street], &lt;br /&gt;
[http://www.microsoft.com/maps/product/terms.html Virtualearth sat], and &lt;br /&gt;
[http://www.microsoft.com/maps/product/terms.html Virtualearth hybrid]&lt;br /&gt;
&lt;br /&gt;
Note that Virtualearth is now Bing maps&lt;br /&gt;
&lt;br /&gt;
====Can we change the marker's color ?====&lt;br /&gt;
&lt;br /&gt;
Only the {{man label|[[Gramps_5.2_Wiki_Manual_-_Categories#All_known_places|All known Places]]}} view supports changing the place type markers colors all the other views are hard coded in Gramps.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====How to get/remove the crosshair ?====&lt;br /&gt;
It can be useful to have the crosshair visible to see the center of the map.&lt;br /&gt;
This functionality is available with the [[Gramps_5.2_Wiki_Manual_-_Categories#button_3_.28_right_button_.29|right button]] of the mouse. you'll get a popup menu.&lt;br /&gt;
Select Add or Remove cross hair.&lt;br /&gt;
This is useful to add or link places to the correct latitude-longitude coordinates&lt;br /&gt;
&lt;br /&gt;
====How to lock/unlock the map ?====&lt;br /&gt;
When we change the map ( person to family, ... ), the zoom is recalculated.&lt;br /&gt;
It can be useful in some case to keep the same zoom and position when we change the map provider.&lt;br /&gt;
For this, click on the [[Gramps_5.2_Wiki_Manual_-_Categories#button_3_.28_right_button_.29|right button]] of the mouse, you'll get a popup menu.&lt;br /&gt;
In this menu, you can select lock or unlock zoom and position.&lt;br /&gt;
&lt;br /&gt;
===Prerequisites to see the geography view===&lt;br /&gt;
For Gramps 5.x, you need to install [http://nzjrs.github.io/osm-gps-map/ osmgpsmap] version 1.0 and above and the associated gir package.&lt;br /&gt;
&lt;br /&gt;
For example on ubuntu, you must have:&lt;br /&gt;
&amp;lt;code&amp;gt;gir1.2-osmgpsmap-1.0&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;libosmgpsmap-1.0-0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Possible problems===&lt;br /&gt;
*No view : do you have &amp;lt;code&amp;gt;osmgpsmap&amp;lt;/code&amp;gt; installed ? (''&amp;lt;code&amp;gt;gramps -v&amp;lt;/code&amp;gt;'' from the command line may help you)&lt;br /&gt;
*No tiles : do you have an internet connection active ?&lt;br /&gt;
*No tiles for one provider : if other providers are OK, file a bug&lt;br /&gt;
*Missing tiles : you have no internet connection and it's the first time you try to show the current place.&lt;br /&gt;
*Missing tiles : this can be the same as no tiles for one provider if they modify the access rules (i.e user-agent)&lt;br /&gt;
*Other : [[Using_the_bug_tracker|Report a bug]]&lt;br /&gt;
&lt;br /&gt;
===Geography Category Bottombar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Geography Category}} by default displays no Gramplets in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tab. You may add them as required.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Geography Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Geography Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
&lt;br /&gt;
The filter type may change depending on the view selected.&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Sources Category ==&lt;br /&gt;
&lt;br /&gt;
The {{man label|Sources Category}} offers two view modes ({{man label|[[#Citation_Tree_View|Citation Tree]]}} View and {{man label|[[#Sources_List_View|Sources List]]}} View (default)) that list the sources of certain information stored in the family tree. The record selection, column configuration and Gramplet selections are independent for each view mode.&lt;br /&gt;
&lt;br /&gt;
Sources can include various documents: birth, death, and marriage certificates; books; films; journals; private diaries - nearly anything that can be described as genealogical evidence. Gramps gives you the option to provide citations of sources for each (Event, Person, Place, Media, Note, et cetera) object you create. &lt;br /&gt;
&lt;br /&gt;
By default, the Sources View mode lists the {{man label|Title}}, {{man label|ID}}, and {{man label|Author}} of the source, as well as any {{man label|Publication}} information that may be associated with it. The list of Sources can be re-sorted by clicking on a different column heading. Clicking the header the first time sorts the rows in ascending order based on that column. Clicking again reverses to descending order. &lt;br /&gt;
&lt;br /&gt;
The {{man label|Column Editor}} tab of the Configure Sources dialog can be used to add, remove and rearrange the displayed columns. Click the [[file:gramps-config.png|x32px]] {{man tooltip|Configure the active view}} toolbar button or select Configure&amp;amp;hellip; from the {{man menu|Edit}} menu to open the dialog. &lt;br /&gt;
&lt;br /&gt;
You can select the {{man button| {{icon| stock_add}}}} {{man tooltip|Add a new source}} toolbar button to create a new source or {{man button| {{icon| stock_edit}}}} {{man tooltip|Edit the selected source}} button to edit the sources selected in the list. Either action will invoke the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#New_Source_dialog|Source Editor]]}} dialog.&lt;br /&gt;
&lt;br /&gt;
* See [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Editing_information_about_sources|Editing information about sources]] &lt;br /&gt;
{{-}}&lt;br /&gt;
===Citation Tree View===&lt;br /&gt;
[[File:SourcesCategory-CitationTreeView-example-52.png|right|450px|thumb|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Sources Category - Citation Tree - View]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|[[#Citation_Tree_View|Citation Tree]]}} View mode list will also show all the sources. In addition, it allows the user to see the [[#Citations_Category|Citations]] associated with each source by clicking on the [https://en.wikipedia.org/wiki/Disclosure_widget disclosure triangle] node {{man button|&amp;amp;#x25B6;}}expand or {{man button|&amp;amp;#x25BC;}}collapse disclosure triangular widget.&lt;br /&gt;
&lt;br /&gt;
All the nodes of the tree view mode can be simultaneously collapsed or expanded from the context/pop-up menu shown by right-clicking:&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Expand all Nodes}}&lt;br /&gt;
*{{man menu|Collapse all Nodes}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Add citation&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View &amp;amp;#x25B6; Source or Citation References}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Sources List View===&lt;br /&gt;
&lt;br /&gt;
[[File:SourcesCategory-SourcesListView-example-50.png|right|450px|thumb|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Sources Category - (List) View]]&lt;br /&gt;
&lt;br /&gt;
The default, {{man label|Sources View}} mode only shows the Sources as a list and displays the {{man label|Title}}, {{man label|ID}}, and {{man label|Author}} of the source, as well as any {{man label|Publication}} information that may be associated with it. The list of Sources can be re-sorted by clicking on a different column heading. Clicking the header the first time sorts the rows in ascending order based on that column. Clicking again reverses to descending order. &lt;br /&gt;
&lt;br /&gt;
Additional options are available by selecting a source from the list and using the context/pop-up menu shown by right-clicking:&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View &amp;amp;#x25B6; Source References}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Sources Category Bottombar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Sources Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Gallery====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Gallery|Gallery]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Notes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Notes|Notes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====References====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#References|References]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
===Sources Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Sources Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Citations Category ==&lt;br /&gt;
&lt;br /&gt;
The {{man label|Citations Category}} shows the Citation list View that show the citations for certain information stored in the family tree.&lt;br /&gt;
&lt;br /&gt;
Citations specify which parts of a source are relevant to the information in the database. For example, a Source may be a book, and the citation may be a particular page in the book. Gramps gives you the option to provide a citation for each event you record (births, deaths, marriages, etc.). &lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
===Citations List View===&lt;br /&gt;
&lt;br /&gt;
[[File:CitationsCategory-CitationsListView-example-52.png|right|450px|thumb|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Citations Category - Citations (List) View - example]]&lt;br /&gt;
&lt;br /&gt;
The Citations List View shows the {{man label|Volume/Page}} , {{man label|ID}} , and {{man label|Date}} of the citation, as well as any {{man label|Confidence}} in the evidence.&lt;br /&gt;
&lt;br /&gt;
The list of Citations can be sorted by clicking on a column heading.&lt;br /&gt;
&lt;br /&gt;
Clicking once sorts in ascending order, clicking again sorts in descending order. The {{man label|Column Editor}} dialog can be used to add, remove and rearrange the displayed columns.&lt;br /&gt;
&lt;br /&gt;
Additional options are available by selecting a citation from the list and using the context/pop-up menu shown by right-clicking:&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View &amp;amp;#x25B6; Citation References}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Citations Category Bottombar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Citations Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Gallery====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Gallery|Gallery]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Notes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Notes|Notes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====References====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#References|References]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
===Citations Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Citations Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Repositories Category ==&lt;br /&gt;
&lt;br /&gt;
The {{man label|Repositories Category}} shows the Repository List View. A repository can be thought of as a collection of sources. Each source in the family tree may be a reference to a repository (such as a library) in which it belongs.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
===Repository List View===&lt;br /&gt;
&lt;br /&gt;
[[File:RepositoriesCategory-RepositoriesListView-example-52.png|450px|right|thumb|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Repositories (list) view - example]]&lt;br /&gt;
&lt;br /&gt;
This view shows a list of all recorded repositories.&lt;br /&gt;
&lt;br /&gt;
Additional options are available by selecting a repository from the list and using the context/pop-up menu shown by right-clicking:&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View &amp;amp;#x25B6; Repository References}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Repository Category Bottombar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Repository Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Details====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Details|Details]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Notes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Notes|Notes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====References====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#References|References]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
===Repository Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Repository Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Media Category ==&lt;br /&gt;
&lt;br /&gt;
The {{man label|Media Category}} shows the Media List View, which list the Media Objects stored in the family tree.&lt;br /&gt;
&lt;br /&gt;
Media Objects are technically any files that relate somehow to the stored genealogical data.&lt;br /&gt;
&lt;br /&gt;
Most frequently, these are images, audio files, animation files, etc. &lt;br /&gt;
{{-}}&lt;br /&gt;
===Media List View===&lt;br /&gt;
&lt;br /&gt;
[[File:MediaCategory-MediaListView-example-52.png|right|450px|thumb|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Media Category - Media (List) View - example]]&lt;br /&gt;
&lt;br /&gt;
The Media List View shows the following columns for the list {{man label|Name}} , {{man label|ID}} , {{man label|Type}}, {{man label|Path}} and {{man label|Date}} of the Media Object.&lt;br /&gt;
&lt;br /&gt;
The {{man label|Column Editor}} dialog may be used to rearrange the displayed columns, which obey usual sorting rules. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Selecting a media item from the list and using the context menu (right-clicking) offers the following options&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|View}} - show the media item using an external program.&lt;br /&gt;
*{{man menu|Open Containing Folder}} - which opens to the folder containing the media item.&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View}}&lt;br /&gt;
** {{man menu|Media References}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Media Category Bottombar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Media Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Preview====&lt;br /&gt;
In the &amp;quot;Preview&amp;quot; tab you can double click on the media/photo to open it in the default picture viewer.&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Media_Preview|Media Preview]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Citations====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Citations|Citations]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Notes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Notes|Notes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Attributes====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Attributes|Attributes]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====Image Metadata====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Image Metadata|Image Metadata]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
====References====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#References|References]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
===Media Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Media Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Notes Category ==&lt;br /&gt;
&lt;br /&gt;
The {{man label|Notes Category}} View shows a List mode, which inventories the text notes (either pure text or pre-formatted) that can be referenced by the other objects.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* Using the [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Editing_information_about_notes|Note Editor]] to make new annotations or editing information about existing notes&lt;br /&gt;
{{-}}&lt;br /&gt;
===Notes List View===&lt;br /&gt;
&lt;br /&gt;
[[File:NotesCategory-NotesListView-example-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Notes Category - Notes (List) view]]&lt;br /&gt;
&lt;br /&gt;
The Notes List View shows a list of text notes.&lt;br /&gt;
&lt;br /&gt;
The functionality of the notes View is similar to the other views. The view lists all {{man label|Notes}} stored in the Family Tree. &lt;br /&gt;
&lt;br /&gt;
Using the menu {{man menu|View -&amp;gt;Configure View...}} you open the {{man label|Column Editor}} and you can change the displayed columns. The possibilities are {{man label|Preview}}, {{man label|ID}}, {{man label|Type}}, {{man label|Private}}, {{man label|Tags}} and {{man label|Last Changed}}.&lt;br /&gt;
&lt;br /&gt;
The {{man label|Type}} can be ([[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#note_type|amongst others]]): ''Event Note'', ''Address Note'', ''Source text'', ''Place Note''. (In version 5.2, the built-in {{man label|Type}} list includes: ''Citation'', ''General'', ''HTML code'', ''Link'', ''Report'', ''Research'', ''Source text'', ''To Do'', ''Transcript'', ''Unknown'')&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Selecting a Note item from the list and using the context menu (right-clicking) offers the following options&lt;br /&gt;
*{{man menu|Back}}&lt;br /&gt;
*{{man menu|Forward}}&lt;br /&gt;
*{{man menu|Add&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Edit&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Delete}}&lt;br /&gt;
*{{man menu|Merge&amp;amp;hellip;}}&lt;br /&gt;
*{{man menu|Quick View}}&lt;br /&gt;
**{{man menu|Link References}}&lt;br /&gt;
**{{man menu|Note References}}&lt;br /&gt;
&lt;br /&gt;
Double-clicking on a Note item in the list will bring up the [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#New_Note_editor_dialog|Note editor]] window where you can edit the Note. You can change fonts, font color and background color. A [[Gramps_5.2_Wiki_Manual_-_Settings#Environment_Settings|spelling checker]] is available for ''English'' and your local language.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Notes Category Bottombar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Notes Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Bottombar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====References====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#References|References]] Gramplet&lt;br /&gt;
{{-}}&lt;br /&gt;
===Notes Category Sidebar tabs===&lt;br /&gt;
&lt;br /&gt;
The {{man label|Notes Category}} shows the following [[Gramps_5.2_Wiki_Manual_-_Main_Window#Bottombar_and_Sidebar|Sidebar]] tabs.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Filter====&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Gramplets#Filter|Filter]] Gramplet&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{man index|Gramps 5.2 Wiki Manual - Main Window|Gramps 5.2 Wiki Manual - Manage Family Trees|5.2}}&lt;br /&gt;
{{languages|Gramps 5.2 Wiki Manual - Categories}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_Settings&amp;diff=105134</id>
		<title>Gramps 5.2 Wiki Manual - Settings</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_Settings&amp;diff=105134"/>
		<updated>2024-09-08T22:24:26Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: /* Database Location */ Defer to the user directory page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps 5.2 Wiki Manual - Tools|Gramps 5.2 Wiki Manual - Filters|5.2}}&lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_Settings}}&lt;br /&gt;
{{#vardefine:chapter|15}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This section deals with various settings you can manage within Gramps.&lt;br /&gt;
&lt;br /&gt;
== Preferences ==&lt;br /&gt;
[[File:EditPreferencesTabsOnly-overview-52.png|right|thumb|650px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Overview of all Preferences tabs]]&lt;br /&gt;
&lt;br /&gt;
Most of the settings affecting the entire Gramps program are configured in the {{man label|Preferences}} dialog. To invoke it, select the menu {{man menu|Edit &amp;amp;#x27a1; Preferences...}}. &lt;br /&gt;
&lt;br /&gt;
There are overrides that can be set ''before'' running Gramps (such setting the Language shown in the interfaces or for reports) that can be set temporarily or permanently from the [[Gramps_5.2_Wiki_Manual_-_Command_Line|command line interface]].  &lt;br /&gt;
&lt;br /&gt;
For configuration options that are limited to the current view or Gramplet set, choose via the menu {{man menu|View &amp;amp;#x27a1; Configure View...}}, click on [[File:Gramps-config.png|34px]]{{man button|Configure View...}} toolbar button or press the ''Configure active view'' [[Gramps_5.2_Wiki_Manual_-_Keybindings#Common_keybindings|keyboard keybinding]]. &lt;br /&gt;
&lt;br /&gt;
The tabs on the top display the available option categories as follows:&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Data|Data]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#General|General]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Family_Tree|Family Tree]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Import|Import]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Limits|Limits]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Colors|Colors]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Genealogical Symbols|Genealogical Symbols]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#ID_Formats|ID Formats]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Text|Text]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Warnings|Warnings]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Researcher|Researcher]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also ''other'' additional tabs maybe shown from any [[5.2_Addons#Addon_List|addons]] you may have installed.&lt;br /&gt;
{{-}}&lt;br /&gt;
=== Data ===&lt;br /&gt;
[[File:EditPreferences-Data-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit -&amp;gt; Preferences...&amp;quot; &amp;quot;Data&amp;quot; tab defaults]]&lt;br /&gt;
The {{man label|Data}} tab contains preferences relevant to the following two sections:&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Options|Display Options]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Input_Options|Input Options]]}}&lt;br /&gt;
{{-}}&lt;br /&gt;
==== Display Options ====&lt;br /&gt;
[[File:EditPreferences-Data-tab-DisplayOptions-section-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit -&amp;gt; Preferences...&amp;quot; &amp;quot;Data&amp;quot; tab &amp;quot;Display Options&amp;quot; section defaults]]&lt;br /&gt;
The {{man label|Display Options}} section contains the following options:&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Automate Place format:}} This option controls the display of places. {{man tooltip|Enables automatic place title generation using specified format.}} This feature was labeled as &amp;quot;Enable automatic place title generation&amp;quot; in the 5.0 revision and as &amp;quot;Place format(auto place title)&amp;quot; in the 5.1 revision. The [[Gramps_4.1_Wiki_Manual_-_What%27s_new%3F#Place_hierarchies|hierarchy of Places]] was new in the [[Template:Releases/4.1.0|4.1.0]] revision and the [[Gramps_4.2_Wiki_Manual_-_Settings#Places|Places tab]] of Preferences only existed in the 4.2 version. Major revisions are expected for Place hierarchies so this interfaces is likely to relocated and renamed again.&lt;br /&gt;
** '''Full''' (default)&lt;br /&gt;
*** Selecting the {{man button|Edit...}} button will show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Place_Format_Editor|Place Format Editor]]}}&lt;br /&gt;
*{{man label|Coordinates format:}} This option controls the display of Coordinates. (See [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Supported_longitude.2Flatitude_formats|Supported longitude/latitude formats]])&lt;br /&gt;
** '''DEG Degree,minutes,seconds notation''' (default)&lt;br /&gt;
** DEG-: degree, minutes, seconds notation with :&lt;br /&gt;
** D.D4  degree notation, 4 decimals &lt;br /&gt;
** D.D8  degree notation, 8 decimals (precision like ISO-DMS) &lt;br /&gt;
** RT90  Output format for the [https://en.wikipedia.org/wiki/Swedish_grid Swedish coordinate system RT90]&lt;br /&gt;
*{{man label|Name format:}} This option controls the display of names in the current database (the setting is saved in the database and is not system wide). In Gramps there are two type of name display formats: the predefined formats, and the user defined custom formats{{man label|Custom name display options are unique to each family tree.}}. Several different predefined name formats are available: &amp;quot;Surname, Given Suffix&amp;quot;, &amp;quot;Given Surname Suffix&amp;quot;, &amp;quot;Given&amp;quot;, &amp;quot;Primary[sur] Primary[con] NotPatronymic, Given Patronymic[sur] Suffix Primary[pre]&amp;quot;&lt;br /&gt;
** Clicking on the right hand side {{man button|Edit...}} button will bring up a {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Name_Editor|Display Name Editor]]}} window where the available list of options is shown. The format is given as well as an example. When predefined formats are not suitable one can define one's own format. You can use the {{man button|Add}} button to add a Name format to the list. Clicking once will give you a '''SURNAME,Given Suffix(call)''' format and as example : '''SMITH, Edwin Jose Sr (Ed)'''. If you added new name formats to the list the {{man button|Remove}} and {{man button|Edit}} buttons become available to change the name format list. &lt;br /&gt;
***{{checkbox|0}}{{man label|Consider single pa/matronymic as surname}}: Checkbox unselected by default. If selected enables Gramps to consider patronymic and matronymic names as surnames.&lt;br /&gt;
&lt;br /&gt;
{{man note|1=Note|2=Besides this database-wide setting Gramps allows you to decide the name display format individually for every single name via the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_3#Name_Editor|Name Editor]]}} dialog}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Date format *:}} This option controls the display of dates. It is a global setting, requiring a restart of Gramps to take effect, and applies to the display of dates in all databases loaded within Gramps until such time as the date display format is changed again. Several different formats are available, which may be dependent on your locale.  {{man menu|Please note that once changed, it is necessary to restart Gramps to view the new date display format}}&lt;br /&gt;
** '''YYYY-MM-DD (ISO)''' (default) - Example 2020-09-30 - Displays the date using the international standard [https://wikipedia.org/wiki/ISO_8601 ISO 8601 Data elements and interchange formats – Information interchange] particularly useful when sharing data between countries with different conventions for writing numeric dates and times.&lt;br /&gt;
** Numerical&lt;br /&gt;
** Month Day, Year&lt;br /&gt;
** MON DAY, YEAR&lt;br /&gt;
** Day Month Year&lt;br /&gt;
** DAY MON YEAR&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*{{man label|Age display precision *:}}  {{man menu|Please note that once changed, it is necessary to restart Gramps to view the new Age precision format}}&lt;br /&gt;
** '''Years''' (default)&lt;br /&gt;
** Years, Months&lt;br /&gt;
** Years, Months, Days&lt;br /&gt;
*{{checkbox|1}}{{man label|Round the year}} {{new|5.1}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Display ages for events after death *}} {{man menu|Please note that once changed, it is necessary to restart Gramps to see the change.}}  {{new|5.1}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Calendar on reports:}} '''Gregorian''' (default). This option controls the display of calendar on reports, tools, gramplets, views. Several different calendars are available (see [[Gramps_5.2_Wiki_Manual_-_Entering_and_Editing_Data:_Detailed_-_part_1#Editing_dates|Date Edition]]). Two dates with two different calendars will not properly display timeline or period, (e.g. Using the Gregorian calendar as the default displayed calendar, users will have a better coherency for displaying dates on period).&lt;br /&gt;
*{{man label|Calendar on input:}} '''Gregorian''' (default).&lt;br /&gt;
*{{man label|Show leap day anniversaries:}}  '''On the previous day''' (default). {{man tooltip|For non leap years, anniversaries are displayed on either February 28, March 1 or not at all in Gregorian calendars}}  {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Status bar:}}  This option controls the information displayed in the status bar. This can be either the '''[[Gramps_Glossary#active_person|Active Person]]'s name and ID''' (default) or '''Relationship to [[Gramps_Glossary#home_person|home person]]'''.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Citation formatter:}} '''Legacy''' (default).  Select from the available plugins for composing and display of Citation data. The built-in &amp;quot;Legacy&amp;quot; [[Addon_list_legend#cite|CITE plugin]] is compatible with versions 5.1.6 and earlier. {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
===== Place Format Editor =====&lt;br /&gt;
{{man note|See|[[Hierarchical Place Structure]]}}&lt;br /&gt;
[[File:EditPreferences-Data-tab-Display-section-PlaceFormatEditor-dialog-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Place Format Editor - dialog (default) from Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Data&amp;quot; tab &amp;quot;Display&amp;quot; section]]&lt;br /&gt;
&lt;br /&gt;
Accessed from the Edit &amp;gt; Data tab [[Gramps_5.2_Wiki_Manual_-_Settings#Display_Options|Display Options]] section &amp;quot;Automate Place Format&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
This tab contains preferences relevant to how Places should be shown. &lt;br /&gt;
&lt;br /&gt;
*{{man label|Name:}} A unique name for the place format.&lt;br /&gt;
*{{man label|Levels:}} The place names to be displayed.&lt;br /&gt;
Each level in the hierarchy is represented by a positive integer, starting with 0 for the selected place and increasing by 1 for each level up the hierarchy.  The levels can also be represented by negative integers, starting with -1 for the top level (usually a country) and decreasing by 1 for each level lower in the hierarchy.  In addition, the populated place (city, town, village or hamlet) is represented by the letter p; this can be used with an offset (e.g. p+1 or p-2).&lt;br /&gt;
&lt;br /&gt;
The names to be displayed are defined as a comma-separated list of ranges.  A range can either be a single level, or a start level and an end level separated by a colon.  The start level must be less than the end level in a range.  The start and end levels default to 0 and -1 if missing.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Street format:}} &amp;quot;None&amp;quot; (default), &amp;quot;Number Street&amp;quot; or &amp;quot;Street Number&amp;quot;.  Option to concatenate the number and street in order to suppress the comma.  For this option to work, the street must have the [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Editor_dialog|'''Type''']] ''Street'' and house number must have the '''Type''' ''Number''.&lt;br /&gt;
*{{man label|Language:}} (Empty by Default) A two-digit language code.&lt;br /&gt;
*{{checkbox|0}} {{man label|Reverse display order}} (checkbox unchecked by default)&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Editor_dialog|Place Editor dialog]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Name_Editor_dialog|Place Name Editor dialog]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
=====Display Name Editor=====&lt;br /&gt;
&lt;br /&gt;
{{man note|1=Note|2=Custom name display formats are stored in the Family Trees, thus before loading any Family Tree the {{man label|Custom format details}} expander is disabled.}}&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-Data-tab-DisplayOptions-section-DisplayNameEditor-dialog-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Display Name Editor - dialog (default) from Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Data&amp;quot; tab &amp;gt; &amp;quot;Display Options&amp;quot; section]]&lt;br /&gt;
The following keywords are replaced with the appropriate name parts:&lt;br /&gt;
* &amp;lt;b&amp;gt;Given&amp;lt;/b&amp;gt;      - given name (first name) &lt;br /&gt;
* &amp;lt;b&amp;gt;Title&amp;lt;/b&amp;gt;      - title (Dr., Mrs.)       &lt;br /&gt;
* &amp;lt;b&amp;gt;Call&amp;lt;/b&amp;gt;       - call name               &lt;br /&gt;
* &amp;lt;b&amp;gt;Initials&amp;lt;/b&amp;gt;   - first letters of Given  &lt;br /&gt;
* &amp;lt;b&amp;gt;Primary, Primary[pre] or [sur] or [con]&amp;lt;/b&amp;gt;- full primary surname, prefix, surname only, connector   &lt;br /&gt;
* &amp;lt;b&amp;gt;Patronymic, or [pre] or [sur] or [con]&amp;lt;/b&amp;gt; - full pa/matronymic surname, prefix, surname only, connector &lt;br /&gt;
* &amp;lt;b&amp;gt;Familynick&amp;lt;/b&amp;gt; - family nick name        &lt;br /&gt;
* &amp;lt;b&amp;gt;Rest&amp;lt;/b&amp;gt;       - non primary surnames    &lt;br /&gt;
* &amp;lt;b&amp;gt;Rawsurnames&amp;lt;/b&amp;gt;- surnames (no prefixes and connectors)&lt;br /&gt;
* &amp;lt;b&amp;gt;Surname&amp;lt;/b&amp;gt;      - surnames (with prefix and connectors)&lt;br /&gt;
* &amp;lt;b&amp;gt;Suffix&amp;lt;/b&amp;gt;       - suffix (Jr., Sr.)&lt;br /&gt;
* &amp;lt;b&amp;gt;Nickname&amp;lt;/b&amp;gt;     - nick name&lt;br /&gt;
* &amp;lt;b&amp;gt;Common&amp;lt;/b&amp;gt;       - nick name, otherwise first of Given&lt;br /&gt;
* &amp;lt;b&amp;gt;Prefix&amp;lt;/b&amp;gt;       - all prefixes (von, de)  &lt;br /&gt;
* &amp;lt;b&amp;gt;Notpatronymic&amp;lt;/b&amp;gt;- all surnames, except pa/matronymic &amp;amp;amp; primary&lt;br /&gt;
&lt;br /&gt;
{{man menu|UPPERCASE versions of these keywords forces uppercase to be displayed.}} Extra parentheses, commas are removed. Other text appears literally.&lt;br /&gt;
&lt;br /&gt;
[[File:NameEditor-format_reference_example-51.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Display Name Editor - reference person]]&lt;br /&gt;
&lt;br /&gt;
'''Example:''' Dr. Edwin Jose von der Smith and Weston Wilson Sr (“Ed”) - Underhills&lt;br /&gt;
''Edwin Jose'': Given, ''von der'': Prefix, ''Smith'' and ''Weston'': Primary, ''and'': &amp;lt;abbr title=&amp;quot;a connector&amp;quot;&amp;gt;[con]&amp;lt;/abbr&amp;gt;, ''Wilson'': Patronymic,&lt;br /&gt;
''Dr.'': Title, ''Sr'': Suffix, ''Ed'': Nickname, ''Underhills'' &amp;lt;abbr title=&amp;quot;family nick name&amp;quot;&amp;gt;Familynick&amp;lt;/abbr&amp;gt;, Jose &amp;lt;abbr title=&amp;quot;called (preferred given name)&amp;quot;&amp;gt;call&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
All the fields in the Example except the Family Nickname can be added in the standard Person Editor dialog. Double-click the Preferred name in Names tab of the Person Editor to access additional fields including: the Family Nick Name, Grouping controls, exception Sorting &amp;amp; Display controls, Date range controls for using a particular name.&lt;br /&gt;
&lt;br /&gt;
{{stub}}&amp;lt;!-- mention the three buttons at the bottom--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==== Input Options ====&lt;br /&gt;
[[File:EditPreferences-Data-tab-InputOptions-section-default-52.png|right|thumb|650px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}}  Menu: &amp;quot;Edit -&amp;gt; Preferences...&amp;quot; &amp;quot;Data&amp;quot; tab &amp;quot;Input Options&amp;quot; section defaults]]&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;surname guessing&amp;quot;&amp;gt;{{man label|Surname Guessing:}}&amp;lt;span&amp;gt; This option affects the initial family name of a child when they are added to the family tree.  The default {{man label|Father's surname}} will use the family name of the father. Selecting {{man label|None}} means that no surname guessing will be attempted. Selecting {{man label|Combination of mother's and father's surname}} will use the father's name followed by the mother's name. Finally, {{man label|[https://wikipedia.org/wiki/Icelandic_name Icelandic style]}} will use the father's given name followed by the &amp;quot;sson&amp;quot; suffix (e.g. the son of Edwin will be guessed as Edwin''sson'').&lt;br /&gt;
&lt;br /&gt;
{{man tip|1=Tip |2=The {{man label|Surname Guessing:}} option only affects the initial family name guessed by Gramps when the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Edit_Person_dialog|Edit Person]]}} dialog is launched from a {{man label|Family Editor}} window.&lt;br /&gt;
You can modify that name any way you see fit. Set this Preferences [[Gramps_5.2_Wiki_Manual_-_Settings#Display|Display tab]] option to the value that you will most frequently use, as it will save you a lot of typing.&lt;br /&gt;
&lt;br /&gt;
See: &lt;br /&gt;
* [https://gramps-project.org/bugs/view.php?id=1715 feature request to support other local variations for surname guessing]&lt;br /&gt;
* [https://wikipedia.org/wiki/Category:Names_by_culture Category:Names by culture], From Wikipedia, the free encyclopedia}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Default family relationship:}} &lt;br /&gt;
** '''Unknown'''(default)&lt;br /&gt;
** Married &lt;br /&gt;
** Unmarried &lt;br /&gt;
** Civil Union&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Hide LDS tab in [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#LDS|person]] and [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#LDS_2|family]] editors}}: Latter Days Saints {{new|5.2.0}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
[[File:EditPreferences-General-tab-EnviromentSettings-section-default-52.png|Right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} General Preferences - Enviroment Settings - section - (defaults)]]&lt;br /&gt;
&lt;br /&gt;
This tab contains one section containing preferences relevant to the general operation of the program.&lt;br /&gt;
&lt;br /&gt;
==== Environment Settings ====&lt;br /&gt;
*{{checkbox|0}}{{man label|Display Tip of the Day}}: This checkbox option controls the enabling and disabling of the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Tip_of_the_Day_dialog|Tip of the Day]]}} dialog at startup. {{man tooltip|Show useful information about using Gramps on startup.}}&lt;br /&gt;
*{{checkbox|0}}{{man label|Remember last Family Tree}}: Selecting this checkbox option causes the last used database to load upon start. It bypasses the '''Manage Family Trees''' dialog.&lt;br /&gt;
*{{checkbox|0}}{{man label|Remember last view displayed}}: This checkbox option controls the enabling and disabling of the the display of the last [[Gramps_Glossary#view|View]]. Enabling will bring you to the view where you stopped the program the last time. {{man tooltip|Remember last view displayed and open it next time.}}&lt;br /&gt;
*{{checkbox|0}}{{man label|Enable spelling checker}}: This checkbox option controls the enabling and disabling of the spelling checker for notes. The '''gtkspell''' package must be loaded for this to have an effect. ( See:  [[Troubleshoot Spellcheck]] )&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Show text label beside Navigator buttons *}} ''checked'' (default) This checkbox controls whether or not a text description is displayed next to the icon in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Navigator|Navigator]] in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Main_Window|Main Window]]. This option takes effect after the program has been restarted. {{man tooltip|Show or hide text beside Navigator buttons (People, Families, Events...). Requires Gramps restart to apply.}}&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Clipboard icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Reports icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Tools icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Addons icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Preferences icon on toolbar}}&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Show close button in gramplet bar tabs}} ''unchecked''(default) {{man tooltip|Show close button to simplify removing gramplets from bars.}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Markup for invalid date format:}} Default: &amp;lt;code&amp;gt;&amp;amp;lt;b&amp;gt;%s&amp;amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Convenience markups are:&lt;br /&gt;
*** &amp;lt;b&amp;gt;&amp;amp;lt;b&amp;amp;gt;Bold&amp;amp;lt;/b&amp;amp;gt;&amp;lt;/b&amp;gt;  (Default)&lt;br /&gt;
*** &amp;lt;big&amp;gt;&amp;amp;lt;big&amp;amp;gt;Makes font relatively larger&amp;amp;lt;/big&amp;amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
*** &amp;lt;i&amp;gt;&amp;amp;lt;i&amp;amp;gt;Italic&amp;amp;lt;/i&amp;amp;gt;&amp;lt;/i&amp;gt;&lt;br /&gt;
*** &amp;lt;s&amp;gt;&amp;amp;lt;s&amp;amp;gt;Strikethrough&amp;amp;lt;/s&amp;amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
*** &amp;lt;sub&amp;gt;&amp;amp;lt;sub&amp;amp;gt;Subscript&amp;amp;lt;/sub&amp;amp;gt;&amp;lt;/sub&amp;gt;&lt;br /&gt;
*** &amp;lt;sup&amp;gt;&amp;amp;lt;sup&amp;amp;gt;Superscript&amp;amp;lt;/sup&amp;amp;gt;&amp;lt;/sup&amp;gt;&lt;br /&gt;
*** &amp;lt;small&amp;gt;&amp;amp;lt;small&amp;amp;gt;Makes font relatively smaller&amp;amp;lt;/small&amp;amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
*** &amp;lt;tt&amp;gt;&amp;amp;lt;tt&amp;amp;gt;Monospace font&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
*** &amp;lt;u&amp;gt;&amp;amp;lt;u&amp;amp;gt;Underline&amp;amp;lt;/u&amp;amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
**** For example: &amp;amp;lt;u&amp;amp;gt;&amp;amp;lt;b&amp;amp;gt;%s&amp;amp;lt;/b&amp;amp;gt;&amp;amp;lt;/u&amp;amp;gt;  will display &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Underlined bold date&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Multiple surname box height:}} Default:'''150''' Pixels {{man tooltip|Enter height in pixels. When multiple surnames are entered, these names display in a box. This setting sets the size of this box.}}&lt;br /&gt;
&lt;br /&gt;
====Tip of the Day dialog====&lt;br /&gt;
&lt;br /&gt;
[[File:TipOfTheDay-dialog--example-WhatsThatFor-52.png|Right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Tip of the Day dialog]]&lt;br /&gt;
&lt;br /&gt;
When enabled in {{man menu|Edit &amp;gt; Preferences}} {{man label|General}} tab the {{man label|Tip of the Day}} dialog shows helpful hints.&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
*{{checkbox|1}} {{man label|Display on startup}} (check box checked by default - once enabled) - uncheck to stop further tips appearing.&lt;br /&gt;
*{{man button|Forward}} - Advance to the next tip.&lt;br /&gt;
*{{man button|Close}} - exit for this session until the Gramps program is restarted.&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
&amp;lt;!-- 2023/09/08 List of 73 Tips are stored here https://github.com/gramps-project/gramps/blob/maintenance/gramps52/data/tips.xml --&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Family Tree ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:EditPreferences-FamilyTree-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: {{man menu|Edit&amp;gt;Preferences...}} - &amp;quot;Family Tree&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Family Tree}} tab contains the following four sections:&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Database_Settings|Database Settings]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Database_Location|Database Location]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Backup_Management|Backup Management]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Family_Tree.27s_Media_path|Family Tree's Media path]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Manage_Family_Trees#Backing_up_a_Family_Tree|Backing up a family tree]] - more information on backups&lt;br /&gt;
* [[Template:Backup_Omissions|Backup omissions]] - what is not included during a backup&lt;br /&gt;
* Addon [[Addon:PostgreSQL|PostgreSQL]] - this adds support for PostgreSQL databases.&lt;br /&gt;
&lt;br /&gt;
====Database Settings====&lt;br /&gt;
*{{man label|Database backend:}} - &lt;br /&gt;
** '''[[Gramps_Glossary#sqlite|SQLite]]''' (''default'') - the [[DB-API Database Backend]]&lt;br /&gt;
** ... If other database backends addons are installed, they will be added to the list &amp;lt;abbr title=&amp;quot;exempli gratia - Latin phrase meaning 'for example'&amp;quot;&amp;gt;e.g.&amp;lt;/abbr&amp;gt;: [[Addon:PostgreSQL|PostgreSQL]] backend&lt;br /&gt;
&lt;br /&gt;
The ''[[Gramps_Glossary#bsddb|BSDDB]]'' - Legacy Database backend was superseded in the Gramps 5.1 version.&lt;br /&gt;
&lt;br /&gt;
====Database Location====&lt;br /&gt;
*{{man label|Host:}} - Server address or other computer IP address for the location of the database.&lt;br /&gt;
*{{man label|Port:}} - Port number to access the Host database&lt;br /&gt;
*{{man label|Family Tree Database path:}} Unless you have a definite reason to change this, stay with the default path. The default path where databases are stored is &amp;lt;code&amp;gt;grampsdb&amp;lt;/code&amp;gt; within the [[Gramps_5.2_Wiki_Manual_-_User_Directory|User Directory]].&lt;br /&gt;
&lt;br /&gt;
====Backup Management====&lt;br /&gt;
*{{man label|Backup path:}} - Location in which to save your Gramps backup archive files.&lt;br /&gt;
*{{checkbox|1}}{{man label|Backup on exit}} - Selecting this option will Backup Your family tree upon choosing to exit Gramps. The file be saved to the Backup path specified above. The filename of the backup will match the Family Tree appended with a date and time.&lt;br /&gt;
*{{man label|Autobackup:}} timer interval for triggering full backups during Gramps editing sessions.&lt;br /&gt;
** '''Never''' (''default'')&lt;br /&gt;
** Every 15 minutes&lt;br /&gt;
** Every 30 minutes&lt;br /&gt;
** Every hour&lt;br /&gt;
** Every 12 hours {{new|5.2.0}}&lt;br /&gt;
** Every day {{new|5.2.0}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Family Tree's Media path====&lt;br /&gt;
*{{man label|Base media path:}} Here you can fill in a base path for the media objects. Selecting the {{man button|Directory}} button gives you a {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Select_media_directory_dialog|Select media directory]]}} dialog where you can fill in the required path.&lt;br /&gt;
&lt;br /&gt;
{{man tip|The base relative media path is specific to the active family tree.|It is not a global setting in Gramps. Each family tree is able to have a unique media base path that is stored with the database.}}&lt;br /&gt;
&lt;br /&gt;
{{man tip|To make media paths relative|You also need to select the {{man label|[ ] Convert to a relative path}} checkbox, at the bottom of the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Select_a_media_object_selector|Select a media object selector]]}} dialog. Once checked for the first time it will be remembered for each subsequent media selection.}}&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
*[[Gramps_5.2_Wiki_Manual_-_Tools#Media_Manager|{{man label|Gramps Media Manager}}]] a group of four separate tools two of which allow you to:&lt;br /&gt;
** {{man label|[[Gramps_5.2_Wiki_Manual_-_Tools#Convert_paths_from_relative_to_absolute|Convert paths from relative to absolute]]}}&lt;br /&gt;
** {{man label|[[Gramps_5.2_Wiki_Manual_-_Tools#Convert_paths_from_absolute_to_relative|Convert paths from absolute to relative]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Select media directory dialog=====&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Settings#File_Chooser]]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=====Missing Media Objects 'broken link' icon of a box with a red 'x'=====&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:Broken Media Path.png|right|350px|thumb|Fig. {{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Media object with a broken filepath]]&lt;br /&gt;
&lt;br /&gt;
If the Preview thumbnails displays 'broken link' icon of a box with a red 'x' you will need to correct {{man label|Base media path:}} for your family tree in the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Family_Tree.27s_Media_path|Family Tree's Media path]]}} section.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Import ===&lt;br /&gt;
[[File:EditPreferences-Import-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Import&amp;quot; - tab - defaults]]&lt;br /&gt;
The {{man label|Import}} tab has two sections as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Tag Records ====&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Add tag on import}}: Checkbox (Default: &amp;lt;code&amp;gt;Imported %Y/%m/%d %H:%M:%S&amp;lt;/code&amp;gt; ) '''Note - Adding a [[Gramps_Glossary#tag|Tag]] on import can significantly slow down the importing of your data.''' {{man tooltip|Specified tag will be added on import. Clear to set default value.}}&lt;br /&gt;
&lt;br /&gt;
==== Source GEDCOM import ====&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Add default source on GEDCOM import}}: This checkbox option affects the importing of [[Gramps_5.2_Wiki_Manual_-_Manage_Family_Trees#GEDCOM_import|GEDCOM data]]. If this is set, each item that is imported will contain a [[Gramps_Glossary#source|Source]] reference to the imported file. '''Note - Adding a default source can significantly slow down the importing of your GEDCOM data.'''&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Limits ===&lt;br /&gt;
[[File:EditPreferences-Limits-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Limits&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
Settings used for calculation operations.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps 5.2 Wiki Manual - Probably Alive]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Editing_dates|Editing dates]]&lt;br /&gt;
* Setting the [[Match_dates#Changing_after.2Fbefore.2Fabout_range|date approximation .ini]] manually&lt;br /&gt;
&lt;br /&gt;
==== Calculation limits ====&lt;br /&gt;
&lt;br /&gt;
*{{man label|Date 'about' year range: (date ± #):}} Default: &amp;lt;code&amp;gt;50&amp;lt;/code&amp;gt;&lt;br /&gt;
** Defines the number of years +/- of the event date &amp;quot;&amp;lt;code&amp;gt;about &amp;lt;date&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; that the event will return as valid for a filter.&lt;br /&gt;
** Used in the calculation of the person's age.&lt;br /&gt;
*{{man label|Date 'after' year range: (date + #):}} Default: &amp;lt;code&amp;gt;50&amp;lt;/code&amp;gt;&lt;br /&gt;
** Defines the number of years after the event date &amp;quot;&amp;lt;code&amp;gt;after &amp;lt;date&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; that the event will return as valid for a filter.&lt;br /&gt;
** Used in the calculation of the person's age.&lt;br /&gt;
*{{man label|Date 'before' year range: (date - #):}} Default: &amp;lt;code&amp;gt;50&amp;lt;/code&amp;gt;&lt;br /&gt;
** Defines the number of years before the event date &amp;quot;&amp;lt;code&amp;gt;before &amp;lt;date&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; that the event will return as valid for a filter.&lt;br /&gt;
** Used in the calculation of the person's age.&lt;br /&gt;
*{{man label|Maximum age probably alive:}} Default: &amp;lt;code&amp;gt;110&amp;lt;/code&amp;gt;&lt;br /&gt;
** Absent a Death event, the age by which Gramps will consider the person is no longer alive.&lt;br /&gt;
*{{man label|Maximum sibling age difference:}} Default: &amp;lt;code&amp;gt;20&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Minimum years between generations:}} Default: &amp;lt;code&amp;gt;13&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Average years between generations:}} Default: &amp;lt;code&amp;gt;20&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Max generations for relationships:}} You can enter the number of generations used to determine relationships. The default value is '''&amp;lt;code&amp;gt;15&amp;lt;/code&amp;gt;'''. Limits the scope of features based on the [[Gramps_5.2_Wiki_Manual_-_Tools#Relationship_Calculator|Relationship Calculator]]. &lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Colors ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:EditPreferences-Colors-tab-default-52.png|right|thumb|650px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Colors&amp;quot; - tab - UK/Australian dialect defaults]]&amp;lt;!-- ignore that color is spelt &amp;quot;colour&amp;quot; in the screenshot as I am (also) using gramps in UK/Australian mode--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tab has seven section related to allowing you to set the '''colors used for boxes in the graphical views'''.&lt;br /&gt;
&lt;br /&gt;
Each of the colors can be customized using the [[Gramps_5.2_Wiki_Manual_-_Settings#Pick_a_Color_selector|Pick a Color selector]].&lt;br /&gt;
&lt;br /&gt;
==== Colors used for boxes in the graphical views ====&lt;br /&gt;
&lt;br /&gt;
You can select the&lt;br /&gt;
* {{man label|Color scheme:}} ''Light colors''(default) or ''Dark colors''&lt;br /&gt;
** {{man button|Restore to defaults}} - restores themes default colors.&lt;br /&gt;
&lt;br /&gt;
====Colors for Male persons====&lt;br /&gt;
* Background for Alive: [ ] #b8cee6&lt;br /&gt;
* Border for Alive: [ ] #1f4986&lt;br /&gt;
* Background for Dead: [ ] #b8cee6&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for Female persons====&lt;br /&gt;
* Background for Alive: [ ] #feccf0&lt;br /&gt;
* Border for Alive: [ ] #861f69&lt;br /&gt;
* Background for Dead: [ ] #feccf0&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for people who are neither male nor female====&lt;br /&gt;
* Background for Alive: [ ] #94ef9e&lt;br /&gt;
* Border for Alive: [ ] #2a5d16&lt;br /&gt;
* Background for Dead: [ ] #94ef9e&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for Unknown persons====&lt;br /&gt;
* Background for Alive: [ ] #f3dbb6&lt;br /&gt;
* Border for Alive: [ ] #8e5801&lt;br /&gt;
* Background for Dead: [ ] #f3dbb6&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for Family nodes====&lt;br /&gt;
* Default background: [ ] #eeeeee&lt;br /&gt;
* Default border: [ ] #cccccc&lt;br /&gt;
* Background for Married: [ ] #eeeeee&lt;br /&gt;
* Background for Unmarried: [ ] #eeeeee&lt;br /&gt;
* Background for Civil Union: [ ] #eeeeee&lt;br /&gt;
* Background for Unknown: [ ] #eeeeee&lt;br /&gt;
* Background for Divorced: [ ] #eeeeee&lt;br /&gt;
* Border for Divorced: [ ] #ff7373&lt;br /&gt;
&lt;br /&gt;
====Other colors====&lt;br /&gt;
* Background for Home Person: [ ] #bbe68a&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Genealogical Symbols ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
{{man warn|Prerequisites exist for this feature|The Genealogical Symbols tab can only be used if the [[#Prerequisite_to_use_Genealogical_Symbols|prerequisite]] program &amp;lt;code&amp;gt;[[#Prerequisite_to_use_Genealogical_Symbols|python-fontconfig]]&amp;lt;/code&amp;gt; is present that Gramps can use.}}&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-GenealogicalSymbols-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Genealogical Symbols&amp;quot;  - Preferences tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
Allows you to use Genealogical symbols instead of text abbreviations in reports, charts and the Gramps interface. &lt;br /&gt;
&lt;br /&gt;
This tab gives you the possibility to use one font which is able to show all genealogical symbols. (Once configured see: [[#Prerequisite_to_use_Genealogical_Symbols|Prerequisite to use Genealogical Symbols]])&lt;br /&gt;
&lt;br /&gt;
If you select the &amp;quot;{{man label|Use symbols}}&amp;quot; checkbox, Gramps will use the selected font if it exists.&lt;br /&gt;
&lt;br /&gt;
This can be useful if you want to add phonetic in a note to show how to pronounce a name or if you mix multiple languages like Greek and Russian.&lt;br /&gt;
&lt;br /&gt;
You can only configure the death symbol from this tab.&lt;br /&gt;
&lt;br /&gt;
:List of Genealogical Symbols shown (listed in order shown at bottom screenshot):&lt;br /&gt;
&lt;br /&gt;
* Female&lt;br /&gt;
* Male&lt;br /&gt;
* Asexuality, sexless, genderless&lt;br /&gt;
* Lesbianism&lt;br /&gt;
* Male homosexuality&lt;br /&gt;
* Heterosexuality&lt;br /&gt;
* Transgender, hermaphrodite (in entomology)&lt;br /&gt;
* Transgender&lt;br /&gt;
* Neuter&lt;br /&gt;
&lt;br /&gt;
* Illegitimate&lt;br /&gt;
* Birth&lt;br /&gt;
* Baptism/Christening&lt;br /&gt;
* Engaged&lt;br /&gt;
* Marriage&lt;br /&gt;
* Divorce&lt;br /&gt;
* Unmarried partnership&lt;br /&gt;
* Buried&lt;br /&gt;
* Cremated/Funeral urn&lt;br /&gt;
* Killed in action&lt;br /&gt;
* Extinct&lt;br /&gt;
&lt;br /&gt;
* Death&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;!-- Unicode symbols not showing on mediwiki due to ??? add back when worked out&lt;br /&gt;
* &amp;amp;#2640; - Female&lt;br /&gt;
* &amp;amp;#2642; - Male&lt;br /&gt;
* &amp;amp;#26aa; - Asexuality, sexless, genderless&lt;br /&gt;
* &amp;amp;#26a2; - Lesbianism&lt;br /&gt;
* &amp;amp;#26a3; - Male homosexuality&lt;br /&gt;
* &amp;amp;#26a4; - Heterosexuality&lt;br /&gt;
* &amp;amp;#26a5; - Transgender, hermaphrodite (in entomology)&lt;br /&gt;
* &amp;amp;#26a6; - Transgender&lt;br /&gt;
* &amp;amp;#26b2; - Neuter&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;#229b; - Illegitimate&lt;br /&gt;
* &amp;amp;#002a; - Birth&lt;br /&gt;
* &amp;amp;#007c; - Baptism/Christening&lt;br /&gt;
* &amp;amp;#26ac; - Engaged&lt;br /&gt;
* &amp;amp;#26ad; - Marriage&lt;br /&gt;
* &amp;amp;#26ae; - Divorce&lt;br /&gt;
* &amp;amp;#26af; - Unmarried partnership&lt;br /&gt;
* &amp;amp;#26b0; - Buried&lt;br /&gt;
* &amp;amp;#26b1; - Cremated/Funeral urn&lt;br /&gt;
* &amp;amp;#2694; - Killed in action&lt;br /&gt;
* &amp;amp;#2021; - Extinct&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;#271e; - Death&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! meaning&lt;br /&gt;
! symbol&lt;br /&gt;
! Unicode code point(s)	&lt;br /&gt;
! name&lt;br /&gt;
|-&lt;br /&gt;
! male	&lt;br /&gt;
| ♂	&lt;br /&gt;
| U+2642	&lt;br /&gt;
| Male Sign&lt;br /&gt;
|-&lt;br /&gt;
! female	&lt;br /&gt;
| ♀	&lt;br /&gt;
| U+2640	&lt;br /&gt;
| Female Sign&lt;br /&gt;
|-&lt;br /&gt;
! unknown	&lt;br /&gt;
| ⚪︎	&lt;br /&gt;
| U+26AA	&lt;br /&gt;
| Medium White Circle&lt;br /&gt;
|-&lt;br /&gt;
! hermaphrodite	&lt;br /&gt;
| ⚥	&lt;br /&gt;
| U+26A5	&lt;br /&gt;
| Interlocked Male and Female Sign&lt;br /&gt;
|-&lt;br /&gt;
! neuter	&lt;br /&gt;
| ⚲	&lt;br /&gt;
| U+26B2	&lt;br /&gt;
| Neuter&lt;br /&gt;
 	 		&lt;br /&gt;
|-&lt;br /&gt;
! birth	&lt;br /&gt;
| *	&lt;br /&gt;
| U+002A	&lt;br /&gt;
| Asterisk&lt;br /&gt;
|-&lt;br /&gt;
! baptisation, christening	&lt;br /&gt;
| ~	&lt;br /&gt;
| U+007E	&lt;br /&gt;
| Tilde&lt;br /&gt;
|-&lt;br /&gt;
! death	&lt;br /&gt;
| ✝︎	&lt;br /&gt;
| U+271D	&lt;br /&gt;
| Latin Cross&lt;br /&gt;
|-&lt;br /&gt;
! burial	&lt;br /&gt;
| ⚰︎	&lt;br /&gt;
| U+26B0	&lt;br /&gt;
| Coffin&lt;br /&gt;
|-&lt;br /&gt;
! cremation	&lt;br /&gt;
| ⚱︎	&lt;br /&gt;
| U+26B1	&lt;br /&gt;
| Funeral Urn&lt;br /&gt;
|-&lt;br /&gt;
! stillborn	&lt;br /&gt;
| ✝︎*	&lt;br /&gt;
| U+0086 U+002A	&lt;br /&gt;
| Latin Cross, Asterisk&lt;br /&gt;
|-&lt;br /&gt;
! born illegitimately	&lt;br /&gt;
| *⃝	&lt;br /&gt;
| U+002A U+20DD	&lt;br /&gt;
| Circled Asterisk&lt;br /&gt;
|-&lt;br /&gt;
! born illegitimately	&lt;br /&gt;
| ⊛	&lt;br /&gt;
| U+229B	&lt;br /&gt;
| Circled Asterisk Operator&lt;br /&gt;
|-&lt;br /&gt;
! killed in action	&lt;br /&gt;
| ⚔︎	&lt;br /&gt;
| U+2694	&lt;br /&gt;
| Crossed Swords&lt;br /&gt;
|-&lt;br /&gt;
! this line extinct	&lt;br /&gt;
| ‡	&lt;br /&gt;
| U+2021	&lt;br /&gt;
| Double Dagger	&lt;br /&gt;
|-&lt;br /&gt;
! approximate(ly)	&lt;br /&gt;
| ±	&lt;br /&gt;
| U+00B1	&lt;br /&gt;
| Plus-Minus&lt;br /&gt;
|-&lt;br /&gt;
! before	&lt;br /&gt;
| &amp;lt;	&lt;br /&gt;
| U+003C	&lt;br /&gt;
| Less-Than Symbol&lt;br /&gt;
|-&lt;br /&gt;
! after	&lt;br /&gt;
| &amp;gt;	&lt;br /&gt;
| U+003E	&lt;br /&gt;
| Greater-Than Symbol&lt;br /&gt;
 	 		&lt;br /&gt;
|-&lt;br /&gt;
! engaged	&lt;br /&gt;
| ⚬	&lt;br /&gt;
| U+26AC	&lt;br /&gt;
| Medium Small White Circle&lt;br /&gt;
|-&lt;br /&gt;
! married	&lt;br /&gt;
| ⚭	&lt;br /&gt;
| U+26AD	&lt;br /&gt;
| Marriage Symbol&lt;br /&gt;
|-&lt;br /&gt;
! divorced	&lt;br /&gt;
| ⚮	&lt;br /&gt;
| U+26AE	&lt;br /&gt;
| Divorce Symbol&lt;br /&gt;
|-&lt;br /&gt;
! unmarried	&lt;br /&gt;
| ⚯	&lt;br /&gt;
| U+26AF	&lt;br /&gt;
| Unmarried Partnership Symbol&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
====Prerequisite to use Genealogical Symbols====&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:EditPreferences-GenealogicalSymbols-tab-default-51.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Genealogical Symbols&amp;quot;  - Preferences tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
=====Initial setup=====&lt;br /&gt;
&lt;br /&gt;
If the fontconfig [[Gramps_5.2_Wiki_Manual_-_Settings#Prerequisite|prerequisite has been installed]], then on the {{man label|Genealogical Symbols}} tab select the {{man button|Try to find}} button, Gramps will attempt to detect any suitable unicode text fonts that can be used.  &lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-GenealogicalSymbols-FindFont-51.png|center|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Genealogical Symbols&amp;quot;  - Finding fonts]]&lt;br /&gt;
&lt;br /&gt;
When the search has completed select one of the fonts from the {{man button|Choose font}} list and then select the checkbox:&lt;br /&gt;
&lt;br /&gt;
{{checkbox|1|Use symbols}}&lt;br /&gt;
&lt;br /&gt;
=====Prerequisite=====&lt;br /&gt;
Prerequisite : '''python-fontconfig''' : Python bindings of fontconfig and its dependencies are required for displaying genealogical symbols&lt;br /&gt;
{{man note|Use the [[Addon:Prerequisites_Checker_Gramplet|Prerequisites Checker]]|Do you have &amp;lt;code&amp;gt;python-fontconfig&amp;lt;/code&amp;gt; installed? Run the Prerequisites Checker Addon and look for something similar to the following line:&amp;lt;pre&amp;gt;* python-fontconfig 0.5.0 (Success version 0.5.x is installed.)&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* Tamura Jones expounds on [https://www.tamurajones.net/GenealogySymbols.xhtml Genealogical Symbols] ''(the 'Unicode' section is particularly relevant)''&lt;br /&gt;
* [[GEPS 039: Genealogical symbols in gramps]]&lt;br /&gt;
* Feature request: {{bug|9098}} Gramps should be able to use genealogy symbols everywhere.&lt;br /&gt;
* [[Customize the Genealogical Symbols lookup table]] located in the [[Gramps_5.2_Wiki_Manual_-_User_Directory#MS_Windows|Gramps user directory]] at: [https://github.com/gramps-project/gramps/blob/maintenance/gramps51/gramps/gen/utils/symbols.py gramps\gen\utils\symbols.py]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== ID Formats ===&lt;br /&gt;
{{man tip|ID Prefixes |The ID prefixes use formatting conventions common for C, Python, and other programming languages. For example, the &amp;lt;code&amp;gt;%04d&amp;lt;/code&amp;gt; expands to an integer, prepended with zeros to have the total width of four digits. If you would like IDs to be 1, 2, 3, etc., simply set the formatting parameter to &amp;lt;code&amp;gt;%d&amp;lt;/code&amp;gt;, the 'd' specifies Decimal Integer, outputting the number in base 10.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;See: Python [https://docs.python.org/3/library/string.html#format-specification-mini-language (String) Format Specification Mini-Language]}}&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-IDFormats-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;ID Formats&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
This tab contains preferences relevant to the automatic generation of Gramps IDs.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Person:}} Provides the template for generating IDs for a Person. Default value: &amp;lt;code&amp;gt;I%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Family:}} Provides the template for generating IDs for a Family. Default value: &amp;lt;code&amp;gt;F%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Place:}} Provides the template for generating IDs for a Place. Default value: &amp;lt;code&amp;gt;P%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Source:}} Provides the template for generating IDs for a Source. Default value: &amp;lt;code&amp;gt;S%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Citation:}} Provides the template for generating IDs for a Citation. Default value: &amp;lt;code&amp;gt;C%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Media Object:}} Provides the template for generating IDs for a Media Object. Default value: &amp;lt;code&amp;gt;O%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Event:}} Provides the template for generating IDs for an Event. Default value: &amp;lt;code&amp;gt;E%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Repository:}} Provides the template for generating IDs for a Repository. Default value: &amp;lt;code&amp;gt;R%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Note:}} Provides the template for generating IDs for a Note. Default value: &amp;lt;code&amp;gt;N%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can use the [[Gramps_5.2_Wiki_Manual_-_Tools#Reorder_Gramps_ID|Reorder Gramps ID]] tool to change the format.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Text ===&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-Text-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Text&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
This tab contains preferences relevant to how missing and private names and records should be shown.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Missing surname:}} in the input field you can determine how a missing surname should be displayed. Default value is '''&amp;lt;code&amp;gt;[Missing Surname]&amp;lt;/code&amp;gt;'''. You can change this to [--] or whatever is most convenient for you.&lt;br /&gt;
*{{man label|Missing given name}} in the input field you can determine how a missing given name should be displayed. Default value is '''&amp;lt;code&amp;gt;[Missing Given Name]&amp;lt;/code&amp;gt;'''. You can change this to whatever you want.&lt;br /&gt;
*{{man label|Missing record:}} Default: &amp;lt;code&amp;gt;[Missing Record]&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Private surname:}} Default: &amp;lt;code&amp;gt;[Living]&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Private given name:}} Default: &amp;lt;code&amp;gt;[Living]&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Private record:}} Default: &amp;lt;code&amp;gt;[Private Record]&amp;lt;/code&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Warnings ===&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-Warnings-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Warnings&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
This tab controls the display of warning dialogs, allowing the re-enabling of dialogs that have been disabled.&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Suppress warning when adding parents to a child.}} Checkbox checked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Suppress_warning_when_adding_parents_to_a_child|Dialog]])&lt;br /&gt;
*{{checkbox|0}}{{man label|Suppress warning when cancelling with changed data.}} Checkbox unchecked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Suppress_warning_when_cancelling_with_changed_data|Dialog]])&lt;br /&gt;
*{{checkbox|0}}{{man label|Suppress warning about missing researcher when exporting to GEDCOM.}} Checkbox unchecked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Suppress_warning_about_missing_researcher_when_exporting_to_GEDCOM|Dialog]])&lt;br /&gt;
*{{checkbox|0}}{{man label|Suppress tooltip warnings about data being saved immediately.}} Checkbox unchecked by Default {{new|5.2.0}}&lt;br /&gt;
*{{checkbox|0}}{{man label|Show plugin status dialog on plugin load error.}} Checkbox unchecked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Module_not_loaded_warnings|Dialog]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See the [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference|Error and Warning Reference]] page for examples.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Researcher ===&lt;br /&gt;
{{man tip|Researcher Information|This contact information is independent of the family trees you create.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Most exports and reports will be filtered to protect the privacy of living people of the Tree... including yourself. This information feeds into the authoring and citation features of any publication (or archival) options.}}&lt;br /&gt;
[[File:EditPreferences-Researcher-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Researcher&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
Allows you to {{man label|Enter your information so people can contact you when you distribute your Family Tree}} in the corresponding text entry fields. Although Gramps requests information about you, this information is used only so that Gramps can create valid GEDCOM output files. A valid GEDCOM file requires information about the file's creator. If you choose, you may leave the information empty, however none of your exported GEDCOM files will be valid.&lt;br /&gt;
&lt;br /&gt;
The available text entry fields are (all blank by default):&lt;br /&gt;
*{{man label|Name:}}&lt;br /&gt;
*{{man label|Address:}}&lt;br /&gt;
*{{man label|Locality:}}&lt;br /&gt;
*{{man label|City:}}&lt;br /&gt;
*{{man label|State/County:}}&lt;br /&gt;
*{{man label|Country:}}&lt;br /&gt;
*{{man label|ZIP/Postal Code:}}&lt;br /&gt;
*{{man label|Phone:}}&lt;br /&gt;
*{{man label|Email:}}&lt;br /&gt;
&lt;br /&gt;
The information entered under this preference acts as default value for family tree specific values that can be adjusted with the [[Gramps_5.2_Wiki_Manual_-_Tools#Edit_Database_Owner_Information|Edit Database Owner Information]] tool.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Other settings ==&lt;br /&gt;
&lt;br /&gt;
Besides {{man label|Preferences}} dialog, there are other settings available in Gramps. For various reasons they have been made more readily accessible, as listed below.&lt;br /&gt;
{{-}}&lt;br /&gt;
===Column Editor===&lt;br /&gt;
&lt;br /&gt;
{{man tip|1=Column Editor|2=The {{man label|Column Editor}} is available and works in the same way for all list views. Specifically, it is available for People View, Family View (children list). Sources View, Citations View, Places View, Media View, Repositories View and the Notes View.}}&lt;br /&gt;
&lt;br /&gt;
[[File:ConfigureTheActiveView-icon-on-toolbar-51.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Selecting the {{man button|Configure View...}} button]]&lt;br /&gt;
&lt;br /&gt;
[[File:ColumnEditor-dialog-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Column Editor - Dialog - People default]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The columns of the list views may be added, removed, or reordered in a {{man label|Column Editor}} dialog. &lt;br /&gt;
&lt;br /&gt;
To use the {{man label|Column Editor }} dialog for the current view, choose via the menu {{man menu|View &amp;amp;#x27a1; Configure View...}}, click on [[File:Gramps-config.png|34px]]{{man button|Configure View...}} toolbar button or press the ''Configure active view'' [[Gramps_5.2_Wiki_Manual_-_Keybindings#Common_keybindings|keyboard keybinding]]. &lt;br /&gt;
&lt;br /&gt;
Only columns with a selected checkbox will be shown in the view. You can also change the position of a column in the View by clicking and dragging it to a new position in the Editor ([https://wikipedia.org/wiki/Drag-and-drop ''drag and drop'']). Once you have made the changes you want click {{man button|Apply}}, then click {{man button|OK}} to exit the Editor and see your changes in the View.&lt;br /&gt;
&lt;br /&gt;
By default, the View List, displays several columns of information about the respective category. You can add or remove columns to and from the display &lt;br /&gt;
&lt;br /&gt;
The default sort key for the view [always ascending] is the left-most field [i.e. at the top in the Column Editor], so changing which field is in that position affects default sorting.&lt;br /&gt;
&lt;br /&gt;
[[File:ConfigurePersonView-51.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Column Editor - Dialog - People example]]The {{man label|Column Editor}} dialog will have a different selection of columns for each category of View that displays a simple table.&lt;br /&gt;
&lt;br /&gt;
Changes will only be enacted when the {{man button|Apply}} button is clicked.&lt;br /&gt;
&lt;br /&gt;
Once the View columns changes have been applied, clicking once on the column header sorts in ascending order, clicking again sorts in descending order. &lt;br /&gt;
&lt;br /&gt;
The subset of columns and the current [[Gramps_5.2_Wiki_Manual_-_Filters|filters]] will also constrain the data exported via the {{Man menu|Family Trees&amp;amp;nbsp;&amp;amp;#x27a1;&amp;amp;nbsp;[[Gramps_5.2_Wiki_Manual_-_Settings#Export_View|Export View...]]}} operation. Hidden columns and records will not be exported. &lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Sorting columns ===&lt;br /&gt;
&lt;br /&gt;
[[File:PeopleCategory-PeopleListView-SortedByBirthDateColumn-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Sorted by &amp;quot;Birth Date&amp;quot; column in the list mode of the People Category View - example]]&lt;br /&gt;
&lt;br /&gt;
By default, each Category View presenting data in a columnated table layout will sort the rows in ascending order based on the data in the first (left-most) column. If the table has grouped rows, the grouped data will be sub-sorted. ''(Tables in tabbed subsets of data, Editors and Selectors will work similarly.)''&lt;br /&gt;
&lt;br /&gt;
Click once on a different column header to sort on the data of that column in ascending order. Click the header again to sort in reverse order. &lt;br /&gt;
&lt;br /&gt;
The {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Column_Editor|Column Editor]]}} dialog can be used to add, remove and rearrange the displayed columns. Choosing a different first column will make that the new default sorting column of the view [though always ascending].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Setting Home person===&lt;br /&gt;
[[File:MenuEdit-SetHomePerson-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu showing ''Set Home Person'']]&lt;br /&gt;
&lt;br /&gt;
To set (designate) the [[Gramps_Glossary#home_person|Home person]], select the People Category and select the desired person to make them into the [[Gramps_Glossary#active_person|Active Person]] and then choose {{man menu|Edit -&amp;gt;Set Home Person}} via the menus.&lt;br /&gt;
&lt;br /&gt;
Alternately, when editing any Person, right-clicking on inactive areas (areas without a text-entry box) of the top section displays a pop-up menu which includes an option to {{man menu|Make Home Person}} of that profile.&lt;br /&gt;
&lt;br /&gt;
The Home person is the persistently designated person who becomes the [[Gramps_Glossary#active_person|Active Person]] when one of the following occurs:&lt;br /&gt;
*By default, when the Family tree database is opened&amp;lt;br /&amp;gt;''(The [[Gramps_5.2_Wiki_Manual_-_Settings#General_Gramps_settings|General]] setting in [[Gramps_5.2_Wiki_Manual_-_Settings#Preferences|Preferences]] can modify this default behavior. The &amp;quot;Remember last view displayed&amp;quot; will return to the last [[Gramps_Glossary#active_person|Active Person]] of the previous session.)''&lt;br /&gt;
*As the toolbar {{man button|Home}} button is clicked&lt;br /&gt;
*When the Home menu item is selected from either the {{man button|Go}} menu or the right-click context menu in selected views&lt;br /&gt;
*As the [[Gramps_5.2_Wiki_Manual_-_Keybindings#15|keybinding]] {{Man key press|ALT|Home}} is pressed to return to the '''Home Person'''. &lt;br /&gt;
&lt;br /&gt;
The toolbar {{man button|Home}} button is available in the People Category, Relationships Category, and Pedigree Category. [[File:Gramps Go-Home48x48 win.png|text-bottom]]&lt;br /&gt;
====See also====&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Navigation#Setting_the_Home_Person|Setting the Home Person]]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Adjusting viewing controls===&lt;br /&gt;
&lt;br /&gt;
Whether the toolbar, the sidebar, or the filter (not available on Pedigree and Relationships Views) are displayed in the main window is adjusted through the View menu.&lt;br /&gt;
&lt;br /&gt;
In the different views clicking the {{man menu|[[Gramps_5.2_Wiki_Manual_-_Navigation#View|View]]}} menu will shows for boxes you can click:&lt;br /&gt;
*Navigator&lt;br /&gt;
*Toolbar&lt;br /&gt;
*Sidebar&lt;br /&gt;
*Bottombar&lt;br /&gt;
*Full Screen {{man key press|F11}}&lt;br /&gt;
&lt;br /&gt;
Additionally, depending on the view you are in, other options will be available on {{man label|Configure}}.&lt;br /&gt;
&lt;br /&gt;
*Gramplets:&lt;br /&gt;
**Set Columns to 1&lt;br /&gt;
**Set Columns to 2&lt;br /&gt;
**Set Columns to 3&lt;br /&gt;
*Relationships:&lt;br /&gt;
**Show Siblings&lt;br /&gt;
**Show Details&lt;br /&gt;
*Geography:&lt;br /&gt;
**Time period&lt;br /&gt;
**Layout&lt;br /&gt;
&lt;br /&gt;
All other Views: the [[Gramps_5.2_Wiki_Manual_-_Settings#Column_Editor|column editor]].&lt;br /&gt;
&lt;br /&gt;
===Export View===&lt;br /&gt;
&lt;br /&gt;
[[File:Menubar-FamilyTrees-overview-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menubar - &amp;quot;Family Trees&amp;quot; - overview example showing &amp;quot;Export View&amp;quot; menu entry]]&lt;br /&gt;
&lt;br /&gt;
On most [[Gramps_5.2_Wiki_Manual_-_Categories#Categories_of_the_Navigator|Category List Views]], displayed data maybe be exported, choose via the {{man menu|Family Trees -&amp;gt;Export View...}} [[Gramps_5.2_Wiki_Manual_-_Navigation#Main_Menus|menu]] command.&lt;br /&gt;
&lt;br /&gt;
This Menu command only appears if the displayed data can be exported. Gramps will export data on screen according your choice: '''CSV''' or '''Open Document''' spreadsheet format.&lt;br /&gt;
&lt;br /&gt;
Note that the current configuration of the  View's columns will control what data will be exported. The export will contain only the displayed column data (in the same order) and be limited to records matching any [[Gramps_5.2_Wiki_Manual_-_Filters|filters]] you have applied.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Export View as Spreadsheet dialog====&lt;br /&gt;
&lt;br /&gt;
[[File:ExportViewAsSpreadsheet-CSV-file-dialog-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Export View as Spreadsheet&amp;quot; CSV(default) file-dialog - example]]&lt;br /&gt;
&lt;br /&gt;
Gramps will then display the {{man label|Export View as Spreadsheet}} dialog where after choosing a file location to save to and a name for your file; export data on from the Category List View in one of two spreadsheet formats:&lt;br /&gt;
* '''CSV''' (default)&lt;br /&gt;
* '''OpenDocument Spreadsheet''' - ODS format.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:ExportViewAsSpreadsheet-exampleODS-Displayed-in-LibreOfficeCalc-50.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Example ODS Spreadsheet - Displayed in LibreOffice Calc]]&lt;br /&gt;
&lt;br /&gt;
The example screenshot shows an export to the '''OpenDocument Spreadsheet''' (ODS format) displayed as a Spreadsheet in Libreoffice Calc.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Modularity and plugins===&lt;br /&gt;
Gramps has been designed for expansion. The Plugin (a.k.a. Plug-in, addon, extension) framework provides a path for third party development outside the normal Gramps release distributions. &lt;br /&gt;
&lt;br /&gt;
The documentation for each addon is maintained outside the flow of these main wiki chapters. The interface and functionality of the software and documentation may not conform with the styles seen throughout the rest of Gramps... although we encourage Developers to try to make their additions as seamless as possible.&lt;br /&gt;
&lt;br /&gt;
A brief description and screenshot of each addon can be found in the [[5.2_Addons#Addon_List|Addon List]] section of the wiki manual. The separately maintained documentation page for the addon is linked from the 1st column of that list.&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Plugin_Manager|Plugin Manager]] and [[5.2 Addons|Third-Party Addons]].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Customize report output formats===&lt;br /&gt;
[[File:TextReports-DocumentOptions-PlainText-output-settings-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Document Options - tab defaults for Text Reports (Plain Text - output selected) example]]&lt;br /&gt;
&lt;br /&gt;
What kind of output customization is available? This dialog allows you to change the fonts, font sizes, font color, background color of the text and alignment of paragraphs on the report.&lt;br /&gt;
&lt;br /&gt;
For most report dialogs, in the top part are option tabs specifically related that particular report. The lower part will have more broadly reusable features and is called the {{man label|[[Gramps_5.2_Wiki_Manual_-_Reports_-_part_6#Document_Options|Document Options]]}} section. &lt;br /&gt;
&lt;br /&gt;
From the {{man label|Style:}} drop down list you can choose an existing custom style. Or to make your own {{man label|Style:}} select the {{man button|Style Editor...}} button to show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Document_Styles_dialog|Document Styles]]}} dialog and then select the {{man button|Add a new style}} button to show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Style_editor_dialog|Style editor]]}} dialog.&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
{{-}}&lt;br /&gt;
====Document Styles dialog====&lt;br /&gt;
&lt;br /&gt;
[[File:DocumentStyles-dialog-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Document Styles - dialog - default]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Document Styles}} dialog, list the ''default'' style and any custom styles for that report and allows you to edit or delete any custom styles you have created. Select the {{man button|+ (Add a new style)}} button to show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Style_editor_dialog|Style editor]]}} dialog.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Style editor dialog====&lt;br /&gt;
&lt;br /&gt;
The {{man label|Style editor}} dialog allow you to customize the document style specific to each report.&lt;br /&gt;
&lt;br /&gt;
Change the {{man label|Style sheet name:}} &amp;lt;code&amp;gt;New Style&amp;lt;/code&amp;gt; (default) field to a unique name as it will appear in {{man label|Document Options}} {{man label|Style:}} drop down list.&lt;br /&gt;
&lt;br /&gt;
Once changes for your custom style have been finalized select the {{man button|OK}} button to save the changes or {{man button|Cancel}} to exit.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
=====Style editor dialog tabs=====&lt;br /&gt;
On the left hand side you will see the {{man label|Style}} column that list the paragraph options specific to that report that you may modify. For example the {{man label|[[Gramps_5.2_Wiki_Manual_-_Reports_-_part_6#Ahnentafel_Report|Ahnentafel Report]]}} shows the style options for AHN-Entry, AHN-Generation and AHN-Title.&lt;br /&gt;
&lt;br /&gt;
On the right hand side are three tabs associated with each style listed in the left hand column:&lt;br /&gt;
{{-}}&lt;br /&gt;
======Description======&lt;br /&gt;
&lt;br /&gt;
[[File:StyleEditor-dialog-Description-tab-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Description options tab - Document Styles - dialog (default styles for Ahnentafel Report) (Gramps 4.2.0 Windows 7) ]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|Description}} : The description describes what each paragraph is all about. For example shown here is the style used for the Ahnentafel Report ( AHN-Entry ).&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
======Font options======&lt;br /&gt;
&lt;br /&gt;
[[File:StyleEditor-dialog-FontOptions-tab-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Font options&amp;quot; tab - &amp;quot;Style Editor&amp;quot; dialog for &amp;quot;Document Styles&amp;quot; (default styles for Ahnentafel Report)]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|Font options}} : Here you can set the {{man label|Type face}} Roman or Swiss, the {{man label|Size}} of the font in pt., the {{man label|Color}} of the font and some {{man label|Options}} like Bold, Italic or Underline.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
======Paragraph options======&lt;br /&gt;
&lt;br /&gt;
[[File:StyleEditor-dialog-ParagraphOptions-tab-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Paragraph options&amp;quot; tab - &amp;quot;Style Editor&amp;quot; dialog for &amp;quot;Document Styles&amp;quot; (default styles for Ahnentafel Report)]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|Paragraph options}} : Here you set the {{man label|Alignment}}, the {{man label|Background color}}, {{man label|Indentation}}, {{man label|Spacing}} and {{man label|Borders}} of your style.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Context menu===&lt;br /&gt;
Used in various places in Gramps; how you access the context menu is dependent on your operating systems:&lt;br /&gt;
* On Microsoft windows, you generally use the right button of your mouse to show the context menu or use the keyboard shortcut {{man button|Shift}}+{{man button|F10}}. see [https://docs.microsoft.com/en-us/previous-versions/windows/desktop/mpc/using-context-menus Using Context Menus - Microsoft Docs]&lt;br /&gt;
* On Apple macOS, you generally press {{man button|Ctrl}} while clicking the button of your mouse to show the context menu. see: [https://developer.apple.com/design/human-interface-guidelines/macos/menus/contextual-menus/ Contextual Menus - Menus - macOS - Human Interface Guidelines - Apple Developer]&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps 5.2 Wiki Manual - Keybindings|Keybindings]]&lt;br /&gt;
&lt;br /&gt;
== Customizing ==&lt;br /&gt;
Here are some ways that you can customize Gramps.&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
&lt;br /&gt;
The Display tab of the Preferences allows selection of the Name format used by default throughout Gramps. The Edit button for the  {{man label|Name format:}} opens the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Name_Editor|Display Name Editor]]}}, allowing the creation of user-defined (custom) stylings beyond the pre-defined (built-in) name format choices.  &lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Settings#Preferences|Preferences]]&lt;br /&gt;
&lt;br /&gt;
The Edit button for a person's preferred and alternative names opens the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Name_Editor|Name Editor]]}}, allowing the selection of a name format exceptions that will override the format chosen in the Display tab of Preferences for the entire Tree.  &lt;br /&gt;
&lt;br /&gt;
The name format, grouping and sorting can be overridden for selected individuals and surnames. The Edit Person dialogs have two Edit buttons to access this feature. The button for Preferred name is to the right of the Suffix field. However, for any selected Name (Preferred or Alternative) in the Names tab which opens the Name Editor. The built-in and custom Display Name formats can be selected exceptions to &amp;quot;Group as:&amp;quot; and &amp;quot;Sort as:&amp;quot; options that default to the Name format selected in Preferences.&lt;br /&gt;
&lt;br /&gt;
=== Pick a Color selector ===&lt;br /&gt;
The [[Gramps_5.2_Wiki_Manual_-_Settings#Colors|Colors]] tab of the Preferences allows customizing of the color of various elements of diagrams in the Charts category's graphical views. &lt;br /&gt;
&lt;br /&gt;
==== Color Palette ====&lt;br /&gt;
[[File:PickAColor-selector-dialog-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Pick a Color&amp;quot; - palette selector dialog]]&amp;lt;!-- screenshot shows UK/Australian spelling of colour, please keep USA spelling for user manual--&amp;gt;&lt;br /&gt;
Select a color from the 45 [[Gramps_Glossary#swatch|swatches]] in predefined color palette area. Or select from the recently used {{man label|Custom}} color swatches. Or click the {{man button|+}} button to create your own custom color. Right-click on any swatch to add another custom color and open the gradient selector. &lt;br /&gt;
&lt;br /&gt;
You can drag any color swatch to any swatch in the preference (or configure) dialog.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
==== Color Gradient ====&lt;br /&gt;
[[File:PickAColor-gradient-dialog-52.png|right|thumb|436px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Pick a Color&amp;quot; - gradient selector dialog]]&lt;br /&gt;
The gradient selector dialog is for adjust the [[Gramps_Glossary#swatch|color swatch]] at the top of the dialog. Once changed, either click the {{man button|Select}} button to apply the color. Drag the single gradient dialog swatch to any swatch in the preference (or configure) dialog.&lt;br /&gt;
&lt;br /&gt;
Specific colors of the swatch can be changed in several ways:&lt;br /&gt;
* via direct entry 'color Hex color code'&lt;br /&gt;
* the hue slider (with a numeric fine control&lt;br /&gt;
* mouse left-click in the 1-dimensional (hue) rainbow gradient or the 2-dimensional (brightness and saturation) hue gradient.&lt;br /&gt;
* mouse right-click in either gradient to show the numeric control for the dimension(s) of the gradient &lt;br /&gt;
* mouse left-click on the eyedropper color picker to choose from any pixel shown on the monitor(s)&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== File Chooser ===&lt;br /&gt;
[[File:FileChooser_Bookmarks_Breadcrumbs.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Linux GTK File Chooser: highlighting breadcrumbs and bookmarking]] &lt;br /&gt;
[[File:FileChooser Bookmarks Breadcrumbs mac.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} macOS GTK File Chooser: highlighting breadcrumbs and bookmarking]]&lt;br /&gt;
[[File:FileChooser Bookmarks Breadcrumbs win.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Windows GTK File Chooser: highlighting breadcrumbs and bookmarking]]&lt;br /&gt;
The Open and Save dialogs (File Chooser) for Gramps are based on the [https://docs.gtk.org/gtk3/iface.FileChooser.html GTK File Chooser]. Each operating system has expected behaviors for clicks, double-clicks, sorting, [[Gramps_5.2_Wiki_Manual_-_Keybindings#Handy_Shortcuts|keybindings]], environmental variables, and standard file locations that are characteristic of File Chooser dialogs native to the operating system. A few of these can be customized via the user interface to feel more similar to the OS native File Choosers. However, the idiosyncrasies of various OSes mean shared network folders and URI support may not be as readily browsed as when using the OS native File Choosers.&lt;br /&gt;
&lt;br /&gt;
The [https://developer-old.gnome.org/gtk4/stable/GtkFileChooser.html GtkFileChooser] allows for adding quick navigation hotlinks to commonly used places of the filesystem. In the default implementation, these are displayed in the left sidebar navigation pane. It may be a bit unclear at first that these shortcuts come from various sources and in various flavors, so let's explain the terminology here:&lt;br /&gt;
* '''[[#Bookmarking_file_folders|Bookmarks]]''': are created by the user, by dragging folders from the right pane to the left pane, or by using the “Add”. Bookmarks can be renamed and deleted by the user.&lt;br /&gt;
* '''Shortcuts''': can be provided by the Gramps application. For example, program may want to add a shortcut for a Downloads or Documents folder. Shortcuts ''cannot'' be added or removed by the user. The the 'Rename...' context menu option allows them to be relabeled.&lt;br /&gt;
* '''Volumes''': are provided by the underlying filesystem abstraction. They are the “roots” of the filesystem. The Home and Downloads hotlinks are common &amp;quot;roots&amp;quot;. Volumes cannot be modified by the user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Context Menu options====&lt;br /&gt;
Right-click on any file or folder in the current directory to open context pop-up menu with the following options:&lt;br /&gt;
* Open With File Manager&lt;br /&gt;
* Copy Location&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Settings#Bookmarking_file_folders|Add to Bookmarks]]&lt;br /&gt;
* &amp;amp;#x274f; Show Hidden Files&lt;br /&gt;
* &amp;amp;#x2611; Show Size Column&lt;br /&gt;
* &amp;amp;#x2611; Show Type Column&lt;br /&gt;
* &amp;amp;#x274f; Show Time&lt;br /&gt;
* &amp;amp;#x274f; Sort Folders before Files&lt;br /&gt;
&lt;br /&gt;
Right-click in the navigation sidebar to open context pop-up menu with the following options:&lt;br /&gt;
* Open&lt;br /&gt;
* Remove&lt;br /&gt;
* Rename...&lt;br /&gt;
====Breadcrumbs and text-entry address bar====&lt;br /&gt;
By default, the file folder navigation in the File Chooser is by browsing. There are also some shortcuts on the left and breadcrumbs (highlighted in green in the dialog illustration) for quick navigation up and down the path. &lt;br /&gt;
&lt;br /&gt;
Optionally, a text-entry address bar can be used to directly key-in or paste a path. Toggle between displaying breadcrumbs and the text-entry address bar with the {{Man key press|CTRL|L}} [[Gramps_5.2_Wiki_Manual_-_Keybindings|keybinding]].&lt;br /&gt;
&lt;br /&gt;
====Bookmarking file folders====&lt;br /&gt;
File folder bookmarks can be user defined to make finding standard locations easier. These bookmarks are remembered between sessions and regardless of which Family Tree has been loaded.&lt;br /&gt;
&lt;br /&gt;
With any Open or Save dialog open, navigate to the file location containing the folder to be bookmarked. Create the bookmark by either: dragging the folder icon to the navigation column on the left; or, right-clicking that folder to use the {{Man menu|Add to Bookmarks}} context menu option.    &lt;br /&gt;
&lt;br /&gt;
Right-clicking an existing Bookmark allows renaming that bookmark or removing it.&lt;br /&gt;
&lt;br /&gt;
====File Formats====&lt;br /&gt;
Support for several file formats are built into the standard distribution of Gramps. Import plugin and Export Plugin Addons can be installed via the Plugin Manager or Preferences to expand the options.&lt;br /&gt;
&lt;br /&gt;
See the [[Output_formats|Output Format]] article for list of file formats.&lt;br /&gt;
&lt;br /&gt;
====See also====&lt;br /&gt;
* [https://ubuntugenius.wordpress.com/2010/05/14/how-to-show-text-entry-address-bar-or-breadcrumbs-navigation-buttons-in-nautilus-after-ubuntu-10-04-upgrade/ How to Show Text-Entry Address Bar or “Breadcrumbs” (Navigation Buttons)] in Nautilus After Ubuntu 10.04 Upgrade&lt;br /&gt;
&lt;br /&gt;
*Discourse discussions about the GTK File Chooser:&lt;br /&gt;
** [https://gramps.discourse.group/t/need-suggestions-for-documenting-the-gtk-file-chooser/1820/8 Documenting the File Chooser in the wiki]&lt;br /&gt;
** [https://gramps.discourse.group/t/macos-and-windows-gtk-file-chooser-dialog-capture-request/3364 Illustrating the File Chooser in the Wiki]&lt;br /&gt;
** [https://gramps.discourse.group/t/can-i-cause-folders-to-sort-to-the-top-of-the-list-when-presented-with-the-folder-contents/1708/14 File Chooser: Sorting files and folders]&lt;br /&gt;
&lt;br /&gt;
=== Language ===&lt;br /&gt;
&lt;br /&gt;
Gramps has been translated into a number of [[Portal:Translators|languages]]. Usually Gramps automatically starts in your local language, as chosen for other applications, but sometimes this may not be right for you. And in other cases, a module or addon will not yet have been translated and a warning dialog will appear saying something like &amp;amp;ldquo;Warning: plugin XYZ has no translation for any of your configured languages, using US English instead&amp;amp;rdquo;. (Note that the US dialect of English is the default rather than British.) This can become annoying or intrusive. &lt;br /&gt;
&lt;br /&gt;
The most idealistic situation is that you are as fluent in US English as the language selected for the operating system GUI on your computer. And that you would take the opportunity to translate that Gramps feature for users who are non-English speakers.   &lt;br /&gt;
&lt;br /&gt;
If your system is configured to show a language other then English, you can override this for Gramps.  &lt;br /&gt;
&lt;br /&gt;
As an example, assume that a computer in the Netherlands is configured to default to Unicode 8 Dutch: &amp;quot;LANG: nl_NL.UTF-8&amp;quot;. You could either reset the OS language &lt;br /&gt;
&lt;br /&gt;
In Windows, use the SET command to change the LANG environment variable to &amp;quot;en_GB.UTF-8&amp;quot; for British English. You can do this from the command line interface or [https://gramps-project.org/bugs/view.php?id=11009 create a startup shortcut with the following Target]:&lt;br /&gt;
&amp;lt;code&amp;gt;C:\Windows\System32\cmd.exe /c &amp;quot;SET LANG=en_GB.UTF-8 &amp;amp;&amp;amp; START /D ^&amp;quot;C:\Program Files\GrampsAIO64-5.2.3^&amp;quot; gramps.exe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{stub}} '''{{man warn|tbd|Describe for each main platform how the normal language is determined and how the user can [[Howto:Change_the_language_of_reports#Run_Gramps_in_a_different_language|choose a different language]].'''}}&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
If you want to choose a locale 'variant' for sorting that is not the default variant, then you can start Gramps from the terminal (or console) with a different LC_COLLATE environment. For example, the default sorting (collation) variant for Swedish is &amp;quot;reformed&amp;quot;, but you can instead choose &amp;quot;standard&amp;quot; by typing:&lt;br /&gt;
 export LC_COLLATE=&amp;quot;sv_SE.UTF-8@collation=standard&amp;quot;&lt;br /&gt;
 python Gramps.py&lt;br /&gt;
&lt;br /&gt;
==== macOS ====&lt;br /&gt;
&lt;br /&gt;
For macOS see [[Mac_OS_X:Application_package#Advanced_setup|Advanced setup]] for details on how the language is normally chosen, and how to choose a special, non-default setting for the language, the sorting order or the format of such things as day and month names and number separators.&lt;br /&gt;
&lt;br /&gt;
==== MS Windows ====&lt;br /&gt;
[[File:Microsoft Window Gramps AIO Installer Choose Components-Selection-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Microsoft Window Gramps AIO Installer Choose Components-Selection window.]]&lt;br /&gt;
If you want to run Gramps in another language other than English using the Gramps AIO installer, then you must select it during installation process.&lt;br /&gt;
&lt;br /&gt;
Otherwise it will not be available.&lt;br /&gt;
&lt;br /&gt;
More information can be found at [[Installing_Gramps_for_Windows_computers#Missing_other_languages]] page.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Add Windows OS Menu Item===&lt;br /&gt;
[[File:Edit-Target-GrampsAIO64-Properties-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Edit-Target-GrampsAIO64-Properties for shortcut example.]]&lt;br /&gt;
&lt;br /&gt;
To make Gramps work in your selected language (See table below for your [[Gramps_5.2_Wiki_Manual_-_Settings#Language_codes|language code]]), complete the following:&lt;br /&gt;
* Using your mouse right button click on the &amp;quot;{{man label|GrampsAIO64 5.x.x}}&amp;quot; icon on Desktop and from menu choose: {{man label|Copy}}.&lt;br /&gt;
* Right click anywhere on Desktop and from menu choose: {{man label|Paste shortcut}}&lt;br /&gt;
* New icon will be created with name: &amp;quot;{{man label|GrampsAIO64 5.x.x (2)}}&amp;quot;&lt;br /&gt;
* Right click on that and from menu choose: {{man label|Properties}}&lt;br /&gt;
* A new window will open, click on first tab called {{man label|General}} and change text from &amp;quot;{{man label|GrampsAIO64 5.x.x (2)}}&amp;quot; to something more descriptive like: &amp;quot;{{man label|GrampsAIO Danish}}&amp;quot;&lt;br /&gt;
** Click on second tab called {{man label|Shortcut}}, change text in first entry called {{man label|Target}} from (note path will vary depending on Gramps version used):&lt;br /&gt;
***&amp;lt;code&amp;gt;&amp;quot;C:\Program Files\GrampsAIO64-5.x.x\grampsw.exe&amp;quot;&amp;lt;/code&amp;gt;  to:&lt;br /&gt;
***&amp;lt;code&amp;gt;%comspec% /c set LANG=da_DK.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* Click {{man label|OK}}&lt;br /&gt;
&lt;br /&gt;
Now when you click on that icon Gramps will start in Danish.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{man tip|You can download a zip file attached to feature request:{{bug|13204}} Gramps AIO64 5.2 Language icons Shortcuts Pack ( for the 18 languages shown in the Language table below)}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Change the windows LANG variables===&lt;br /&gt;
Another option if you want Gramps to always load in say: French Canadian language, you can go to Windows &amp;gt; System Properties, and add the LANG variable in the user section of the environment variables dialog with the appropriate Value. &lt;br /&gt;
&lt;br /&gt;
The value to add is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: LANG&lt;br /&gt;
Value: fr_CA.UTF-8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.redswitches.com/blog/environment-variables/#method-1-set-environment-variables-through-the-gui How to Set Environment Variables in Windows 10]&lt;br /&gt;
&lt;br /&gt;
===Language codes===&lt;br /&gt;
Select from the following table of [[Portal:Translators|languages Gramps]] has been translated into:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
!Language&lt;br /&gt;
!ISO code&lt;br /&gt;
!Example&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; English-USA (Default)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; en_US.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=en_US.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; English (British)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; en_GB.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=en_GB.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Finnish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; fi.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=fi.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Russian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; ru_RU.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=ru_RU.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Albanian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; sq_AL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=sq_AL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; German&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; de_DE.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=de_DE.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; French&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; fr_FR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=fr_FR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; French Canadian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; fr_CA.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=fr_CA.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Macedonian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; mk_MK.UTF-8 ???&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Nederlands (Dutch)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nl_NL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nl_NL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Dutch&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nl_BE.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nl_BE.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Slovak&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; sk_SK.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=sk_SK.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Hebrew&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; he_IL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=he_IL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Danish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; da_DK.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=da_DK.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Greek&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; el_GR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=el_GR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Italian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; it_IT.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=it_IT.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Esperanto&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; eo.UTF-8  ???&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Chinese (Simplified)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; zh_CN.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=zh_CN.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Chinese (Hong Kong) &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; zh_HK.UTF-8 ???&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Chinese (Traditional) &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; zh_TW.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=zh_TW.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Ukrainian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; uk_UA.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Portuguese&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; pt_PT.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=pt_PT.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Portuguese (Brazil)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; pt_BR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=pt_BR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Afrikaans&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; af_ZA.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Norwegian Bokmål&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nb_NO.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nb_NO.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Norwegian Nynorsk&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nn_NO.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nn_NO.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Turkish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; tr_TR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=tr_TR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Spanish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; es_ES.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=es_ES.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Polish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; pl_PL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=pl_PL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Slovenian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; sl_SI.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=sl_SI.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
*The language codes are two-letter lowercase ISO language codes (such as &amp;quot;da&amp;quot;) as defined by [https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ISO 639-1].&lt;br /&gt;
*The country codes are two-letter uppercase ISO country codes (such as &amp;quot;BE&amp;quot;) as defined by [https://en.wikipedia.org/wiki/ISO_3166-1 ISO 3166-1].&lt;br /&gt;
&lt;br /&gt;
===Advanced manipulation of settings===&lt;br /&gt;
{{stub}}&amp;lt;!--need to move to its own appendix section--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{man warn| Warning ** Make sure you have closed Gramps **|The contents of this section is outside the scope of interest of a general user of Gramps. If you proceed with tweaking the options on the low level you may damage your Gramps installation. Be careful. '''YOU HAVE BEEN WARNED!'''}}&lt;br /&gt;
&lt;br /&gt;
Besides the settings available in Preferences, you may also wish to explore the advanced settings.&lt;br /&gt;
&lt;br /&gt;
Gramps uses '''[https://en.wikipedia.org/wiki/INI_file#Keys_(properties) INI keys]''' and [https://en.wikipedia.org/wiki/INI_file#Sections INI sections] for managing user preferences and program settings these are stored in the text file &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; under the &amp;lt;code&amp;gt;.gramps/gramps[XX]&amp;lt;/code&amp;gt; folder in your home or user directory.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; file has following sections:&lt;br /&gt;
* [behavior] : typical Key names are: [https://github.com/gramps-project/gramps/blob/master/gramps/gui/grampsgui.py#L502 betawarn], enable-autobackup, use-tips...&lt;br /&gt;
* [colors] : &lt;br /&gt;
* [csv] : &lt;br /&gt;
* [database] : related to database settings for the Family Tree.&lt;br /&gt;
* [export] : export and import folders/directories &lt;br /&gt;
* [geography] : &lt;br /&gt;
* [interface] : a lot of keys regarding height and width of the different Views: e.g. event-height: 450, event-ref-height: 585, event-ref-width: 728, event-width: 712...&lt;br /&gt;
* [paths] : keys related to recent imported files and folders/directories &lt;br /&gt;
* [plugin] : &lt;br /&gt;
* [preferences] : keys related to preferences: all the common prefixes , todo -colors..&lt;br /&gt;
* [researcher] : all information regarding the researcher&lt;br /&gt;
* [spacing] : &lt;br /&gt;
* [test] : &lt;br /&gt;
* [utf8] :  &lt;br /&gt;
&lt;br /&gt;
====Example &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; file====&lt;br /&gt;
Example contents of the &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
;; Gramps key file&lt;br /&gt;
;; Automatically created at 2023/09/13 14:17:45&lt;br /&gt;
&lt;br /&gt;
[behavior]&lt;br /&gt;
;;addmedia-image-dir=''&lt;br /&gt;
;;addmedia-relative-path=0&lt;br /&gt;
;;addons-allow-install=0&lt;br /&gt;
;;addons-projects=[['Gramps', 'https://raw.githubusercontent.com/gramps-project/addons/master/gramps52', True]]&lt;br /&gt;
;;addons-url='https://raw.githubusercontent.com/gramps-project/addons/master/gramps52'&lt;br /&gt;
;;autoload=0&lt;br /&gt;
;;avg-generation-gap=20&lt;br /&gt;
;;check-for-addon-update-types=['new']&lt;br /&gt;
;;check-for-addon-updates=0&lt;br /&gt;
;;date-about-range=50&lt;br /&gt;
;;date-after-range=50&lt;br /&gt;
;;date-before-range=50&lt;br /&gt;
;;do-not-show-previously-seen-addon-updates=1&lt;br /&gt;
;;generation-depth=15&lt;br /&gt;
;;immediate-warn=0&lt;br /&gt;
;;last-check-for-addon-updates='1970/01/01'&lt;br /&gt;
;;max-age-prob-alive=110&lt;br /&gt;
;;max-sib-age-diff=20&lt;br /&gt;
;;min-generation-years=13&lt;br /&gt;
;;owner-warn=0&lt;br /&gt;
;;pop-plugin-status=0&lt;br /&gt;
;;previously-seen-addon-updates=[]&lt;br /&gt;
;;recent-export-type=3&lt;br /&gt;
;;runcheck=0&lt;br /&gt;
;;spellcheck=0&lt;br /&gt;
;;startup=0&lt;br /&gt;
;;surname-guessing=0&lt;br /&gt;
translator-needed=0&lt;br /&gt;
;;use-tips=0&lt;br /&gt;
;;web-search-url='http://google.com/#&amp;amp;q=%(text)s'&lt;br /&gt;
;;welcome=100&lt;br /&gt;
&lt;br /&gt;
[colors]&lt;br /&gt;
;;border-family=['#cccccc', '#252525']&lt;br /&gt;
;;border-family-divorced=['#ff7373', '#720b0b']&lt;br /&gt;
;;border-female-alive=['#861f69', '#261111']&lt;br /&gt;
;;border-female-dead=['#000000', '#000000']&lt;br /&gt;
;;border-male-alive=['#1f4986', '#171d26']&lt;br /&gt;
;;border-male-dead=['#000000', '#000000']&lt;br /&gt;
;;border-other-alive=['#2a5f16', '#26a269']&lt;br /&gt;
;;border-other-dead=['#000000', '#000000']&lt;br /&gt;
;;border-unknown-alive=['#8e5801', '#8e5801']&lt;br /&gt;
;;border-unknown-dead=['#000000', '#000000']&lt;br /&gt;
;;family=['#eeeeee', '#454545']&lt;br /&gt;
;;family-civil-union=['#eeeeee', '#454545']&lt;br /&gt;
;;family-divorced=['#ffdede', '#5c3636']&lt;br /&gt;
;;family-married=['#eeeeee', '#454545']&lt;br /&gt;
;;family-unknown=['#eeeeee', '#454545']&lt;br /&gt;
;;family-unmarried=['#eeeeee', '#454545']&lt;br /&gt;
;;female-alive=['#feccf0', '#62242D']&lt;br /&gt;
;;female-dead=['#feccf0', '#3a292b']&lt;br /&gt;
;;home-person=['#bbe68a', '#304918']&lt;br /&gt;
;;male-alive=['#b8cee6', '#1f344a']&lt;br /&gt;
;;male-dead=['#b8cee6', '#2d3039']&lt;br /&gt;
;;other-alive=['#94ef9e', '#285b27']&lt;br /&gt;
;;other-dead=['#94ef9e', '#062304']&lt;br /&gt;
;;scheme=0&lt;br /&gt;
;;unknown-alive=['#f3dbb6', '#75507B']&lt;br /&gt;
;;unknown-dead=['#f3dbb6', '#35103b']&lt;br /&gt;
&lt;br /&gt;
[csv]&lt;br /&gt;
;;delimiter=','&lt;br /&gt;
;;dialect='excel'&lt;br /&gt;
&lt;br /&gt;
[database]&lt;br /&gt;
;;autobackup=0&lt;br /&gt;
;;backend='sqlite'&lt;br /&gt;
;;backup-on-exit=1&lt;br /&gt;
;;backup-path='C:\\Users\\[username]'&lt;br /&gt;
;;compress-backup=1&lt;br /&gt;
;;host=''&lt;br /&gt;
;;path='C:\\Users\\[username]\\AppData\\Roaming\\gramps\\grampsdb'&lt;br /&gt;
;;port=''&lt;br /&gt;
&lt;br /&gt;
[export]&lt;br /&gt;
;;proxy-order=[['privacy', 0], ['living', 0], ['person', 0], ['note', 0], ['reference', 0]]&lt;br /&gt;
&lt;br /&gt;
[geography]&lt;br /&gt;
;;center-lat=0.0&lt;br /&gt;
;;center-lon=0.0&lt;br /&gt;
;;lock=0&lt;br /&gt;
;;map_service=1&lt;br /&gt;
;;path=''&lt;br /&gt;
;;personal-map=''&lt;br /&gt;
;;show_cross=0&lt;br /&gt;
;;use-keypad=1&lt;br /&gt;
;;zoom=0&lt;br /&gt;
;;zoom_when_center=12&lt;br /&gt;
&lt;br /&gt;
[interface]&lt;br /&gt;
dbmanager-height=370&lt;br /&gt;
;;dbmanager-horiz-position=12&lt;br /&gt;
;;dbmanager-vert-position=85&lt;br /&gt;
;;dbmanager-width=780&lt;br /&gt;
;;dont-ask=0&lt;br /&gt;
;;filter=0&lt;br /&gt;
;;fullscreen=0&lt;br /&gt;
;;grampletbar-close=0&lt;br /&gt;
;;hide-lds=0&lt;br /&gt;
;;ignore-gexiv2=0&lt;br /&gt;
;;ignore-osmgpsmap=0&lt;br /&gt;
;;ignore-pil=0&lt;br /&gt;
;;main-window-height=500&lt;br /&gt;
;;main-window-horiz-position=15&lt;br /&gt;
;;main-window-vert-position=10&lt;br /&gt;
;;main-window-width=775&lt;br /&gt;
;;mapservice='OpenStreetMap'&lt;br /&gt;
;;open-with-default-viewer=0&lt;br /&gt;
;;pedview-layout=0&lt;br /&gt;
;;pedview-show-images=1&lt;br /&gt;
;;pedview-show-marriage=0&lt;br /&gt;
;;pedview-show-unknown-people=0&lt;br /&gt;
;;pedview-tree-direction=2&lt;br /&gt;
;;pedview-tree-size=5&lt;br /&gt;
;;place-name-height=100&lt;br /&gt;
;;place-name-width=450&lt;br /&gt;
;;sidebar-text=1&lt;br /&gt;
;;size-checked=0&lt;br /&gt;
;;statusbar=1&lt;br /&gt;
;;surname-box-height=150&lt;br /&gt;
;;toolbar-addons=1&lt;br /&gt;
;;toolbar-clipboard=1&lt;br /&gt;
;;toolbar-on=1&lt;br /&gt;
;;toolbar-preference=1&lt;br /&gt;
;;toolbar-reports=1&lt;br /&gt;
;;toolbar-text=0&lt;br /&gt;
;;toolbar-tools=1&lt;br /&gt;
;;treemodel-cache-size=1000&lt;br /&gt;
;;view=1&lt;br /&gt;
;;view-categories=['Dashboard', 'People', 'Relationships', 'Families', 'Ancestry', 'Events', 'Places', 'Geography', 'Sources', 'Citations', 'Repositories', 'Media', 'Notes']&lt;br /&gt;
&lt;br /&gt;
[paths]&lt;br /&gt;
;;quick-backup-directory='C:\\Users\\[username]'&lt;br /&gt;
;;quick-backup-filename='%(filename)s_%(year)d-%(month)02d-%(day)02d.%(extension)s'&lt;br /&gt;
;;recent-export-dir='C:\\Users\\[username]'&lt;br /&gt;
;;recent-file=''&lt;br /&gt;
;;recent-import-dir='C:\\Users\\[username]'&lt;br /&gt;
;;report-directory='C:\\Users\\[username]'&lt;br /&gt;
;;website-cal-uri=''&lt;br /&gt;
;;website-cms-uri=''&lt;br /&gt;
;;website-directory='C:\\Users\\[username]'&lt;br /&gt;
;;website-extra-page-name=''&lt;br /&gt;
;;website-extra-page-uri=''&lt;br /&gt;
&lt;br /&gt;
[plugin]&lt;br /&gt;
;;addonplugins=[]&lt;br /&gt;
;;hiddenplugins=[]&lt;br /&gt;
&lt;br /&gt;
[preferences]&lt;br /&gt;
;;age-after-death=1&lt;br /&gt;
;;age-display-precision=1&lt;br /&gt;
;;calendar-format-input=0&lt;br /&gt;
;;calendar-format-report=0&lt;br /&gt;
;;cite-plugin='cite-default'&lt;br /&gt;
;;coord-format=0&lt;br /&gt;
;;cprefix='C%04d'&lt;br /&gt;
;;date-format=0&lt;br /&gt;
;;default-source=0&lt;br /&gt;
;;eprefix='E%04d'&lt;br /&gt;
;;family-relation-type=3&lt;br /&gt;
;;family-warn=1&lt;br /&gt;
;;february-29=0&lt;br /&gt;
;;fprefix='F%04d'&lt;br /&gt;
;;hide-ep-msg=0&lt;br /&gt;
;;invalid-date-format='&amp;lt;b&amp;gt;%s&amp;lt;/b&amp;gt;'&lt;br /&gt;
;;iprefix='I%04d'&lt;br /&gt;
last-view='dashboardview'&lt;br /&gt;
last-views=['dashboardview', '', '', '', '', '', '', '', '', '', '', '', '']&lt;br /&gt;
;;name-format=1&lt;br /&gt;
;;no-given-text='[Missing Given Name]'&lt;br /&gt;
;;no-record-text='[Missing Record]'&lt;br /&gt;
;;no-surname-text='[Missing Surname]'&lt;br /&gt;
;;nprefix='N%04d'&lt;br /&gt;
;;online-maps=0&lt;br /&gt;
;;oprefix='O%04d'&lt;br /&gt;
;;paper-metric=0&lt;br /&gt;
;;paper-preference='Letter'&lt;br /&gt;
;;patronimic-surname=0&lt;br /&gt;
;;place-auto=1&lt;br /&gt;
;;place-format=0&lt;br /&gt;
;;pprefix='P%04d'&lt;br /&gt;
;;private-given-text='[Living]'&lt;br /&gt;
;;private-record-text='[Private Record]'&lt;br /&gt;
;;private-surname-text='[Living]'&lt;br /&gt;
;;quick-backup-include-mode=0&lt;br /&gt;
;;rprefix='R%04d'&lt;br /&gt;
;;sprefix='S%04d'&lt;br /&gt;
;;tag-on-import=0&lt;br /&gt;
;;tag-on-import-format='Imported %Y/%m/%d %H:%M:%S'&lt;br /&gt;
;;use-last-view=0&lt;br /&gt;
&lt;br /&gt;
[researcher]&lt;br /&gt;
;;researcher-addr=''&lt;br /&gt;
;;researcher-city=''&lt;br /&gt;
;;researcher-country=''&lt;br /&gt;
;;researcher-email=''&lt;br /&gt;
;;researcher-locality=''&lt;br /&gt;
;;researcher-name=''&lt;br /&gt;
;;researcher-phone=''&lt;br /&gt;
;;researcher-postal=''&lt;br /&gt;
;;researcher-state=''&lt;br /&gt;
&lt;br /&gt;
[spacing]&lt;br /&gt;
dbman=[22.605613425925927, 5.877459490740741, 9.856047453703704]&lt;br /&gt;
&lt;br /&gt;
[test]&lt;br /&gt;
;;january='January'&lt;br /&gt;
&lt;br /&gt;
[utf8]&lt;br /&gt;
;;baptism-symbol='~'&lt;br /&gt;
;;birth-symbol='*'&lt;br /&gt;
;;buried-symbol='[]'&lt;br /&gt;
;;cremated-symbol='⚱'&lt;br /&gt;
;;dead-symbol='✝'&lt;br /&gt;
;;death-symbol=2&lt;br /&gt;
;;divorce-symbol='o|o'&lt;br /&gt;
;;engaged-symbol='o'&lt;br /&gt;
;;in-use=0&lt;br /&gt;
;;killed-symbol='x'&lt;br /&gt;
;;marriage-symbol='oo'&lt;br /&gt;
;;partner-symbol='o-o'&lt;br /&gt;
;;selected-font=''&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Advanced backup filename setting====&lt;br /&gt;
You can also define the naming pattern for the backup filename by setting the ''&amp;lt;code&amp;gt;paths.quick-backup-filename&amp;lt;/code&amp;gt;'' in the &amp;lt;code&amp;gt;~/.gramps/gramps52/gramps.ini&amp;lt;/code&amp;gt; key file like the following:&lt;br /&gt;
{{-}}&lt;br /&gt;
 [paths]&lt;br /&gt;
 ;;quick-backup-filename='%(filename)s_%(year)d-%(month)02d-%(day)02d.%(extension)s'&lt;br /&gt;
&lt;br /&gt;
by removing the two semicolons(&amp;lt;code&amp;gt;;;&amp;lt;/code&amp;gt;) from the front of INI key line and using use any of the following keywords for the filename pattern:&lt;br /&gt;
*filename&lt;br /&gt;
*year&lt;br /&gt;
*month&lt;br /&gt;
*day&lt;br /&gt;
*hour&lt;br /&gt;
*minutes&lt;br /&gt;
*seconds&lt;br /&gt;
*extension :&lt;br /&gt;
**'''.gpkg'''(default) if you include media.&lt;br /&gt;
**''.gramps'' if you exclude media.&lt;br /&gt;
&lt;br /&gt;
Use the appropriate ~/.gramps/gramps{XX}/gramps.ini key file.&lt;br /&gt;
*Gramps version 5.2 :&lt;br /&gt;
 ~/.gramps/gramps52/gramps.ini&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Manage_Family_Trees#Backup_dialog]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line#Configuration_.28config.29_option]]&lt;br /&gt;
* [[Install_latest_BSDDB#Make_Gramps_use_bsddb3]]&lt;br /&gt;
* [[Customize_the_Genealogical_Symbols_lookup_table#Genealogy_symbols_preferences]]&lt;br /&gt;
&lt;br /&gt;
===Theme===&lt;br /&gt;
The look of Gramps can be changed.&lt;br /&gt;
&lt;br /&gt;
* [[Addon:Themes]]&lt;br /&gt;
* [[Windows_AIO_themes]]&lt;br /&gt;
* [[GEPS_029:_GTK3-GObject_introspection_Conversion#GTK_3_theme|GTK 3 theme - GEPS 029: GTK3-GObject introspection Conversion]]&lt;br /&gt;
* [[Overrule_Gramps_Icons]] - for older Gramps versions.&lt;br /&gt;
* [[UI style]]&lt;br /&gt;
&lt;br /&gt;
Some reports can also be changed:&lt;br /&gt;
&lt;br /&gt;
* [[Website report Themes]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{man index|Gramps 5.2 Wiki Manual - Tools|Gramps 5.2 Wiki Manual - Filters|5.2}}&lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_Settings}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105133</id>
		<title>Gramps 5.2 Wiki Manual - User Directory</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105133"/>
		<updated>2024-09-08T22:19:22Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: Document new and old user directories for each OS, and fallback behavior&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{#vardefine:chapter|D}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This appendix documents the location of the '''Gramps [[Gramps_Glossary#user_directory|User Directory]]'''. That directory, or folder, is stored at different locations due to&lt;br /&gt;
&lt;br /&gt;
* differences in operating systems&lt;br /&gt;
* your username, i.e. the account with which you've logged into your computer. Where ''&amp;lt;username&amp;gt;'' is shown below it should be replaced by your username.&lt;br /&gt;
* user configuration&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== New and old default locations and fallback behavior {{new|5.2.0}} ==&lt;br /&gt;
In Gramps 5.2, on every operating system, the default location of the user directory changed. New and old default user directory locations for each OS are given below. If Gramps 5.2 and later detects a user directory in the old default location, it will use that directory and not create one in the new default location. Otherwise, it will create a user directory in the new default location.&lt;br /&gt;
&lt;br /&gt;
== [[Gramps_Glossary#posix|POSIX]] - style systems ==&lt;br /&gt;
The default user directory location for Gramps in a [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] is {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
 /home/''&amp;amp;lt;username&amp;gt;''/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
In Gramps 5.1 and earlier, the user directory on a POSIX-style environment was&lt;br /&gt;
&lt;br /&gt;
 /home/''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
&lt;br /&gt;
This is true for [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux Linux], [https://wikipedia.org/wiki/Solaris_(operating_system) Solaris] and [https://wikipedia.org/wiki/Unix Unix].&lt;br /&gt;
&lt;br /&gt;
For brevity, you can use tilde notation. The path above can be simplified to&lt;br /&gt;
&lt;br /&gt;
 ~''&amp;amp;lt;username&amp;gt;''/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
or, to avoid referring to the username,&lt;br /&gt;
&lt;br /&gt;
 ~/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
You can also use the [http://www.linfo.org/home_directory.html '''$HOME''' environment variable]. Although Gramps will not recognize environment variables in paths internally, you can use them in a terminal or in scripts. Using '''$HOME''', the path above can be simplified to&lt;br /&gt;
&lt;br /&gt;
 $HOME/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
==macOS==&lt;br /&gt;
[[File:macos_200x200.png|right|128px|link=Download#macOS]]&lt;br /&gt;
The default user directory location for Gramps on macOS, both the [[Mac OS X:Application package]] and [[Build_from_source#Mac_OS_X|built from source]], is (similar to other POSIX systems) {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/.local/share/gramps&lt;br /&gt;
&lt;br /&gt;
In Gramps 5.1 and earlier, the user directory for the Gramps [[Mac OS X:Application package]] was&lt;br /&gt;
&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/Library/Application Support/gramps&lt;br /&gt;
&lt;br /&gt;
but the user directory for [[Build_from_source#Mac_OS_X|Gramps built from source on macOS]] was (similar to other POSIX systems)&lt;br /&gt;
&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
&lt;br /&gt;
=== Accessing hidden directories in macOS ===&lt;br /&gt;
macOS filenames, including directories, starting with &amp;quot;.&amp;quot; (period) do not show up in Finder. Access the Gramps user directory in any of these ways:&lt;br /&gt;
* In Finder, navigate to the directory which contains the hidden file or directory you want to see and type command-shift-. (period). All of the hidden files and directories in that directory will be shown.&lt;br /&gt;
* Click on [https://osxdaily.com/2011/08/31/go-to-folder-useful-mac-os-x-keyboard-shortcut/ {{man menu|Go -&amp;gt; 'Go to Folder...'}}] in the Finder, and type&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
: in the resulting macOS {{man label|Go to the Folder}} dialog box.&lt;br /&gt;
* Open a terminal window using the Terminal application and type&lt;br /&gt;
 ln -s ~/.gramps ~/Documents/Gramps&lt;br /&gt;
which will make Finder show the directory as a folder in your Documents folder named &amp;quot;Gramps&amp;quot;. (You can replace &amp;quot;Gramps&amp;quot; with whatever name you wish, but use a \ before any spaces.)&lt;br /&gt;
&lt;br /&gt;
== MS Windows ==&lt;br /&gt;
[[File:windows_180x160.png|right|128px|link=Download#MS_Windows]]&lt;br /&gt;
The default '''User Directory''' location for any Gramps user data on a Windows 7 (and newer) system is {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
 C:\Users\''%username%''\AppData\Local\gramps&lt;br /&gt;
&lt;br /&gt;
In Gramps 5.1 and earlier, the user directory for Windows 7 (and newer) was&lt;br /&gt;
&lt;br /&gt;
 C:\Users\''%username%''\AppData\Roaming\gramps&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use the '''%LocalAppData%''' [https://wikipedia.org/wiki/Environment_variable#APPDATA environment variable] to avoid referring to the username. (We've chosen to use the username environment variable in the documentation for Windows rather than '''''&amp;lt;username&amp;gt;''''' used for documenting other OSes.) Although Gramps will not recognize environment variables for paths internally, you can use them within Windows to find Gramps user files. The path above can be simplified to:&lt;br /&gt;
 %LocalAppData%\gramps&lt;br /&gt;
&lt;br /&gt;
=== Accessing hidden directories in MS Windows ===&lt;br /&gt;
On Microsoft Windows, filenames and folder for programs and userdata are [https://wikipedia.org/wiki/Hidden_file_and_hidden_directory hidden] in the ''File Explorer''.  To make access to the Gramps user directory easy follow the following advice from Microsoft:&lt;br /&gt;
* [https://support.microsoft.com/en-ca/help/14201/windows-show-hidden-files Show hidden files - Windows Help]&lt;br /&gt;
&lt;br /&gt;
Like the '''User Directory''', the location for programs/applications is also hidden from browsing with Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
The default location for an installation on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Program Files\GrampsAIO64-5.X.X&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line|Command Line]] Configuration (config) option with [[Gramps_5.2_Wiki_Manual_-_Command_Line#Environment_variables|Environment Variables]]&lt;br /&gt;
* [https://winaero.com/how-to-enter-file-location-manually-in-gtk-3-opensave-dialog/ Switching from Breadcrumbs to a location text box] using {{Man key press|Crtl|L}} in GTK file dialogs&lt;br /&gt;
* Discourse forum threads : &lt;br /&gt;
** [https://gramps.discourse.group/t/how-to-set-the-base-path-from-media-relative-to-grampshome/481/2 how to use Environment Variables in Gramps]&lt;br /&gt;
** [https://gramps.discourse.group/t/manually-installing-addons/5696/5 Using Python Eval gramplet to list the Plugins folder path]&lt;br /&gt;
** [https://gramps.discourse.group/t/troubleshooting-gramps-paths-and-environmental-variables/5692 Troubleshooting Gramps paths and environmental variables] with the [[Gramps_5.2_Wiki_Manual_-_Gramplets#Python_Evaluation|Python Evaluation]] gramplet&lt;br /&gt;
&lt;br /&gt;
*{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
[[Category:Documentation|U]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105132</id>
		<title>Gramps 5.2 Wiki Manual - User Directory</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105132"/>
		<updated>2024-09-08T21:29:44Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: /* MS Windows */ As with other OSes, give the user dir location first&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{#vardefine:chapter|D}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This appendix documents the location of the '''Gramps [[Gramps_Glossary#user_directory|User Directory]]'''. That directory, or folder, is stored at different locations due to&lt;br /&gt;
&lt;br /&gt;
* differences in operating systems&lt;br /&gt;
* your username, i.e. the account with which you've logged into your computer. Where ''&amp;lt;username&amp;gt;'' is shown below it should be replaced by your username.&lt;br /&gt;
* user configuration&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== [[Gramps_Glossary#posix|POSIX]] - style systems ==&lt;br /&gt;
The default user directory location for Gramps in a [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] is:&lt;br /&gt;
&lt;br /&gt;
 /home/''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
&lt;br /&gt;
This is true for [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux Linux], [https://wikipedia.org/wiki/Solaris_(operating_system) Solaris], [https://wikipedia.org/wiki/Unix Unix] and [https://wikipedia.org/wiki/Mac_OS_X Mac OS-X] when using [[Build_from_source#Mac_OS_X|Mac OS X Build from source]].&lt;br /&gt;
&lt;br /&gt;
For brevity, you can use tilde notation. The path above can be simplified to&lt;br /&gt;
&lt;br /&gt;
 ~''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
or, to avoid referring to the username,&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
&lt;br /&gt;
You can also use the [http://www.linfo.org/home_directory.html '''$HOME''' environment variable]. Although Gramps will not recognize environment variables in paths internally, you can use them in a terminal or in scripts. Using '''$HOME''', the path above can be simplified to&lt;br /&gt;
&lt;br /&gt;
 $HOME/.gramps&lt;br /&gt;
&lt;br /&gt;
==macOS Application Package==&lt;br /&gt;
[[File:macos_200x200.png|right|128px|link=Download#macOS]]&lt;br /&gt;
The [[Mac OS X:Application package]] uses a different, more macOS-standard default location for the directory:&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/Library/Application Support/gramps&lt;br /&gt;
&lt;br /&gt;
=== Accessing hidden directories in macOS ===&lt;br /&gt;
macOS filenames, including directories, starting with &amp;quot;.&amp;quot; (period) do not show up in Finder. Access the Gramps user directory in any of these ways:&lt;br /&gt;
* In Finder, navigate to the directory which contains the hidden file or directory you want to see and type command-shift-. (period). All of the hidden files and directories in that directory will be shown.&lt;br /&gt;
* Click on [https://osxdaily.com/2011/08/31/go-to-folder-useful-mac-os-x-keyboard-shortcut/ {{man menu|Go -&amp;gt; 'Go to Folder...'}}] in the Finder, and type&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
: in the resulting macOS {{man label|Go to the Folder}} dialog box.&lt;br /&gt;
* Open a terminal window using the Terminal application and type&lt;br /&gt;
 ln -s ~/.gramps ~/Documents/Gramps&lt;br /&gt;
which will make Finder show the directory as a folder in your Documents folder named &amp;quot;Gramps&amp;quot;. (You can replace &amp;quot;Gramps&amp;quot; with whatever name you wish, but use a \ before any spaces.)&lt;br /&gt;
&lt;br /&gt;
== MS Windows ==&lt;br /&gt;
[[File:windows_180x160.png|right|128px|link=Download#MS_Windows]]&lt;br /&gt;
The default '''User Directory''' location for any Gramps user data on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Users\''&amp;lt;username&amp;gt;''\AppData\Local\gramps&lt;br /&gt;
{{man note|User Directory relocated {{new|5.2.0}}|'''The User Directory has relocated in version 5.2'''&amp;lt;br /&amp;gt;The default '''User Directory''' location for the 5.2 version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Local\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %LocalAppData%\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;The default '''User Directory''' location for any 5.1.x and earlier version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Roaming\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %AppData%\gramps&amp;lt;/code&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use the '''%LocalAppData%''' [https://wikipedia.org/wiki/Environment_variable#APPDATA environment variable] to avoid referring to the username. (We've chosen to use the username environment variable in the documentation for Windows rather than '''''&amp;lt;username&amp;gt;''''' used for documenting other OSes.) Although Gramps will not recognize environment variables for paths internally, you can use them within Windows to find Gramps user files. The path above can be simplified to:&lt;br /&gt;
 %LocalAppData%\gramps&lt;br /&gt;
&lt;br /&gt;
=== Accessing hidden directories in MS Windows ===&lt;br /&gt;
On Microsoft Windows, filenames and folder for programs and userdata are [https://wikipedia.org/wiki/Hidden_file_and_hidden_directory hidden] in the ''File Explorer''.  To make access to the Gramps user directory easy follow the following advice from Microsoft:&lt;br /&gt;
* [https://support.microsoft.com/en-ca/help/14201/windows-show-hidden-files Show hidden files - Windows Help]&lt;br /&gt;
&lt;br /&gt;
Like the '''User Directory''', the location for programs/applications is also hidden from browsing with Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
The default location for an installation on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Program Files\GrampsAIO64-5.X.X&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line|Command Line]] Configuration (config) option with [[Gramps_5.2_Wiki_Manual_-_Command_Line#Environment_variables|Environment Variables]]&lt;br /&gt;
* [https://winaero.com/how-to-enter-file-location-manually-in-gtk-3-opensave-dialog/ Switching from Breadcrumbs to a location text box] using {{Man key press|Crtl|L}} in GTK file dialogs&lt;br /&gt;
* Discourse forum threads : &lt;br /&gt;
** [https://gramps.discourse.group/t/how-to-set-the-base-path-from-media-relative-to-grampshome/481/2 how to use Environment Variables in Gramps]&lt;br /&gt;
** [https://gramps.discourse.group/t/manually-installing-addons/5696/5 Using Python Eval gramplet to list the Plugins folder path]&lt;br /&gt;
** [https://gramps.discourse.group/t/troubleshooting-gramps-paths-and-environmental-variables/5692 Troubleshooting Gramps paths and environmental variables] with the [[Gramps_5.2_Wiki_Manual_-_Gramplets#Python_Evaluation|Python Evaluation]] gramplet&lt;br /&gt;
&lt;br /&gt;
*{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
[[Category:Documentation|U]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105130</id>
		<title>Gramps 5.2 Wiki Manual - User Directory</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105130"/>
		<updated>2024-09-08T21:22:24Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: /* POSIX - style systems */ Consolidate ways to refer to the user directory. Don't say that tilde notation doesn't work inside Gramps, because it does.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{#vardefine:chapter|D}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This appendix documents the location of the '''Gramps [[Gramps_Glossary#user_directory|User Directory]]'''. That directory, or folder, is stored at different locations due to&lt;br /&gt;
&lt;br /&gt;
* differences in operating systems&lt;br /&gt;
* your username, i.e. the account with which you've logged into your computer. Where ''&amp;lt;username&amp;gt;'' is shown below it should be replaced by your username.&lt;br /&gt;
* user configuration&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== [[Gramps_Glossary#posix|POSIX]] - style systems ==&lt;br /&gt;
The default user directory location for Gramps in a [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] is:&lt;br /&gt;
&lt;br /&gt;
 /home/''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
&lt;br /&gt;
This is true for [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux Linux], [https://wikipedia.org/wiki/Solaris_(operating_system) Solaris], [https://wikipedia.org/wiki/Unix Unix] and [https://wikipedia.org/wiki/Mac_OS_X Mac OS-X] when using [[Build_from_source#Mac_OS_X|Mac OS X Build from source]].&lt;br /&gt;
&lt;br /&gt;
For brevity, you can use tilde notation. The path above can be simplified to&lt;br /&gt;
&lt;br /&gt;
 ~''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
or, to avoid referring to the username,&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
&lt;br /&gt;
You can also use the [http://www.linfo.org/home_directory.html '''$HOME''' environment variable]. Although Gramps will not recognize environment variables in paths internally, you can use them in a terminal or in scripts. Using '''$HOME''', the path above can be simplified to&lt;br /&gt;
&lt;br /&gt;
 $HOME/.gramps&lt;br /&gt;
&lt;br /&gt;
==macOS Application Package==&lt;br /&gt;
[[File:macos_200x200.png|right|128px|link=Download#macOS]]&lt;br /&gt;
The [[Mac OS X:Application package]] uses a different, more macOS-standard default location for the directory:&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/Library/Application Support/gramps&lt;br /&gt;
&lt;br /&gt;
=== Accessing hidden directories in macOS ===&lt;br /&gt;
macOS filenames, including directories, starting with &amp;quot;.&amp;quot; (period) do not show up in Finder. Access the Gramps user directory in any of these ways:&lt;br /&gt;
* In Finder, navigate to the directory which contains the hidden file or directory you want to see and type command-shift-. (period). All of the hidden files and directories in that directory will be shown.&lt;br /&gt;
* Click on [https://osxdaily.com/2011/08/31/go-to-folder-useful-mac-os-x-keyboard-shortcut/ {{man menu|Go -&amp;gt; 'Go to Folder...'}}] in the Finder, and type&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
: in the resulting macOS {{man label|Go to the Folder}} dialog box.&lt;br /&gt;
* Open a terminal window using the Terminal application and type&lt;br /&gt;
 ln -s ~/.gramps ~/Documents/Gramps&lt;br /&gt;
which will make Finder show the directory as a folder in your Documents folder named &amp;quot;Gramps&amp;quot;. (You can replace &amp;quot;Gramps&amp;quot; with whatever name you wish, but use a \ before any spaces.)&lt;br /&gt;
&lt;br /&gt;
== MS Windows ==&lt;br /&gt;
[[File:windows_180x160.png|right|128px|link=Download#MS_Windows]]On Microsoft Windows, filenames and folder for programs and userdata are [https://wikipedia.org/wiki/Hidden_file_and_hidden_directory hidden] in the ''File Explorer''.  To make access to the Gramps user directory easy follow the following advice from Microsoft:&lt;br /&gt;
* [https://support.microsoft.com/en-ca/help/14201/windows-show-hidden-files Show hidden files - Windows Help]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default '''User Directory''' location for any Gramps user data on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Users\''&amp;lt;username&amp;gt;''\AppData\Local\gramps&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use the '''%LocalAppData%''' [https://wikipedia.org/wiki/Environment_variable#APPDATA environment variable] to avoid referring to the username. (We've chosen to use the username environment variable in the documentation for Windows rather than '''''&amp;lt;username&amp;gt;''''' used for documenting other OSes.) Although Gramps will not recognize environment variables for paths internally, you can use them within Windows to find Gramps user files. The path above can be simplified to:&lt;br /&gt;
 %LocalAppData%\gramps&lt;br /&gt;
{{man note|User Directory relocated {{new|5.2.0}}|'''The User Directory has relocated in version 5.2'''&amp;lt;br /&amp;gt;The default '''User Directory''' location for the 5.2 version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Local\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %LocalAppData%\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;The default '''User Directory''' location for any 5.1.x and earlier version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Roaming\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %AppData%\gramps&amp;lt;/code&amp;gt;}}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
Like the '''User Directory''', the location for programs/applications is also hidden from browsing with Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
The default location for an installation on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Program Files\GrampsAIO64-5.X.X&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line|Command Line]] Configuration (config) option with [[Gramps_5.2_Wiki_Manual_-_Command_Line#Environment_variables|Environment Variables]]&lt;br /&gt;
* [https://winaero.com/how-to-enter-file-location-manually-in-gtk-3-opensave-dialog/ Switching from Breadcrumbs to a location text box] using {{Man key press|Crtl|L}} in GTK file dialogs&lt;br /&gt;
* Discourse forum threads : &lt;br /&gt;
** [https://gramps.discourse.group/t/how-to-set-the-base-path-from-media-relative-to-grampshome/481/2 how to use Environment Variables in Gramps]&lt;br /&gt;
** [https://gramps.discourse.group/t/manually-installing-addons/5696/5 Using Python Eval gramplet to list the Plugins folder path]&lt;br /&gt;
** [https://gramps.discourse.group/t/troubleshooting-gramps-paths-and-environmental-variables/5692 Troubleshooting Gramps paths and environmental variables] with the [[Gramps_5.2_Wiki_Manual_-_Gramplets#Python_Evaluation|Python Evaluation]] gramplet&lt;br /&gt;
&lt;br /&gt;
*{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
[[Category:Documentation|U]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105129</id>
		<title>Gramps 5.2 Wiki Manual - User Directory</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105129"/>
		<updated>2024-09-08T20:59:21Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: In macOS section: Give the directory before OS-usage info, as with POSIX. Document an easier method of seeing hidden files.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{#vardefine:chapter|D}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This appendix documents the location of the '''Gramps [[Gramps_Glossary#user_directory|User Directory]]'''. That directory, or folder, is stored at different locations due to&lt;br /&gt;
&lt;br /&gt;
* differences in operating systems&lt;br /&gt;
* your username, i.e. the account with which you've logged into your computer. Where ''&amp;lt;username&amp;gt;'' is shown below it should be replaced by your username.&lt;br /&gt;
* user configuration&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== [[Gramps_Glossary#posix|POSIX]] - style systems ==&lt;br /&gt;
The default user directory location for Gramps in a [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] is:&lt;br /&gt;
&lt;br /&gt;
 /home/''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
which can also be entered as&lt;br /&gt;
 ~''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
&lt;br /&gt;
This is true for [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux Linux], [https://wikipedia.org/wiki/Solaris_(operating_system) Solaris], [https://wikipedia.org/wiki/Unix Unix] and [https://wikipedia.org/wiki/Mac_OS_X Mac OS-X] when using [[Build_from_source#Mac_OS_X|Mac OS X Build from source]].&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use a tilde or the [http://www.linfo.org/home_directory.html '''$HOME''' environment variable] to avoid referring to the username. Although Gramps will not recognize a tilde or environment variable in paths internally, you can use them in a terminal or in scripts. The path above can be simplified to either:&lt;br /&gt;
&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
or&lt;br /&gt;
 $HOME/.gramps&lt;br /&gt;
&lt;br /&gt;
==macOS Application Package==&lt;br /&gt;
[[File:macos_200x200.png|right|128px|link=Download#macOS]]&lt;br /&gt;
The [[Mac OS X:Application package]] uses a different, more macOS-standard default location for the directory:&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/Library/Application Support/gramps&lt;br /&gt;
&lt;br /&gt;
=== Accessing hidden directories in macOS ===&lt;br /&gt;
macOS filenames, including directories, starting with &amp;quot;.&amp;quot; (period) do not show up in Finder. Access the Gramps user directory in any of these ways:&lt;br /&gt;
* In Finder, navigate to the directory which contains the hidden file or directory you want to see and type command-shift-. (period). All of the hidden files and directories in that directory will be shown.&lt;br /&gt;
* Click on [https://osxdaily.com/2011/08/31/go-to-folder-useful-mac-os-x-keyboard-shortcut/ {{man menu|Go -&amp;gt; 'Go to Folder...'}}] in the Finder, and type&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
: in the resulting macOS {{man label|Go to the Folder}} dialog box.&lt;br /&gt;
* Open a terminal window using the Terminal application and type&lt;br /&gt;
 ln -s ~/.gramps ~/Documents/Gramps&lt;br /&gt;
which will make Finder show the directory as a folder in your Documents folder named &amp;quot;Gramps&amp;quot;. (You can replace &amp;quot;Gramps&amp;quot; with whatever name you wish, but use a \ before any spaces.)&lt;br /&gt;
&lt;br /&gt;
== MS Windows ==&lt;br /&gt;
[[File:windows_180x160.png|right|128px|link=Download#MS_Windows]]On Microsoft Windows, filenames and folder for programs and userdata are [https://wikipedia.org/wiki/Hidden_file_and_hidden_directory hidden] in the ''File Explorer''.  To make access to the Gramps user directory easy follow the following advice from Microsoft:&lt;br /&gt;
* [https://support.microsoft.com/en-ca/help/14201/windows-show-hidden-files Show hidden files - Windows Help]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default '''User Directory''' location for any Gramps user data on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Users\''&amp;lt;username&amp;gt;''\AppData\Local\gramps&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use the '''%LocalAppData%''' [https://wikipedia.org/wiki/Environment_variable#APPDATA environment variable] to avoid referring to the username. (We've chosen to use the username environment variable in the documentation for Windows rather than '''''&amp;lt;username&amp;gt;''''' used for documenting other OSes.) Although Gramps will not recognize environment variables for paths internally, you can use them within Windows to find Gramps user files. The path above can be simplified to:&lt;br /&gt;
 %LocalAppData%\gramps&lt;br /&gt;
{{man note|User Directory relocated {{new|5.2.0}}|'''The User Directory has relocated in version 5.2'''&amp;lt;br /&amp;gt;The default '''User Directory''' location for the 5.2 version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Local\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %LocalAppData%\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;The default '''User Directory''' location for any 5.1.x and earlier version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Roaming\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %AppData%\gramps&amp;lt;/code&amp;gt;}}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
Like the '''User Directory''', the location for programs/applications is also hidden from browsing with Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
The default location for an installation on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Program Files\GrampsAIO64-5.X.X&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line|Command Line]] Configuration (config) option with [[Gramps_5.2_Wiki_Manual_-_Command_Line#Environment_variables|Environment Variables]]&lt;br /&gt;
* [https://winaero.com/how-to-enter-file-location-manually-in-gtk-3-opensave-dialog/ Switching from Breadcrumbs to a location text box] using {{Man key press|Crtl|L}} in GTK file dialogs&lt;br /&gt;
* Discourse forum threads : &lt;br /&gt;
** [https://gramps.discourse.group/t/how-to-set-the-base-path-from-media-relative-to-grampshome/481/2 how to use Environment Variables in Gramps]&lt;br /&gt;
** [https://gramps.discourse.group/t/manually-installing-addons/5696/5 Using Python Eval gramplet to list the Plugins folder path]&lt;br /&gt;
** [https://gramps.discourse.group/t/troubleshooting-gramps-paths-and-environmental-variables/5692 Troubleshooting Gramps paths and environmental variables] with the [[Gramps_5.2_Wiki_Manual_-_Gramplets#Python_Evaluation|Python Evaluation]] gramplet&lt;br /&gt;
&lt;br /&gt;
*{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
[[Category:Documentation|U]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105128</id>
		<title>Gramps 5.2 Wiki Manual - User Directory</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105128"/>
		<updated>2024-09-08T20:42:38Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: Don't restrict discussion of username references to Linux, as they apply to all OSes in this section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{#vardefine:chapter|D}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This appendix documents the location of the '''Gramps [[Gramps_Glossary#user_directory|User Directory]]'''. That directory, or folder, is stored at different locations due to&lt;br /&gt;
&lt;br /&gt;
* differences in operating systems&lt;br /&gt;
* your username, i.e. the account with which you've logged into your computer. Where ''&amp;lt;username&amp;gt;'' is shown below it should be replaced by your username.&lt;br /&gt;
* user configuration&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== [[Gramps_Glossary#posix|POSIX]] - style systems ==&lt;br /&gt;
The default user directory location for Gramps in a [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] is:&lt;br /&gt;
&lt;br /&gt;
 /home/''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
which can also be entered as&lt;br /&gt;
 ~''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
&lt;br /&gt;
This is true for [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux Linux], [https://wikipedia.org/wiki/Solaris_(operating_system) Solaris], [https://wikipedia.org/wiki/Unix Unix] and [https://wikipedia.org/wiki/Mac_OS_X Mac OS-X] when using [[Build_from_source#Mac_OS_X|Mac OS X Build from source]].&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use a tilde or the [http://www.linfo.org/home_directory.html '''$HOME''' environment variable] to avoid referring to the username. Although Gramps will not recognize a tilde or environment variable in paths internally, you can use them in a terminal or in scripts. The path above can be simplified to either:&lt;br /&gt;
&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
or&lt;br /&gt;
 $HOME/.gramps&lt;br /&gt;
&lt;br /&gt;
=== macOS ===&lt;br /&gt;
[[File:macos_200x200.png|right|128px|link=Download#macOS]]&lt;br /&gt;
On Apple Macs filenames starting with &amp;quot;.&amp;quot; do not show up in Finder. To simplify access to the Gramps user directory, open a terminal window using the Terminal application and type:&lt;br /&gt;
 ln -s ~/.gramps ~/Documents/Gramps&lt;br /&gt;
which will make Finder show the directory as a folder in your Documents folder named &amp;quot;Gramps&amp;quot;. (You can replace &amp;quot;Gramps&amp;quot; with whatever name you wish, but use a / before any spaces.) Alternatively you can simply click on [https://osxdaily.com/2011/08/31/go-to-folder-useful-mac-os-x-keyboard-shortcut/ {{man menu|Go -&amp;gt; 'Go to Folder...'}}] in the Finder, and type&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
in the resulting macOS {{man label|Go to the Folder}} dialog box.&lt;br /&gt;
&lt;br /&gt;
====macOS Application Package====&lt;br /&gt;
The [[Mac OS X:Application package]] uses a different, more macOS-standard default location for the directory:&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/Library/Application Support/gramps&lt;br /&gt;
&lt;br /&gt;
== MS Windows ==&lt;br /&gt;
[[File:windows_180x160.png|right|128px|link=Download#MS_Windows]]On Microsoft Windows, filenames and folder for programs and userdata are [https://wikipedia.org/wiki/Hidden_file_and_hidden_directory hidden] in the ''File Explorer''.  To make access to the Gramps user directory easy follow the following advice from Microsoft:&lt;br /&gt;
* [https://support.microsoft.com/en-ca/help/14201/windows-show-hidden-files Show hidden files - Windows Help]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default '''User Directory''' location for any Gramps user data on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Users\''&amp;lt;username&amp;gt;''\AppData\Local\gramps&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use the '''%LocalAppData%''' [https://wikipedia.org/wiki/Environment_variable#APPDATA environment variable] to avoid referring to the username. (We've chosen to use the username environment variable in the documentation for Windows rather than '''''&amp;lt;username&amp;gt;''''' used for documenting other OSes.) Although Gramps will not recognize environment variables for paths internally, you can use them within Windows to find Gramps user files. The path above can be simplified to:&lt;br /&gt;
 %LocalAppData%\gramps&lt;br /&gt;
{{man note|User Directory relocated {{new|5.2.0}}|'''The User Directory has relocated in version 5.2'''&amp;lt;br /&amp;gt;The default '''User Directory''' location for the 5.2 version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Local\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %LocalAppData%\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;The default '''User Directory''' location for any 5.1.x and earlier version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Roaming\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %AppData%\gramps&amp;lt;/code&amp;gt;}}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
Like the '''User Directory''', the location for programs/applications is also hidden from browsing with Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
The default location for an installation on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Program Files\GrampsAIO64-5.X.X&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line|Command Line]] Configuration (config) option with [[Gramps_5.2_Wiki_Manual_-_Command_Line#Environment_variables|Environment Variables]]&lt;br /&gt;
* [https://winaero.com/how-to-enter-file-location-manually-in-gtk-3-opensave-dialog/ Switching from Breadcrumbs to a location text box] using {{Man key press|Crtl|L}} in GTK file dialogs&lt;br /&gt;
* Discourse forum threads : &lt;br /&gt;
** [https://gramps.discourse.group/t/how-to-set-the-base-path-from-media-relative-to-grampshome/481/2 how to use Environment Variables in Gramps]&lt;br /&gt;
** [https://gramps.discourse.group/t/manually-installing-addons/5696/5 Using Python Eval gramplet to list the Plugins folder path]&lt;br /&gt;
** [https://gramps.discourse.group/t/troubleshooting-gramps-paths-and-environmental-variables/5692 Troubleshooting Gramps paths and environmental variables] with the [[Gramps_5.2_Wiki_Manual_-_Gramplets#Python_Evaluation|Python Evaluation]] gramplet&lt;br /&gt;
&lt;br /&gt;
*{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
[[Category:Documentation|U]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105127</id>
		<title>Gramps 5.2 Wiki Manual - User Directory</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105127"/>
		<updated>2024-09-08T20:36:25Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: Format or spell a couple more &amp;lt;username&amp;gt;s correctly. Remove &amp;lt;code&amp;gt; blocks inside code-styled blocks.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{#vardefine:chapter|D}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This appendix documents the location of the '''Gramps [[Gramps_Glossary#user_directory|User Directory]]'''. That directory, or folder, is stored at different locations due to&lt;br /&gt;
&lt;br /&gt;
* differences in operating systems&lt;br /&gt;
* your username, i.e. the account with which you've logged into your computer. Where ''&amp;lt;username&amp;gt;'' is shown below it should be replaced by your username.&lt;br /&gt;
* user configuration&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== [[Gramps_Glossary#posix|POSIX]] - style systems ==&lt;br /&gt;
The default user directory location for Gramps in a [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] is:&lt;br /&gt;
&lt;br /&gt;
 /home/''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
which can also be entered as&lt;br /&gt;
 ~''&amp;amp;lt;username&amp;gt;''/.gramps&lt;br /&gt;
&lt;br /&gt;
This is true for [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux Linux], [https://wikipedia.org/wiki/Solaris_(operating_system) Solaris], [https://wikipedia.org/wiki/Unix Unix] and [https://wikipedia.org/wiki/Mac_OS_X Mac OS-X] when using [[Build_from_source#Mac_OS_X|Mac OS X Build from source]].&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use a tilde or the [http://www.linfo.org/home_directory.html '''$HOME''' environment variable] to avoid referring to the username. Although Gramps will not recognize a tilde or environment variable in paths internally, you can use them within Linux to find Gramps user files. The path above can be simplified to either:&lt;br /&gt;
&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
or&lt;br /&gt;
 $HOME/.gramps&lt;br /&gt;
&lt;br /&gt;
=== macOS ===&lt;br /&gt;
[[File:macos_200x200.png|right|128px|link=Download#macOS]]&lt;br /&gt;
On Apple Macs filenames starting with &amp;quot;.&amp;quot; do not show up in Finder. To simplify access to the Gramps user directory, open a terminal window using the Terminal application and type:&lt;br /&gt;
 ln -s ~/.gramps ~/Documents/Gramps&lt;br /&gt;
which will make Finder show the directory as a folder in your Documents folder named &amp;quot;Gramps&amp;quot;. (You can replace &amp;quot;Gramps&amp;quot; with whatever name you wish, but use a / before any spaces.) Alternatively you can simply click on [https://osxdaily.com/2011/08/31/go-to-folder-useful-mac-os-x-keyboard-shortcut/ {{man menu|Go -&amp;gt; 'Go to Folder...'}}] in the Finder, and type&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
in the resulting macOS {{man label|Go to the Folder}} dialog box.&lt;br /&gt;
&lt;br /&gt;
====macOS Application Package====&lt;br /&gt;
The [[Mac OS X:Application package]] uses a different, more macOS-standard default location for the directory:&lt;br /&gt;
 /Users/''&amp;amp;lt;username&amp;gt;''/Library/Application Support/gramps&lt;br /&gt;
&lt;br /&gt;
== MS Windows ==&lt;br /&gt;
[[File:windows_180x160.png|right|128px|link=Download#MS_Windows]]On Microsoft Windows, filenames and folder for programs and userdata are [https://wikipedia.org/wiki/Hidden_file_and_hidden_directory hidden] in the ''File Explorer''.  To make access to the Gramps user directory easy follow the following advice from Microsoft:&lt;br /&gt;
* [https://support.microsoft.com/en-ca/help/14201/windows-show-hidden-files Show hidden files - Windows Help]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default '''User Directory''' location for any Gramps user data on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Users\''&amp;lt;username&amp;gt;''\AppData\Local\gramps&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use the '''%LocalAppData%''' [https://wikipedia.org/wiki/Environment_variable#APPDATA environment variable] to avoid referring to the username. (We've chosen to use the username environment variable in the documentation for Windows rather than '''''&amp;lt;username&amp;gt;''''' used for documenting other OSes.) Although Gramps will not recognize environment variables for paths internally, you can use them within Windows to find Gramps user files. The path above can be simplified to:&lt;br /&gt;
 %LocalAppData%\gramps&lt;br /&gt;
{{man note|User Directory relocated {{new|5.2.0}}|'''The User Directory has relocated in version 5.2'''&amp;lt;br /&amp;gt;The default '''User Directory''' location for the 5.2 version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Local\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %LocalAppData%\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;The default '''User Directory''' location for any 5.1.x and earlier version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Roaming\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %AppData%\gramps&amp;lt;/code&amp;gt;}}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
Like the '''User Directory''', the location for programs/applications is also hidden from browsing with Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
The default location for an installation on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Program Files\GrampsAIO64-5.X.X&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line|Command Line]] Configuration (config) option with [[Gramps_5.2_Wiki_Manual_-_Command_Line#Environment_variables|Environment Variables]]&lt;br /&gt;
* [https://winaero.com/how-to-enter-file-location-manually-in-gtk-3-opensave-dialog/ Switching from Breadcrumbs to a location text box] using {{Man key press|Crtl|L}} in GTK file dialogs&lt;br /&gt;
* Discourse forum threads : &lt;br /&gt;
** [https://gramps.discourse.group/t/how-to-set-the-base-path-from-media-relative-to-grampshome/481/2 how to use Environment Variables in Gramps]&lt;br /&gt;
** [https://gramps.discourse.group/t/manually-installing-addons/5696/5 Using Python Eval gramplet to list the Plugins folder path]&lt;br /&gt;
** [https://gramps.discourse.group/t/troubleshooting-gramps-paths-and-environmental-variables/5692 Troubleshooting Gramps paths and environmental variables] with the [[Gramps_5.2_Wiki_Manual_-_Gramplets#Python_Evaluation|Python Evaluation]] gramplet&lt;br /&gt;
&lt;br /&gt;
*{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
[[Category:Documentation|U]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105120</id>
		<title>Gramps 5.2 Wiki Manual - User Directory</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_User_Directory&amp;diff=105120"/>
		<updated>2024-09-08T15:40:21Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: Simplify how username is discussed and referred to. Consolidate some duplication in the first section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{#vardefine:chapter|D}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This appendix documents the location of the '''Gramps [[Gramps_Glossary#user_directory|User Directory]]'''. That directory, or folder, is stored at different locations due to&lt;br /&gt;
&lt;br /&gt;
* differences in operating systems&lt;br /&gt;
* your username, i.e. the account with which you've logged into your computer. Where &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; is shown below it should be replaced by your username.&lt;br /&gt;
* user configuration&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== [[Gramps_Glossary#posix|POSIX]] - style systems ==&lt;br /&gt;
The default user directory location for Gramps in a [https://wikipedia.org/wiki/Posix POSIX]-style [https://wikipedia.org/wiki/Filesystem_Hierarchy_Standard environment] is:&lt;br /&gt;
&lt;br /&gt;
 /home/&amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt;/.gramps&lt;br /&gt;
which can also be entered as&lt;br /&gt;
 ~&amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt;/.gramps&lt;br /&gt;
&lt;br /&gt;
This is true for [https://wikipedia.org/wiki/Bsd BSD], [https://wikipedia.org/wiki/Linux Linux], [https://wikipedia.org/wiki/Solaris_(operating_system) Solaris], [https://wikipedia.org/wiki/Unix Unix] and [https://wikipedia.org/wiki/Mac_OS_X Mac OS-X] when using [[Build_from_source#Mac_OS_X|Mac OS X Build from source]].&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use a tilde or the [http://www.linfo.org/home_directory.html '''$HOME''' environment variable] to avoid referring to the username. Although Gramps will not recognize a tilde or environment variables in paths internally, you can use them within Linux to find Gramps user files. The path above can be simplified to either:&lt;br /&gt;
&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
or&lt;br /&gt;
 $HOME/.gramps&lt;br /&gt;
&lt;br /&gt;
=== macOS ===&lt;br /&gt;
[[File:macos_200x200.png|right|128px|link=Download#macOS]]&lt;br /&gt;
On Apple Macs filenames starting with &amp;quot;.&amp;quot; do not show up in Finder. To simplify access to the Gramps user directory, open a terminal window using the Terminal application and type:&lt;br /&gt;
 ln -s ~/.gramps ~/Documents/Gramps&lt;br /&gt;
which will make Finder show the directory as a folder in your Documents folder named &amp;quot;Gramps&amp;quot;. (You can replace &amp;quot;Gramps&amp;quot; with whatever name you wish, but use a / before any spaces.) Alternatively you can simply click on [https://osxdaily.com/2011/08/31/go-to-folder-useful-mac-os-x-keyboard-shortcut/ {{man menu|Go -&amp;gt; 'Go to Folder...'}}] in the Finder, and type&lt;br /&gt;
 ~/.gramps&lt;br /&gt;
in the resulting macOS {{man label|Go to the Folder}} dialog box.&lt;br /&gt;
&lt;br /&gt;
====macOS Application Package====&lt;br /&gt;
The [[Mac OS X:Application package]] uses a different, more macOS-standard default location for the directory:&lt;br /&gt;
 /Users/&amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt;/Library/Application Support/gramps&lt;br /&gt;
&lt;br /&gt;
== MS Windows ==&lt;br /&gt;
[[File:windows_180x160.png|right|128px|link=Download#MS_Windows]]On Microsoft Windows, filenames and folder for programs and userdata are [https://wikipedia.org/wiki/Hidden_file_and_hidden_directory hidden] in the ''File Explorer''.  To make access to the Gramps user directory easy follow the following advice from Microsoft:&lt;br /&gt;
* [https://support.microsoft.com/en-ca/help/14201/windows-show-hidden-files Show hidden files - Windows Help]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The default '''User Directory''' location for any Gramps user data on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Users\&amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt;\AppData\Local\gramps&lt;br /&gt;
&lt;br /&gt;
Alternately, you can use the '''%LocalAppData%''' [https://wikipedia.org/wiki/Environment_variable#APPDATA environment variable] to avoid referring to the username. (We've chosen to use the username environment variable in the documentation for Windows rather than '''''&amp;lt;~username&amp;gt;''''' used for documenting other OSes.) Although Gramps will not recognize environment variables for paths internally, you can use them within Windows to find Gramps user files. The path above can be simplified to:&lt;br /&gt;
 %LocalAppData%\gramps&lt;br /&gt;
{{man note|User Directory relocated {{new|5.2.0}}|'''The User Directory has relocated in version 5.2'''&amp;lt;br /&amp;gt;The default '''User Directory''' location for the 5.2 version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Local\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %LocalAppData%\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;The default '''User Directory''' location for any 5.1.x and earlier version of Gramps user data on a Windows 7 (and newer) system is: &amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; C:\Users\'''''%username%'''''\AppData\Roaming\gramps&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;amp;nbsp;&amp;lt;code&amp;gt; %AppData%\gramps&amp;lt;/code&amp;gt;}}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
Like the '''User Directory''', the location for programs/applications is also hidden from browsing with Windows Explorer.&lt;br /&gt;
&lt;br /&gt;
The default location for an installation on a Windows 7 (and newer) system is &lt;br /&gt;
 C:\Program Files\GrampsAIO64-5.X.X&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line|Command Line]] Configuration (config) option with [[Gramps_5.2_Wiki_Manual_-_Command_Line#Environment_variables|Environment Variables]]&lt;br /&gt;
* [https://winaero.com/how-to-enter-file-location-manually-in-gtk-3-opensave-dialog/ Switching from Breadcrumbs to a location text box] using {{Man key press|Crtl|L}} in GTK file dialogs&lt;br /&gt;
* Discourse forum threads : &lt;br /&gt;
** [https://gramps.discourse.group/t/how-to-set-the-base-path-from-media-relative-to-grampshome/481/2 how to use Environment Variables in Gramps]&lt;br /&gt;
** [https://gramps.discourse.group/t/manually-installing-addons/5696/5 Using Python Eval gramplet to list the Plugins folder path]&lt;br /&gt;
** [https://gramps.discourse.group/t/troubleshooting-gramps-paths-and-environmental-variables/5692 Troubleshooting Gramps paths and environmental variables] with the [[Gramps_5.2_Wiki_Manual_-_Gramplets#Python_Evaluation|Python Evaluation]] gramplet&lt;br /&gt;
&lt;br /&gt;
*{{man index|Gramps_5.2_Wiki_Manual_-_Command_Line|Gramps 5.2 Wiki Manual - Error and Warning Reference|5.2}} &lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_User_Directory}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
[[Category:Documentation|U]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_Settings&amp;diff=105119</id>
		<title>Gramps 5.2 Wiki Manual - Settings</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_Settings&amp;diff=105119"/>
		<updated>2024-09-08T15:10:01Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: /* Database Location */ Add new Linux and macOS-built-from-source locations, remove incorrect macOS-bullt-from-source location&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps 5.2 Wiki Manual - Tools|Gramps 5.2 Wiki Manual - Filters|5.2}}&lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_Settings}}&lt;br /&gt;
{{#vardefine:chapter|15}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This section deals with various settings you can manage within Gramps.&lt;br /&gt;
&lt;br /&gt;
== Preferences ==&lt;br /&gt;
[[File:EditPreferencesTabsOnly-overview-52.png|right|thumb|650px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Overview of all Preferences tabs]]&lt;br /&gt;
&lt;br /&gt;
Most of the settings affecting the entire Gramps program are configured in the {{man label|Preferences}} dialog. To invoke it, select the menu {{man menu|Edit &amp;amp;#x27a1; Preferences...}}. &lt;br /&gt;
&lt;br /&gt;
There are overrides that can be set ''before'' running Gramps (such setting the Language shown in the interfaces or for reports) that can be set temporarily or permanently from the [[Gramps_5.2_Wiki_Manual_-_Command_Line|command line interface]].  &lt;br /&gt;
&lt;br /&gt;
For configuration options that are limited to the current view or Gramplet set, choose via the menu {{man menu|View &amp;amp;#x27a1; Configure View...}}, click on [[File:Gramps-config.png|34px]]{{man button|Configure View...}} toolbar button or press the ''Configure active view'' [[Gramps_5.2_Wiki_Manual_-_Keybindings#Common_keybindings|keyboard keybinding]]. &lt;br /&gt;
&lt;br /&gt;
The tabs on the top display the available option categories as follows:&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Data|Data]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#General|General]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Family_Tree|Family Tree]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Import|Import]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Limits|Limits]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Colors|Colors]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Genealogical Symbols|Genealogical Symbols]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#ID_Formats|ID Formats]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Text|Text]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Warnings|Warnings]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Researcher|Researcher]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also ''other'' additional tabs maybe shown from any [[5.2_Addons#Addon_List|addons]] you may have installed.&lt;br /&gt;
{{-}}&lt;br /&gt;
=== Data ===&lt;br /&gt;
[[File:EditPreferences-Data-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit -&amp;gt; Preferences...&amp;quot; &amp;quot;Data&amp;quot; tab defaults]]&lt;br /&gt;
The {{man label|Data}} tab contains preferences relevant to the following two sections:&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Options|Display Options]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Input_Options|Input Options]]}}&lt;br /&gt;
{{-}}&lt;br /&gt;
==== Display Options ====&lt;br /&gt;
[[File:EditPreferences-Data-tab-DisplayOptions-section-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit -&amp;gt; Preferences...&amp;quot; &amp;quot;Data&amp;quot; tab &amp;quot;Display Options&amp;quot; section defaults]]&lt;br /&gt;
The {{man label|Display Options}} section contains the following options:&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Automate Place format:}} This option controls the display of places. {{man tooltip|Enables automatic place title generation using specified format.}} This feature was labeled as &amp;quot;Enable automatic place title generation&amp;quot; in the 5.0 revision and as &amp;quot;Place format(auto place title)&amp;quot; in the 5.1 revision. The [[Gramps_4.1_Wiki_Manual_-_What%27s_new%3F#Place_hierarchies|hierarchy of Places]] was new in the [[Template:Releases/4.1.0|4.1.0]] revision and the [[Gramps_4.2_Wiki_Manual_-_Settings#Places|Places tab]] of Preferences only existed in the 4.2 version. Major revisions are expected for Place hierarchies so this interfaces is likely to relocated and renamed again.&lt;br /&gt;
** '''Full''' (default)&lt;br /&gt;
*** Selecting the {{man button|Edit...}} button will show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Place_Format_Editor|Place Format Editor]]}}&lt;br /&gt;
*{{man label|Coordinates format:}} This option controls the display of Coordinates. (See [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Supported_longitude.2Flatitude_formats|Supported longitude/latitude formats]])&lt;br /&gt;
** '''DEG Degree,minutes,seconds notation''' (default)&lt;br /&gt;
** DEG-: degree, minutes, seconds notation with :&lt;br /&gt;
** D.D4  degree notation, 4 decimals &lt;br /&gt;
** D.D8  degree notation, 8 decimals (precision like ISO-DMS) &lt;br /&gt;
** RT90  Output format for the [https://en.wikipedia.org/wiki/Swedish_grid Swedish coordinate system RT90]&lt;br /&gt;
*{{man label|Name format:}} This option controls the display of names in the current database (the setting is saved in the database and is not system wide). In Gramps there are two type of name display formats: the predefined formats, and the user defined custom formats{{man label|Custom name display options are unique to each family tree.}}. Several different predefined name formats are available: &amp;quot;Surname, Given Suffix&amp;quot;, &amp;quot;Given Surname Suffix&amp;quot;, &amp;quot;Given&amp;quot;, &amp;quot;Primary[sur] Primary[con] NotPatronymic, Given Patronymic[sur] Suffix Primary[pre]&amp;quot;&lt;br /&gt;
** Clicking on the right hand side {{man button|Edit...}} button will bring up a {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Name_Editor|Display Name Editor]]}} window where the available list of options is shown. The format is given as well as an example. When predefined formats are not suitable one can define one's own format. You can use the {{man button|Add}} button to add a Name format to the list. Clicking once will give you a '''SURNAME,Given Suffix(call)''' format and as example : '''SMITH, Edwin Jose Sr (Ed)'''. If you added new name formats to the list the {{man button|Remove}} and {{man button|Edit}} buttons become available to change the name format list. &lt;br /&gt;
***{{checkbox|0}}{{man label|Consider single pa/matronymic as surname}}: Checkbox unselected by default. If selected enables Gramps to consider patronymic and matronymic names as surnames.&lt;br /&gt;
&lt;br /&gt;
{{man note|1=Note|2=Besides this database-wide setting Gramps allows you to decide the name display format individually for every single name via the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_3#Name_Editor|Name Editor]]}} dialog}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Date format *:}} This option controls the display of dates. It is a global setting, requiring a restart of Gramps to take effect, and applies to the display of dates in all databases loaded within Gramps until such time as the date display format is changed again. Several different formats are available, which may be dependent on your locale.  {{man menu|Please note that once changed, it is necessary to restart Gramps to view the new date display format}}&lt;br /&gt;
** '''YYYY-MM-DD (ISO)''' (default) - Example 2020-09-30 - Displays the date using the international standard [https://wikipedia.org/wiki/ISO_8601 ISO 8601 Data elements and interchange formats – Information interchange] particularly useful when sharing data between countries with different conventions for writing numeric dates and times.&lt;br /&gt;
** Numerical&lt;br /&gt;
** Month Day, Year&lt;br /&gt;
** MON DAY, YEAR&lt;br /&gt;
** Day Month Year&lt;br /&gt;
** DAY MON YEAR&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*{{man label|Age display precision *:}}  {{man menu|Please note that once changed, it is necessary to restart Gramps to view the new Age precision format}}&lt;br /&gt;
** '''Years''' (default)&lt;br /&gt;
** Years, Months&lt;br /&gt;
** Years, Months, Days&lt;br /&gt;
*{{checkbox|1}}{{man label|Round the year}} {{new|5.1}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Display ages for events after death *}} {{man menu|Please note that once changed, it is necessary to restart Gramps to see the change.}}  {{new|5.1}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Calendar on reports:}} '''Gregorian''' (default). This option controls the display of calendar on reports, tools, gramplets, views. Several different calendars are available (see [[Gramps_5.2_Wiki_Manual_-_Entering_and_Editing_Data:_Detailed_-_part_1#Editing_dates|Date Edition]]). Two dates with two different calendars will not properly display timeline or period, (e.g. Using the Gregorian calendar as the default displayed calendar, users will have a better coherency for displaying dates on period).&lt;br /&gt;
*{{man label|Calendar on input:}} '''Gregorian''' (default).&lt;br /&gt;
*{{man label|Show leap day anniversaries:}}  '''On the previous day''' (default). {{man tooltip|For non leap years, anniversaries are displayed on either February 28, March 1 or not at all in Gregorian calendars}}  {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Status bar:}}  This option controls the information displayed in the status bar. This can be either the '''[[Gramps_Glossary#active_person|Active Person]]'s name and ID''' (default) or '''Relationship to [[Gramps_Glossary#home_person|home person]]'''.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Citation formatter:}} '''Legacy''' (default).  Select from the available plugins for composing and display of Citation data. The built-in &amp;quot;Legacy&amp;quot; [[Addon_list_legend#cite|CITE plugin]] is compatible with versions 5.1.6 and earlier. {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
===== Place Format Editor =====&lt;br /&gt;
{{man note|See|[[Hierarchical Place Structure]]}}&lt;br /&gt;
[[File:EditPreferences-Data-tab-Display-section-PlaceFormatEditor-dialog-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Place Format Editor - dialog (default) from Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Data&amp;quot; tab &amp;quot;Display&amp;quot; section]]&lt;br /&gt;
&lt;br /&gt;
Accessed from the Edit &amp;gt; Data tab [[Gramps_5.2_Wiki_Manual_-_Settings#Display_Options|Display Options]] section &amp;quot;Automate Place Format&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
This tab contains preferences relevant to how Places should be shown. &lt;br /&gt;
&lt;br /&gt;
*{{man label|Name:}} A unique name for the place format.&lt;br /&gt;
*{{man label|Levels:}} The place names to be displayed.&lt;br /&gt;
Each level in the hierarchy is represented by a positive integer, starting with 0 for the selected place and increasing by 1 for each level up the hierarchy.  The levels can also be represented by negative integers, starting with -1 for the top level (usually a country) and decreasing by 1 for each level lower in the hierarchy.  In addition, the populated place (city, town, village or hamlet) is represented by the letter p; this can be used with an offset (e.g. p+1 or p-2).&lt;br /&gt;
&lt;br /&gt;
The names to be displayed are defined as a comma-separated list of ranges.  A range can either be a single level, or a start level and an end level separated by a colon.  The start level must be less than the end level in a range.  The start and end levels default to 0 and -1 if missing.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Street format:}} &amp;quot;None&amp;quot; (default), &amp;quot;Number Street&amp;quot; or &amp;quot;Street Number&amp;quot;.  Option to concatenate the number and street in order to suppress the comma.  For this option to work, the street must have the [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Editor_dialog|'''Type''']] ''Street'' and house number must have the '''Type''' ''Number''.&lt;br /&gt;
*{{man label|Language:}} (Empty by Default) A two-digit language code.&lt;br /&gt;
*{{checkbox|0}} {{man label|Reverse display order}} (checkbox unchecked by default)&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Editor_dialog|Place Editor dialog]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Name_Editor_dialog|Place Name Editor dialog]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
=====Display Name Editor=====&lt;br /&gt;
&lt;br /&gt;
{{man note|1=Note|2=Custom name display formats are stored in the Family Trees, thus before loading any Family Tree the {{man label|Custom format details}} expander is disabled.}}&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-Data-tab-DisplayOptions-section-DisplayNameEditor-dialog-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Display Name Editor - dialog (default) from Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Data&amp;quot; tab &amp;gt; &amp;quot;Display Options&amp;quot; section]]&lt;br /&gt;
The following keywords are replaced with the appropriate name parts:&lt;br /&gt;
* &amp;lt;b&amp;gt;Given&amp;lt;/b&amp;gt;      - given name (first name) &lt;br /&gt;
* &amp;lt;b&amp;gt;Title&amp;lt;/b&amp;gt;      - title (Dr., Mrs.)       &lt;br /&gt;
* &amp;lt;b&amp;gt;Call&amp;lt;/b&amp;gt;       - call name               &lt;br /&gt;
* &amp;lt;b&amp;gt;Initials&amp;lt;/b&amp;gt;   - first letters of Given  &lt;br /&gt;
* &amp;lt;b&amp;gt;Primary, Primary[pre] or [sur] or [con]&amp;lt;/b&amp;gt;- full primary surname, prefix, surname only, connector   &lt;br /&gt;
* &amp;lt;b&amp;gt;Patronymic, or [pre] or [sur] or [con]&amp;lt;/b&amp;gt; - full pa/matronymic surname, prefix, surname only, connector &lt;br /&gt;
* &amp;lt;b&amp;gt;Familynick&amp;lt;/b&amp;gt; - family nick name        &lt;br /&gt;
* &amp;lt;b&amp;gt;Rest&amp;lt;/b&amp;gt;       - non primary surnames    &lt;br /&gt;
* &amp;lt;b&amp;gt;Rawsurnames&amp;lt;/b&amp;gt;- surnames (no prefixes and connectors)&lt;br /&gt;
* &amp;lt;b&amp;gt;Surname&amp;lt;/b&amp;gt;      - surnames (with prefix and connectors)&lt;br /&gt;
* &amp;lt;b&amp;gt;Suffix&amp;lt;/b&amp;gt;       - suffix (Jr., Sr.)&lt;br /&gt;
* &amp;lt;b&amp;gt;Nickname&amp;lt;/b&amp;gt;     - nick name&lt;br /&gt;
* &amp;lt;b&amp;gt;Common&amp;lt;/b&amp;gt;       - nick name, otherwise first of Given&lt;br /&gt;
* &amp;lt;b&amp;gt;Prefix&amp;lt;/b&amp;gt;       - all prefixes (von, de)  &lt;br /&gt;
* &amp;lt;b&amp;gt;Notpatronymic&amp;lt;/b&amp;gt;- all surnames, except pa/matronymic &amp;amp;amp; primary&lt;br /&gt;
&lt;br /&gt;
{{man menu|UPPERCASE versions of these keywords forces uppercase to be displayed.}} Extra parentheses, commas are removed. Other text appears literally.&lt;br /&gt;
&lt;br /&gt;
[[File:NameEditor-format_reference_example-51.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Display Name Editor - reference person]]&lt;br /&gt;
&lt;br /&gt;
'''Example:''' Dr. Edwin Jose von der Smith and Weston Wilson Sr (“Ed”) - Underhills&lt;br /&gt;
''Edwin Jose'': Given, ''von der'': Prefix, ''Smith'' and ''Weston'': Primary, ''and'': &amp;lt;abbr title=&amp;quot;a connector&amp;quot;&amp;gt;[con]&amp;lt;/abbr&amp;gt;, ''Wilson'': Patronymic,&lt;br /&gt;
''Dr.'': Title, ''Sr'': Suffix, ''Ed'': Nickname, ''Underhills'' &amp;lt;abbr title=&amp;quot;family nick name&amp;quot;&amp;gt;Familynick&amp;lt;/abbr&amp;gt;, Jose &amp;lt;abbr title=&amp;quot;called (preferred given name)&amp;quot;&amp;gt;call&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
All the fields in the Example except the Family Nickname can be added in the standard Person Editor dialog. Double-click the Preferred name in Names tab of the Person Editor to access additional fields including: the Family Nick Name, Grouping controls, exception Sorting &amp;amp; Display controls, Date range controls for using a particular name.&lt;br /&gt;
&lt;br /&gt;
{{stub}}&amp;lt;!-- mention the three buttons at the bottom--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==== Input Options ====&lt;br /&gt;
[[File:EditPreferences-Data-tab-InputOptions-section-default-52.png|right|thumb|650px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}}  Menu: &amp;quot;Edit -&amp;gt; Preferences...&amp;quot; &amp;quot;Data&amp;quot; tab &amp;quot;Input Options&amp;quot; section defaults]]&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;surname guessing&amp;quot;&amp;gt;{{man label|Surname Guessing:}}&amp;lt;span&amp;gt; This option affects the initial family name of a child when they are added to the family tree.  The default {{man label|Father's surname}} will use the family name of the father. Selecting {{man label|None}} means that no surname guessing will be attempted. Selecting {{man label|Combination of mother's and father's surname}} will use the father's name followed by the mother's name. Finally, {{man label|[https://wikipedia.org/wiki/Icelandic_name Icelandic style]}} will use the father's given name followed by the &amp;quot;sson&amp;quot; suffix (e.g. the son of Edwin will be guessed as Edwin''sson'').&lt;br /&gt;
&lt;br /&gt;
{{man tip|1=Tip |2=The {{man label|Surname Guessing:}} option only affects the initial family name guessed by Gramps when the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Edit_Person_dialog|Edit Person]]}} dialog is launched from a {{man label|Family Editor}} window.&lt;br /&gt;
You can modify that name any way you see fit. Set this Preferences [[Gramps_5.2_Wiki_Manual_-_Settings#Display|Display tab]] option to the value that you will most frequently use, as it will save you a lot of typing.&lt;br /&gt;
&lt;br /&gt;
See: &lt;br /&gt;
* [https://gramps-project.org/bugs/view.php?id=1715 feature request to support other local variations for surname guessing]&lt;br /&gt;
* [https://wikipedia.org/wiki/Category:Names_by_culture Category:Names by culture], From Wikipedia, the free encyclopedia}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Default family relationship:}} &lt;br /&gt;
** '''Unknown'''(default)&lt;br /&gt;
** Married &lt;br /&gt;
** Unmarried &lt;br /&gt;
** Civil Union&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Hide LDS tab in [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#LDS|person]] and [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#LDS_2|family]] editors}}: Latter Days Saints {{new|5.2.0}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
[[File:EditPreferences-General-tab-EnviromentSettings-section-default-52.png|Right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} General Preferences - Enviroment Settings - section - (defaults)]]&lt;br /&gt;
&lt;br /&gt;
This tab contains one section containing preferences relevant to the general operation of the program.&lt;br /&gt;
&lt;br /&gt;
==== Environment Settings ====&lt;br /&gt;
*{{checkbox|0}}{{man label|Display Tip of the Day}}: This checkbox option controls the enabling and disabling of the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Tip_of_the_Day_dialog|Tip of the Day]]}} dialog at startup. {{man tooltip|Show useful information about using Gramps on startup.}}&lt;br /&gt;
*{{checkbox|0}}{{man label|Remember last Family Tree}}: Selecting this checkbox option causes the last used database to load upon start. It bypasses the '''Manage Family Trees''' dialog.&lt;br /&gt;
*{{checkbox|0}}{{man label|Remember last view displayed}}: This checkbox option controls the enabling and disabling of the the display of the last [[Gramps_Glossary#view|View]]. Enabling will bring you to the view where you stopped the program the last time. {{man tooltip|Remember last view displayed and open it next time.}}&lt;br /&gt;
*{{checkbox|0}}{{man label|Enable spelling checker}}: This checkbox option controls the enabling and disabling of the spelling checker for notes. The '''gtkspell''' package must be loaded for this to have an effect. ( See:  [[Troubleshoot Spellcheck]] )&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Show text label beside Navigator buttons *}} ''checked'' (default) This checkbox controls whether or not a text description is displayed next to the icon in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Navigator|Navigator]] in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Main_Window|Main Window]]. This option takes effect after the program has been restarted. {{man tooltip|Show or hide text beside Navigator buttons (People, Families, Events...). Requires Gramps restart to apply.}}&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Clipboard icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Reports icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Tools icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Addons icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Preferences icon on toolbar}}&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Show close button in gramplet bar tabs}} ''unchecked''(default) {{man tooltip|Show close button to simplify removing gramplets from bars.}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Markup for invalid date format:}} Default: &amp;lt;code&amp;gt;&amp;amp;lt;b&amp;gt;%s&amp;amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Convenience markups are:&lt;br /&gt;
*** &amp;lt;b&amp;gt;&amp;amp;lt;b&amp;amp;gt;Bold&amp;amp;lt;/b&amp;amp;gt;&amp;lt;/b&amp;gt;  (Default)&lt;br /&gt;
*** &amp;lt;big&amp;gt;&amp;amp;lt;big&amp;amp;gt;Makes font relatively larger&amp;amp;lt;/big&amp;amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
*** &amp;lt;i&amp;gt;&amp;amp;lt;i&amp;amp;gt;Italic&amp;amp;lt;/i&amp;amp;gt;&amp;lt;/i&amp;gt;&lt;br /&gt;
*** &amp;lt;s&amp;gt;&amp;amp;lt;s&amp;amp;gt;Strikethrough&amp;amp;lt;/s&amp;amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
*** &amp;lt;sub&amp;gt;&amp;amp;lt;sub&amp;amp;gt;Subscript&amp;amp;lt;/sub&amp;amp;gt;&amp;lt;/sub&amp;gt;&lt;br /&gt;
*** &amp;lt;sup&amp;gt;&amp;amp;lt;sup&amp;amp;gt;Superscript&amp;amp;lt;/sup&amp;amp;gt;&amp;lt;/sup&amp;gt;&lt;br /&gt;
*** &amp;lt;small&amp;gt;&amp;amp;lt;small&amp;amp;gt;Makes font relatively smaller&amp;amp;lt;/small&amp;amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
*** &amp;lt;tt&amp;gt;&amp;amp;lt;tt&amp;amp;gt;Monospace font&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
*** &amp;lt;u&amp;gt;&amp;amp;lt;u&amp;amp;gt;Underline&amp;amp;lt;/u&amp;amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
**** For example: &amp;amp;lt;u&amp;amp;gt;&amp;amp;lt;b&amp;amp;gt;%s&amp;amp;lt;/b&amp;amp;gt;&amp;amp;lt;/u&amp;amp;gt;  will display &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Underlined bold date&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Multiple surname box height:}} Default:'''150''' Pixels {{man tooltip|Enter height in pixels. When multiple surnames are entered, these names display in a box. This setting sets the size of this box.}}&lt;br /&gt;
&lt;br /&gt;
====Tip of the Day dialog====&lt;br /&gt;
&lt;br /&gt;
[[File:TipOfTheDay-dialog--example-WhatsThatFor-52.png|Right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Tip of the Day dialog]]&lt;br /&gt;
&lt;br /&gt;
When enabled in {{man menu|Edit &amp;gt; Preferences}} {{man label|General}} tab the {{man label|Tip of the Day}} dialog shows helpful hints.&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
*{{checkbox|1}} {{man label|Display on startup}} (check box checked by default - once enabled) - uncheck to stop further tips appearing.&lt;br /&gt;
*{{man button|Forward}} - Advance to the next tip.&lt;br /&gt;
*{{man button|Close}} - exit for this session until the Gramps program is restarted.&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
&amp;lt;!-- 2023/09/08 List of 73 Tips are stored here https://github.com/gramps-project/gramps/blob/maintenance/gramps52/data/tips.xml --&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Family Tree ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:EditPreferences-FamilyTree-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: {{man menu|Edit&amp;gt;Preferences...}} - &amp;quot;Family Tree&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Family Tree}} tab contains the following four sections:&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Database_Settings|Database Settings]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Database_Location|Database Location]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Backup_Management|Backup Management]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Family_Tree.27s_Media_path|Family Tree's Media path]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Manage_Family_Trees#Backing_up_a_Family_Tree|Backing up a family tree]] - more information on backups&lt;br /&gt;
* [[Template:Backup_Omissions|Backup omissions]] - what is not included during a backup&lt;br /&gt;
* Addon [[Addon:PostgreSQL|PostgreSQL]] - this adds support for PostgreSQL databases.&lt;br /&gt;
&lt;br /&gt;
====Database Settings====&lt;br /&gt;
*{{man label|Database backend:}} - &lt;br /&gt;
** '''[[Gramps_Glossary#sqlite|SQLite]]''' (''default'') - the [[DB-API Database Backend]]&lt;br /&gt;
** ... If other database backends addons are installed, they will be added to the list &amp;lt;abbr title=&amp;quot;exempli gratia - Latin phrase meaning 'for example'&amp;quot;&amp;gt;e.g.&amp;lt;/abbr&amp;gt;: [[Addon:PostgreSQL|PostgreSQL]] backend&lt;br /&gt;
&lt;br /&gt;
The ''[[Gramps_Glossary#bsddb|BSDDB]]'' - Legacy Database backend was superseded in the Gramps 5.1 version.&lt;br /&gt;
&lt;br /&gt;
====Database Location====&lt;br /&gt;
*{{man label|Host:}} - Server address or other computer IP address for the location of the database.&lt;br /&gt;
*{{man label|Port:}} - Port number to access the Host database&lt;br /&gt;
*{{man label|Family Tree Database path:}} Unless you have a definite reason to change this, stay with the default path. This path will be within the [[Gramps_5.2_Wiki_Manual_-_User_Directory|User Directory]] of the local machine's Operating Systems.&amp;lt;br /&amp;gt;The default path where the databases are stored is&lt;br /&gt;
:: Linux: &amp;lt;code&amp;gt;/home/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/.local/share/gramps/grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
:: macOS (both the application package and built from source): &amp;lt;code&amp;gt;/Users/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/.local/share/gramps/grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
:: Windows: &amp;lt;code&amp;gt;C:\Users\&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;\AppData\Local\gramps\grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
: In Gramps 5.1 and earlier, the default path where the databases were stored was&lt;br /&gt;
:: Linux: &amp;lt;code&amp;gt;/home/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/.gramps/grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
:: macOS application package: &amp;lt;code&amp;gt;/Users/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/Library/Application Support/gramps/grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
:: macOS built from source: &amp;lt;code&amp;gt;/Users/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/.gramps/grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
:: Windows: &amp;lt;code&amp;gt;C:\Users\&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;\AppData\Roaming\gramps\grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
: If Gramps 5.2 and later detects a database directory in the old location, it will use that directory and not create one in the new location.&lt;br /&gt;
&lt;br /&gt;
====Backup Management====&lt;br /&gt;
*{{man label|Backup path:}} - Location in which to save your Gramps backup archive files.&lt;br /&gt;
*{{checkbox|1}}{{man label|Backup on exit}} - Selecting this option will Backup Your family tree upon choosing to exit Gramps. The file be saved to the Backup path specified above. The filename of the backup will match the Family Tree appended with a date and time.&lt;br /&gt;
*{{man label|Autobackup:}} timer interval for triggering full backups during Gramps editing sessions.&lt;br /&gt;
** '''Never''' (''default'')&lt;br /&gt;
** Every 15 minutes&lt;br /&gt;
** Every 30 minutes&lt;br /&gt;
** Every hour&lt;br /&gt;
** Every 12 hours {{new|5.2.0}}&lt;br /&gt;
** Every day {{new|5.2.0}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Family Tree's Media path====&lt;br /&gt;
*{{man label|Base media path:}} Here you can fill in a base path for the media objects. Selecting the {{man button|Directory}} button gives you a {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Select_media_directory_dialog|Select media directory]]}} dialog where you can fill in the required path.&lt;br /&gt;
&lt;br /&gt;
{{man tip|The base relative media path is specific to the active family tree.|It is not a global setting in Gramps. Each family tree is able to have a unique media base path that is stored with the database.}}&lt;br /&gt;
&lt;br /&gt;
{{man tip|To make media paths relative|You also need to select the {{man label|[ ] Convert to a relative path}} checkbox, at the bottom of the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Select_a_media_object_selector|Select a media object selector]]}} dialog. Once checked for the first time it will be remembered for each subsequent media selection.}}&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
*[[Gramps_5.2_Wiki_Manual_-_Tools#Media_Manager|{{man label|Gramps Media Manager}}]] a group of four separate tools two of which allow you to:&lt;br /&gt;
** {{man label|[[Gramps_5.2_Wiki_Manual_-_Tools#Convert_paths_from_relative_to_absolute|Convert paths from relative to absolute]]}}&lt;br /&gt;
** {{man label|[[Gramps_5.2_Wiki_Manual_-_Tools#Convert_paths_from_absolute_to_relative|Convert paths from absolute to relative]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Select media directory dialog=====&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Settings#File_Chooser]]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=====Missing Media Objects 'broken link' icon of a box with a red 'x'=====&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:Broken Media Path.png|right|350px|thumb|Fig. {{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Media object with a broken filepath]]&lt;br /&gt;
&lt;br /&gt;
If the Preview thumbnails displays 'broken link' icon of a box with a red 'x' you will need to correct {{man label|Base media path:}} for your family tree in the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Family_Tree.27s_Media_path|Family Tree's Media path]]}} section.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Import ===&lt;br /&gt;
[[File:EditPreferences-Import-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Import&amp;quot; - tab - defaults]]&lt;br /&gt;
The {{man label|Import}} tab has two sections as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Tag Records ====&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Add tag on import}}: Checkbox (Default: &amp;lt;code&amp;gt;Imported %Y/%m/%d %H:%M:%S&amp;lt;/code&amp;gt; ) '''Note - Adding a [[Gramps_Glossary#tag|Tag]] on import can significantly slow down the importing of your data.''' {{man tooltip|Specified tag will be added on import. Clear to set default value.}}&lt;br /&gt;
&lt;br /&gt;
==== Source GEDCOM import ====&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Add default source on GEDCOM import}}: This checkbox option affects the importing of [[Gramps_5.2_Wiki_Manual_-_Manage_Family_Trees#GEDCOM_import|GEDCOM data]]. If this is set, each item that is imported will contain a [[Gramps_Glossary#source|Source]] reference to the imported file. '''Note - Adding a default source can significantly slow down the importing of your GEDCOM data.'''&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Limits ===&lt;br /&gt;
[[File:EditPreferences-Limits-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Limits&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
Settings used for calculation operations.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps 5.2 Wiki Manual - Probably Alive]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Editing_dates|Editing dates]]&lt;br /&gt;
* Setting the [[Match_dates#Changing_after.2Fbefore.2Fabout_range|date approximation .ini]] manually&lt;br /&gt;
&lt;br /&gt;
==== Calculation limits ====&lt;br /&gt;
&lt;br /&gt;
*{{man label|Date 'about' year range: (date ± #):}} Default: &amp;lt;code&amp;gt;50&amp;lt;/code&amp;gt;&lt;br /&gt;
** Defines the number of years +/- of the event date &amp;quot;&amp;lt;code&amp;gt;about &amp;lt;date&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; that the event will return as valid for a filter.&lt;br /&gt;
** Used in the calculation of the person's age.&lt;br /&gt;
*{{man label|Date 'after' year range: (date + #):}} Default: &amp;lt;code&amp;gt;50&amp;lt;/code&amp;gt;&lt;br /&gt;
** Defines the number of years after the event date &amp;quot;&amp;lt;code&amp;gt;after &amp;lt;date&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; that the event will return as valid for a filter.&lt;br /&gt;
** Used in the calculation of the person's age.&lt;br /&gt;
*{{man label|Date 'before' year range: (date - #):}} Default: &amp;lt;code&amp;gt;50&amp;lt;/code&amp;gt;&lt;br /&gt;
** Defines the number of years before the event date &amp;quot;&amp;lt;code&amp;gt;before &amp;lt;date&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; that the event will return as valid for a filter.&lt;br /&gt;
** Used in the calculation of the person's age.&lt;br /&gt;
*{{man label|Maximum age probably alive:}} Default: &amp;lt;code&amp;gt;110&amp;lt;/code&amp;gt;&lt;br /&gt;
** Absent a Death event, the age by which Gramps will consider the person is no longer alive.&lt;br /&gt;
*{{man label|Maximum sibling age difference:}} Default: &amp;lt;code&amp;gt;20&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Minimum years between generations:}} Default: &amp;lt;code&amp;gt;13&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Average years between generations:}} Default: &amp;lt;code&amp;gt;20&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Max generations for relationships:}} You can enter the number of generations used to determine relationships. The default value is '''&amp;lt;code&amp;gt;15&amp;lt;/code&amp;gt;'''. Limits the scope of features based on the [[Gramps_5.2_Wiki_Manual_-_Tools#Relationship_Calculator|Relationship Calculator]]. &lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Colors ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:EditPreferences-Colors-tab-default-52.png|right|thumb|650px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Colors&amp;quot; - tab - UK/Australian dialect defaults]]&amp;lt;!-- ignore that color is spelt &amp;quot;colour&amp;quot; in the screenshot as I am (also) using gramps in UK/Australian mode--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tab has seven section related to allowing you to set the '''colors used for boxes in the graphical views'''.&lt;br /&gt;
&lt;br /&gt;
Each of the colors can be customized using the [[Gramps_5.2_Wiki_Manual_-_Settings#Pick_a_Color_selector|Pick a Color selector]].&lt;br /&gt;
&lt;br /&gt;
==== Colors used for boxes in the graphical views ====&lt;br /&gt;
&lt;br /&gt;
You can select the&lt;br /&gt;
* {{man label|Color scheme:}} ''Light colors''(default) or ''Dark colors''&lt;br /&gt;
** {{man button|Restore to defaults}} - restores themes default colors.&lt;br /&gt;
&lt;br /&gt;
====Colors for Male persons====&lt;br /&gt;
* Background for Alive: [ ] #b8cee6&lt;br /&gt;
* Border for Alive: [ ] #1f4986&lt;br /&gt;
* Background for Dead: [ ] #b8cee6&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for Female persons====&lt;br /&gt;
* Background for Alive: [ ] #feccf0&lt;br /&gt;
* Border for Alive: [ ] #861f69&lt;br /&gt;
* Background for Dead: [ ] #feccf0&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for people who are neither male nor female====&lt;br /&gt;
* Background for Alive: [ ] #94ef9e&lt;br /&gt;
* Border for Alive: [ ] #2a5d16&lt;br /&gt;
* Background for Dead: [ ] #94ef9e&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for Unknown persons====&lt;br /&gt;
* Background for Alive: [ ] #f3dbb6&lt;br /&gt;
* Border for Alive: [ ] #8e5801&lt;br /&gt;
* Background for Dead: [ ] #f3dbb6&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for Family nodes====&lt;br /&gt;
* Default background: [ ] #eeeeee&lt;br /&gt;
* Default border: [ ] #cccccc&lt;br /&gt;
* Background for Married: [ ] #eeeeee&lt;br /&gt;
* Background for Unmarried: [ ] #eeeeee&lt;br /&gt;
* Background for Civil Union: [ ] #eeeeee&lt;br /&gt;
* Background for Unknown: [ ] #eeeeee&lt;br /&gt;
* Background for Divorced: [ ] #eeeeee&lt;br /&gt;
* Border for Divorced: [ ] #ff7373&lt;br /&gt;
&lt;br /&gt;
====Other colors====&lt;br /&gt;
* Background for Home Person: [ ] #bbe68a&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Genealogical Symbols ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
{{man warn|Prerequisites exist for this feature|The Genealogical Symbols tab can only be used if the [[#Prerequisite_to_use_Genealogical_Symbols|prerequisite]] program &amp;lt;code&amp;gt;[[#Prerequisite_to_use_Genealogical_Symbols|python-fontconfig]]&amp;lt;/code&amp;gt; is present that Gramps can use.}}&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-GenealogicalSymbols-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Genealogical Symbols&amp;quot;  - Preferences tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
Allows you to use Genealogical symbols instead of text abbreviations in reports, charts and the Gramps interface. &lt;br /&gt;
&lt;br /&gt;
This tab gives you the possibility to use one font which is able to show all genealogical symbols. (Once configured see: [[#Prerequisite_to_use_Genealogical_Symbols|Prerequisite to use Genealogical Symbols]])&lt;br /&gt;
&lt;br /&gt;
If you select the &amp;quot;{{man label|Use symbols}}&amp;quot; checkbox, Gramps will use the selected font if it exists.&lt;br /&gt;
&lt;br /&gt;
This can be useful if you want to add phonetic in a note to show how to pronounce a name or if you mix multiple languages like Greek and Russian.&lt;br /&gt;
&lt;br /&gt;
You can only configure the death symbol from this tab.&lt;br /&gt;
&lt;br /&gt;
:List of Genealogical Symbols shown (listed in order shown at bottom screenshot):&lt;br /&gt;
&lt;br /&gt;
* Female&lt;br /&gt;
* Male&lt;br /&gt;
* Asexuality, sexless, genderless&lt;br /&gt;
* Lesbianism&lt;br /&gt;
* Male homosexuality&lt;br /&gt;
* Heterosexuality&lt;br /&gt;
* Transgender, hermaphrodite (in entomology)&lt;br /&gt;
* Transgender&lt;br /&gt;
* Neuter&lt;br /&gt;
&lt;br /&gt;
* Illegitimate&lt;br /&gt;
* Birth&lt;br /&gt;
* Baptism/Christening&lt;br /&gt;
* Engaged&lt;br /&gt;
* Marriage&lt;br /&gt;
* Divorce&lt;br /&gt;
* Unmarried partnership&lt;br /&gt;
* Buried&lt;br /&gt;
* Cremated/Funeral urn&lt;br /&gt;
* Killed in action&lt;br /&gt;
* Extinct&lt;br /&gt;
&lt;br /&gt;
* Death&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;!-- Unicode symbols not showing on mediwiki due to ??? add back when worked out&lt;br /&gt;
* &amp;amp;#2640; - Female&lt;br /&gt;
* &amp;amp;#2642; - Male&lt;br /&gt;
* &amp;amp;#26aa; - Asexuality, sexless, genderless&lt;br /&gt;
* &amp;amp;#26a2; - Lesbianism&lt;br /&gt;
* &amp;amp;#26a3; - Male homosexuality&lt;br /&gt;
* &amp;amp;#26a4; - Heterosexuality&lt;br /&gt;
* &amp;amp;#26a5; - Transgender, hermaphrodite (in entomology)&lt;br /&gt;
* &amp;amp;#26a6; - Transgender&lt;br /&gt;
* &amp;amp;#26b2; - Neuter&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;#229b; - Illegitimate&lt;br /&gt;
* &amp;amp;#002a; - Birth&lt;br /&gt;
* &amp;amp;#007c; - Baptism/Christening&lt;br /&gt;
* &amp;amp;#26ac; - Engaged&lt;br /&gt;
* &amp;amp;#26ad; - Marriage&lt;br /&gt;
* &amp;amp;#26ae; - Divorce&lt;br /&gt;
* &amp;amp;#26af; - Unmarried partnership&lt;br /&gt;
* &amp;amp;#26b0; - Buried&lt;br /&gt;
* &amp;amp;#26b1; - Cremated/Funeral urn&lt;br /&gt;
* &amp;amp;#2694; - Killed in action&lt;br /&gt;
* &amp;amp;#2021; - Extinct&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;#271e; - Death&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! meaning&lt;br /&gt;
! symbol&lt;br /&gt;
! Unicode code point(s)	&lt;br /&gt;
! name&lt;br /&gt;
|-&lt;br /&gt;
! male	&lt;br /&gt;
| ♂	&lt;br /&gt;
| U+2642	&lt;br /&gt;
| Male Sign&lt;br /&gt;
|-&lt;br /&gt;
! female	&lt;br /&gt;
| ♀	&lt;br /&gt;
| U+2640	&lt;br /&gt;
| Female Sign&lt;br /&gt;
|-&lt;br /&gt;
! unknown	&lt;br /&gt;
| ⚪︎	&lt;br /&gt;
| U+26AA	&lt;br /&gt;
| Medium White Circle&lt;br /&gt;
|-&lt;br /&gt;
! hermaphrodite	&lt;br /&gt;
| ⚥	&lt;br /&gt;
| U+26A5	&lt;br /&gt;
| Interlocked Male and Female Sign&lt;br /&gt;
|-&lt;br /&gt;
! neuter	&lt;br /&gt;
| ⚲	&lt;br /&gt;
| U+26B2	&lt;br /&gt;
| Neuter&lt;br /&gt;
 	 		&lt;br /&gt;
|-&lt;br /&gt;
! birth	&lt;br /&gt;
| *	&lt;br /&gt;
| U+002A	&lt;br /&gt;
| Asterisk&lt;br /&gt;
|-&lt;br /&gt;
! baptisation, christening	&lt;br /&gt;
| ~	&lt;br /&gt;
| U+007E	&lt;br /&gt;
| Tilde&lt;br /&gt;
|-&lt;br /&gt;
! death	&lt;br /&gt;
| ✝︎	&lt;br /&gt;
| U+271D	&lt;br /&gt;
| Latin Cross&lt;br /&gt;
|-&lt;br /&gt;
! burial	&lt;br /&gt;
| ⚰︎	&lt;br /&gt;
| U+26B0	&lt;br /&gt;
| Coffin&lt;br /&gt;
|-&lt;br /&gt;
! cremation	&lt;br /&gt;
| ⚱︎	&lt;br /&gt;
| U+26B1	&lt;br /&gt;
| Funeral Urn&lt;br /&gt;
|-&lt;br /&gt;
! stillborn	&lt;br /&gt;
| ✝︎*	&lt;br /&gt;
| U+0086 U+002A	&lt;br /&gt;
| Latin Cross, Asterisk&lt;br /&gt;
|-&lt;br /&gt;
! born illegitimately	&lt;br /&gt;
| *⃝	&lt;br /&gt;
| U+002A U+20DD	&lt;br /&gt;
| Circled Asterisk&lt;br /&gt;
|-&lt;br /&gt;
! born illegitimately	&lt;br /&gt;
| ⊛	&lt;br /&gt;
| U+229B	&lt;br /&gt;
| Circled Asterisk Operator&lt;br /&gt;
|-&lt;br /&gt;
! killed in action	&lt;br /&gt;
| ⚔︎	&lt;br /&gt;
| U+2694	&lt;br /&gt;
| Crossed Swords&lt;br /&gt;
|-&lt;br /&gt;
! this line extinct	&lt;br /&gt;
| ‡	&lt;br /&gt;
| U+2021	&lt;br /&gt;
| Double Dagger	&lt;br /&gt;
|-&lt;br /&gt;
! approximate(ly)	&lt;br /&gt;
| ±	&lt;br /&gt;
| U+00B1	&lt;br /&gt;
| Plus-Minus&lt;br /&gt;
|-&lt;br /&gt;
! before	&lt;br /&gt;
| &amp;lt;	&lt;br /&gt;
| U+003C	&lt;br /&gt;
| Less-Than Symbol&lt;br /&gt;
|-&lt;br /&gt;
! after	&lt;br /&gt;
| &amp;gt;	&lt;br /&gt;
| U+003E	&lt;br /&gt;
| Greater-Than Symbol&lt;br /&gt;
 	 		&lt;br /&gt;
|-&lt;br /&gt;
! engaged	&lt;br /&gt;
| ⚬	&lt;br /&gt;
| U+26AC	&lt;br /&gt;
| Medium Small White Circle&lt;br /&gt;
|-&lt;br /&gt;
! married	&lt;br /&gt;
| ⚭	&lt;br /&gt;
| U+26AD	&lt;br /&gt;
| Marriage Symbol&lt;br /&gt;
|-&lt;br /&gt;
! divorced	&lt;br /&gt;
| ⚮	&lt;br /&gt;
| U+26AE	&lt;br /&gt;
| Divorce Symbol&lt;br /&gt;
|-&lt;br /&gt;
! unmarried	&lt;br /&gt;
| ⚯	&lt;br /&gt;
| U+26AF	&lt;br /&gt;
| Unmarried Partnership Symbol&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
====Prerequisite to use Genealogical Symbols====&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:EditPreferences-GenealogicalSymbols-tab-default-51.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Genealogical Symbols&amp;quot;  - Preferences tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
=====Initial setup=====&lt;br /&gt;
&lt;br /&gt;
If the fontconfig [[Gramps_5.2_Wiki_Manual_-_Settings#Prerequisite|prerequisite has been installed]], then on the {{man label|Genealogical Symbols}} tab select the {{man button|Try to find}} button, Gramps will attempt to detect any suitable unicode text fonts that can be used.  &lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-GenealogicalSymbols-FindFont-51.png|center|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Genealogical Symbols&amp;quot;  - Finding fonts]]&lt;br /&gt;
&lt;br /&gt;
When the search has completed select one of the fonts from the {{man button|Choose font}} list and then select the checkbox:&lt;br /&gt;
&lt;br /&gt;
{{checkbox|1|Use symbols}}&lt;br /&gt;
&lt;br /&gt;
=====Prerequisite=====&lt;br /&gt;
Prerequisite : '''python-fontconfig''' : Python bindings of fontconfig and its dependencies are required for displaying genealogical symbols&lt;br /&gt;
{{man note|Use the [[Addon:Prerequisites_Checker_Gramplet|Prerequisites Checker]]|Do you have &amp;lt;code&amp;gt;python-fontconfig&amp;lt;/code&amp;gt; installed? Run the Prerequisites Checker Addon and look for something similar to the following line:&amp;lt;pre&amp;gt;* python-fontconfig 0.5.0 (Success version 0.5.x is installed.)&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* Tamura Jones expounds on [https://www.tamurajones.net/GenealogySymbols.xhtml Genealogical Symbols] ''(the 'Unicode' section is particularly relevant)''&lt;br /&gt;
* [[GEPS 039: Genealogical symbols in gramps]]&lt;br /&gt;
* Feature request: {{bug|9098}} Gramps should be able to use genealogy symbols everywhere.&lt;br /&gt;
* [[Customize the Genealogical Symbols lookup table]] located in the [[Gramps_5.2_Wiki_Manual_-_User_Directory#MS_Windows|Gramps user directory]] at: [https://github.com/gramps-project/gramps/blob/maintenance/gramps51/gramps/gen/utils/symbols.py gramps\gen\utils\symbols.py]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== ID Formats ===&lt;br /&gt;
{{man tip|ID Prefixes |The ID prefixes use formatting conventions common for C, Python, and other programming languages. For example, the &amp;lt;code&amp;gt;%04d&amp;lt;/code&amp;gt; expands to an integer, prepended with zeros to have the total width of four digits. If you would like IDs to be 1, 2, 3, etc., simply set the formatting parameter to &amp;lt;code&amp;gt;%d&amp;lt;/code&amp;gt;, the 'd' specifies Decimal Integer, outputting the number in base 10.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;See: Python [https://docs.python.org/3/library/string.html#format-specification-mini-language (String) Format Specification Mini-Language]}}&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-IDFormats-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;ID Formats&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
This tab contains preferences relevant to the automatic generation of Gramps IDs.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Person:}} Provides the template for generating IDs for a Person. Default value: &amp;lt;code&amp;gt;I%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Family:}} Provides the template for generating IDs for a Family. Default value: &amp;lt;code&amp;gt;F%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Place:}} Provides the template for generating IDs for a Place. Default value: &amp;lt;code&amp;gt;P%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Source:}} Provides the template for generating IDs for a Source. Default value: &amp;lt;code&amp;gt;S%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Citation:}} Provides the template for generating IDs for a Citation. Default value: &amp;lt;code&amp;gt;C%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Media Object:}} Provides the template for generating IDs for a Media Object. Default value: &amp;lt;code&amp;gt;O%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Event:}} Provides the template for generating IDs for an Event. Default value: &amp;lt;code&amp;gt;E%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Repository:}} Provides the template for generating IDs for a Repository. Default value: &amp;lt;code&amp;gt;R%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Note:}} Provides the template for generating IDs for a Note. Default value: &amp;lt;code&amp;gt;N%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can use the [[Gramps_5.2_Wiki_Manual_-_Tools#Reorder_Gramps_ID|Reorder Gramps ID]] tool to change the format.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Text ===&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-Text-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Text&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
This tab contains preferences relevant to how missing and private names and records should be shown.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Missing surname:}} in the input field you can determine how a missing surname should be displayed. Default value is '''&amp;lt;code&amp;gt;[Missing Surname]&amp;lt;/code&amp;gt;'''. You can change this to [--] or whatever is most convenient for you.&lt;br /&gt;
*{{man label|Missing given name}} in the input field you can determine how a missing given name should be displayed. Default value is '''&amp;lt;code&amp;gt;[Missing Given Name]&amp;lt;/code&amp;gt;'''. You can change this to whatever you want.&lt;br /&gt;
*{{man label|Missing record:}} Default: &amp;lt;code&amp;gt;[Missing Record]&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Private surname:}} Default: &amp;lt;code&amp;gt;[Living]&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Private given name:}} Default: &amp;lt;code&amp;gt;[Living]&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Private record:}} Default: &amp;lt;code&amp;gt;[Private Record]&amp;lt;/code&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Warnings ===&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-Warnings-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Warnings&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
This tab controls the display of warning dialogs, allowing the re-enabling of dialogs that have been disabled.&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Suppress warning when adding parents to a child.}} Checkbox checked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Suppress_warning_when_adding_parents_to_a_child|Dialog]])&lt;br /&gt;
*{{checkbox|0}}{{man label|Suppress warning when cancelling with changed data.}} Checkbox unchecked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Suppress_warning_when_cancelling_with_changed_data|Dialog]])&lt;br /&gt;
*{{checkbox|0}}{{man label|Suppress warning about missing researcher when exporting to GEDCOM.}} Checkbox unchecked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Suppress_warning_about_missing_researcher_when_exporting_to_GEDCOM|Dialog]])&lt;br /&gt;
*{{checkbox|0}}{{man label|Suppress tooltip warnings about data being saved immediately.}} Checkbox unchecked by Default {{new|5.2.0}}&lt;br /&gt;
*{{checkbox|0}}{{man label|Show plugin status dialog on plugin load error.}} Checkbox unchecked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Module_not_loaded_warnings|Dialog]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See the [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference|Error and Warning Reference]] page for examples.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Researcher ===&lt;br /&gt;
{{man tip|Researcher Information|This contact information is independent of the family trees you create.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Most exports and reports will be filtered to protect the privacy of living people of the Tree... including yourself. This information feeds into the authoring and citation features of any publication (or archival) options.}}&lt;br /&gt;
[[File:EditPreferences-Researcher-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Researcher&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
Allows you to {{man label|Enter your information so people can contact you when you distribute your Family Tree}} in the corresponding text entry fields. Although Gramps requests information about you, this information is used only so that Gramps can create valid GEDCOM output files. A valid GEDCOM file requires information about the file's creator. If you choose, you may leave the information empty, however none of your exported GEDCOM files will be valid.&lt;br /&gt;
&lt;br /&gt;
The available text entry fields are (all blank by default):&lt;br /&gt;
*{{man label|Name:}}&lt;br /&gt;
*{{man label|Address:}}&lt;br /&gt;
*{{man label|Locality:}}&lt;br /&gt;
*{{man label|City:}}&lt;br /&gt;
*{{man label|State/County:}}&lt;br /&gt;
*{{man label|Country:}}&lt;br /&gt;
*{{man label|ZIP/Postal Code:}}&lt;br /&gt;
*{{man label|Phone:}}&lt;br /&gt;
*{{man label|Email:}}&lt;br /&gt;
&lt;br /&gt;
The information entered under this preference acts as default value for family tree specific values that can be adjusted with the [[Gramps_5.2_Wiki_Manual_-_Tools#Edit_Database_Owner_Information|Edit Database Owner Information]] tool.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Other settings ==&lt;br /&gt;
&lt;br /&gt;
Besides {{man label|Preferences}} dialog, there are other settings available in Gramps. For various reasons they have been made more readily accessible, as listed below.&lt;br /&gt;
{{-}}&lt;br /&gt;
===Column Editor===&lt;br /&gt;
&lt;br /&gt;
{{man tip|1=Column Editor|2=The {{man label|Column Editor}} is available and works in the same way for all list views. Specifically, it is available for People View, Family View (children list). Sources View, Citations View, Places View, Media View, Repositories View and the Notes View.}}&lt;br /&gt;
&lt;br /&gt;
[[File:ConfigureTheActiveView-icon-on-toolbar-51.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Selecting the {{man button|Configure View...}} button]]&lt;br /&gt;
&lt;br /&gt;
[[File:ColumnEditor-dialog-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Column Editor - Dialog - People default]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The columns of the list views may be added, removed, or reordered in a {{man label|Column Editor}} dialog. &lt;br /&gt;
&lt;br /&gt;
To use the {{man label|Column Editor }} dialog for the current view, choose via the menu {{man menu|View &amp;amp;#x27a1; Configure View...}}, click on [[File:Gramps-config.png|34px]]{{man button|Configure View...}} toolbar button or press the ''Configure active view'' [[Gramps_5.2_Wiki_Manual_-_Keybindings#Common_keybindings|keyboard keybinding]]. &lt;br /&gt;
&lt;br /&gt;
Only columns with a selected checkbox will be shown in the view. You can also change the position of a column in the View by clicking and dragging it to a new position in the Editor ([https://wikipedia.org/wiki/Drag-and-drop ''drag and drop'']). Once you have made the changes you want click {{man button|Apply}}, then click {{man button|OK}} to exit the Editor and see your changes in the View.&lt;br /&gt;
&lt;br /&gt;
By default, the View List, displays several columns of information about the respective category. You can add or remove columns to and from the display &lt;br /&gt;
&lt;br /&gt;
The default sort key for the view [always ascending] is the left-most field [i.e. at the top in the Column Editor], so changing which field is in that position affects default sorting.&lt;br /&gt;
&lt;br /&gt;
[[File:ConfigurePersonView-51.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Column Editor - Dialog - People example]]The {{man label|Column Editor}} dialog will have a different selection of columns for each category of View that displays a simple table.&lt;br /&gt;
&lt;br /&gt;
Changes will only be enacted when the {{man button|Apply}} button is clicked.&lt;br /&gt;
&lt;br /&gt;
Once the View columns changes have been applied, clicking once on the column header sorts in ascending order, clicking again sorts in descending order. &lt;br /&gt;
&lt;br /&gt;
The subset of columns and the current [[Gramps_5.2_Wiki_Manual_-_Filters|filters]] will also constrain the data exported via the {{Man menu|Family Trees&amp;amp;nbsp;&amp;amp;#x27a1;&amp;amp;nbsp;[[Gramps_5.2_Wiki_Manual_-_Settings#Export_View|Export View...]]}} operation. Hidden columns and records will not be exported. &lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Sorting columns ===&lt;br /&gt;
&lt;br /&gt;
[[File:PeopleCategory-PeopleListView-SortedByBirthDateColumn-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Sorted by &amp;quot;Birth Date&amp;quot; column in the list mode of the People Category View - example]]&lt;br /&gt;
&lt;br /&gt;
By default, each Category View presenting data in a columnated table layout will sort the rows in ascending order based on the data in the first (left-most) column. If the table has grouped rows, the grouped data will be sub-sorted. ''(Tables in tabbed subsets of data, Editors and Selectors will work similarly.)''&lt;br /&gt;
&lt;br /&gt;
Click once on a different column header to sort on the data of that column in ascending order. Click the header again to sort in reverse order. &lt;br /&gt;
&lt;br /&gt;
The {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Column_Editor|Column Editor]]}} dialog can be used to add, remove and rearrange the displayed columns. Choosing a different first column will make that the new default sorting column of the view [though always ascending].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Setting Home person===&lt;br /&gt;
[[File:MenuEdit-SetHomePerson-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu showing ''Set Home Person'']]&lt;br /&gt;
&lt;br /&gt;
To set (designate) the [[Gramps_Glossary#home_person|Home person]], select the People Category and select the desired person to make them into the [[Gramps_Glossary#active_person|Active Person]] and then choose {{man menu|Edit -&amp;gt;Set Home Person}} via the menus.&lt;br /&gt;
&lt;br /&gt;
Alternately, when editing any Person, right-clicking on inactive areas (areas without a text-entry box) of the top section displays a pop-up menu which includes an option to {{man menu|Make Home Person}} of that profile.&lt;br /&gt;
&lt;br /&gt;
The Home person is the persistently designated person who becomes the [[Gramps_Glossary#active_person|Active Person]] when one of the following occurs:&lt;br /&gt;
*By default, when the Family tree database is opened&amp;lt;br /&amp;gt;''(The [[Gramps_5.2_Wiki_Manual_-_Settings#General_Gramps_settings|General]] setting in [[Gramps_5.2_Wiki_Manual_-_Settings#Preferences|Preferences]] can modify this default behavior. The &amp;quot;Remember last view displayed&amp;quot; will return to the last [[Gramps_Glossary#active_person|Active Person]] of the previous session.)''&lt;br /&gt;
*As the toolbar {{man button|Home}} button is clicked&lt;br /&gt;
*When the Home menu item is selected from either the {{man button|Go}} menu or the right-click context menu in selected views&lt;br /&gt;
*As the [[Gramps_5.2_Wiki_Manual_-_Keybindings#15|keybinding]] {{Man key press|ALT|Home}} is pressed to return to the '''Home Person'''. &lt;br /&gt;
&lt;br /&gt;
The toolbar {{man button|Home}} button is available in the People Category, Relationships Category, and Pedigree Category. [[File:Gramps Go-Home48x48 win.png|text-bottom]]&lt;br /&gt;
====See also====&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Navigation#Setting_the_Home_Person|Setting the Home Person]]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Adjusting viewing controls===&lt;br /&gt;
&lt;br /&gt;
Whether the toolbar, the sidebar, or the filter (not available on Pedigree and Relationships Views) are displayed in the main window is adjusted through the View menu.&lt;br /&gt;
&lt;br /&gt;
In the different views clicking the {{man menu|[[Gramps_5.2_Wiki_Manual_-_Navigation#View|View]]}} menu will shows for boxes you can click:&lt;br /&gt;
*Navigator&lt;br /&gt;
*Toolbar&lt;br /&gt;
*Sidebar&lt;br /&gt;
*Bottombar&lt;br /&gt;
*Full Screen {{man key press|F11}}&lt;br /&gt;
&lt;br /&gt;
Additionally, depending on the view you are in, other options will be available on {{man label|Configure}}.&lt;br /&gt;
&lt;br /&gt;
*Gramplets:&lt;br /&gt;
**Set Columns to 1&lt;br /&gt;
**Set Columns to 2&lt;br /&gt;
**Set Columns to 3&lt;br /&gt;
*Relationships:&lt;br /&gt;
**Show Siblings&lt;br /&gt;
**Show Details&lt;br /&gt;
*Geography:&lt;br /&gt;
**Time period&lt;br /&gt;
**Layout&lt;br /&gt;
&lt;br /&gt;
All other Views: the [[Gramps_5.2_Wiki_Manual_-_Settings#Column_Editor|column editor]].&lt;br /&gt;
&lt;br /&gt;
===Export View===&lt;br /&gt;
&lt;br /&gt;
[[File:Menubar-FamilyTrees-overview-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menubar - &amp;quot;Family Trees&amp;quot; - overview example showing &amp;quot;Export View&amp;quot; menu entry]]&lt;br /&gt;
&lt;br /&gt;
On most [[Gramps_5.2_Wiki_Manual_-_Categories#Categories_of_the_Navigator|Category List Views]], displayed data maybe be exported, choose via the {{man menu|Family Trees -&amp;gt;Export View...}} [[Gramps_5.2_Wiki_Manual_-_Navigation#Main_Menus|menu]] command.&lt;br /&gt;
&lt;br /&gt;
This Menu command only appears if the displayed data can be exported. Gramps will export data on screen according your choice: '''CSV''' or '''Open Document''' spreadsheet format.&lt;br /&gt;
&lt;br /&gt;
Note that the current configuration of the  View's columns will control what data will be exported. The export will contain only the displayed column data (in the same order) and be limited to records matching any [[Gramps_5.2_Wiki_Manual_-_Filters|filters]] you have applied.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Export View as Spreadsheet dialog====&lt;br /&gt;
&lt;br /&gt;
[[File:ExportViewAsSpreadsheet-CSV-file-dialog-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Export View as Spreadsheet&amp;quot; CSV(default) file-dialog - example]]&lt;br /&gt;
&lt;br /&gt;
Gramps will then display the {{man label|Export View as Spreadsheet}} dialog where after choosing a file location to save to and a name for your file; export data on from the Category List View in one of two spreadsheet formats:&lt;br /&gt;
* '''CSV''' (default)&lt;br /&gt;
* '''OpenDocument Spreadsheet''' - ODS format.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:ExportViewAsSpreadsheet-exampleODS-Displayed-in-LibreOfficeCalc-50.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Example ODS Spreadsheet - Displayed in LibreOffice Calc]]&lt;br /&gt;
&lt;br /&gt;
The example screenshot shows an export to the '''OpenDocument Spreadsheet''' (ODS format) displayed as a Spreadsheet in Libreoffice Calc.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Modularity and plugins===&lt;br /&gt;
Gramps has been designed for expansion. The Plugin (a.k.a. Plug-in, addon, extension) framework provides a path for third party development outside the normal Gramps release distributions. &lt;br /&gt;
&lt;br /&gt;
The documentation for each addon is maintained outside the flow of these main wiki chapters. The interface and functionality of the software and documentation may not conform with the styles seen throughout the rest of Gramps... although we encourage Developers to try to make their additions as seamless as possible.&lt;br /&gt;
&lt;br /&gt;
A brief description and screenshot of each addon can be found in the [[5.2_Addons#Addon_List|Addon List]] section of the wiki manual. The separately maintained documentation page for the addon is linked from the 1st column of that list.&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Plugin_Manager|Plugin Manager]] and [[5.2 Addons|Third-Party Addons]].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Customize report output formats===&lt;br /&gt;
[[File:TextReports-DocumentOptions-PlainText-output-settings-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Document Options - tab defaults for Text Reports (Plain Text - output selected) example]]&lt;br /&gt;
&lt;br /&gt;
What kind of output customization is available? This dialog allows you to change the fonts, font sizes, font color, background color of the text and alignment of paragraphs on the report.&lt;br /&gt;
&lt;br /&gt;
For most report dialogs, in the top part are option tabs specifically related that particular report. The lower part will have more broadly reusable features and is called the {{man label|[[Gramps_5.2_Wiki_Manual_-_Reports_-_part_6#Document_Options|Document Options]]}} section. &lt;br /&gt;
&lt;br /&gt;
From the {{man label|Style:}} drop down list you can choose an existing custom style. Or to make your own {{man label|Style:}} select the {{man button|Style Editor...}} button to show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Document_Styles_dialog|Document Styles]]}} dialog and then select the {{man button|Add a new style}} button to show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Style_editor_dialog|Style editor]]}} dialog.&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
{{-}}&lt;br /&gt;
====Document Styles dialog====&lt;br /&gt;
&lt;br /&gt;
[[File:DocumentStyles-dialog-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Document Styles - dialog - default]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Document Styles}} dialog, list the ''default'' style and any custom styles for that report and allows you to edit or delete any custom styles you have created. Select the {{man button|+ (Add a new style)}} button to show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Style_editor_dialog|Style editor]]}} dialog.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Style editor dialog====&lt;br /&gt;
&lt;br /&gt;
The {{man label|Style editor}} dialog allow you to customize the document style specific to each report.&lt;br /&gt;
&lt;br /&gt;
Change the {{man label|Style sheet name:}} &amp;lt;code&amp;gt;New Style&amp;lt;/code&amp;gt; (default) field to a unique name as it will appear in {{man label|Document Options}} {{man label|Style:}} drop down list.&lt;br /&gt;
&lt;br /&gt;
Once changes for your custom style have been finalized select the {{man button|OK}} button to save the changes or {{man button|Cancel}} to exit.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
=====Style editor dialog tabs=====&lt;br /&gt;
On the left hand side you will see the {{man label|Style}} column that list the paragraph options specific to that report that you may modify. For example the {{man label|[[Gramps_5.2_Wiki_Manual_-_Reports_-_part_6#Ahnentafel_Report|Ahnentafel Report]]}} shows the style options for AHN-Entry, AHN-Generation and AHN-Title.&lt;br /&gt;
&lt;br /&gt;
On the right hand side are three tabs associated with each style listed in the left hand column:&lt;br /&gt;
{{-}}&lt;br /&gt;
======Description======&lt;br /&gt;
&lt;br /&gt;
[[File:StyleEditor-dialog-Description-tab-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Description options tab - Document Styles - dialog (default styles for Ahnentafel Report) (Gramps 4.2.0 Windows 7) ]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|Description}} : The description describes what each paragraph is all about. For example shown here is the style used for the Ahnentafel Report ( AHN-Entry ).&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
======Font options======&lt;br /&gt;
&lt;br /&gt;
[[File:StyleEditor-dialog-FontOptions-tab-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Font options&amp;quot; tab - &amp;quot;Style Editor&amp;quot; dialog for &amp;quot;Document Styles&amp;quot; (default styles for Ahnentafel Report)]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|Font options}} : Here you can set the {{man label|Type face}} Roman or Swiss, the {{man label|Size}} of the font in pt., the {{man label|Color}} of the font and some {{man label|Options}} like Bold, Italic or Underline.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
======Paragraph options======&lt;br /&gt;
&lt;br /&gt;
[[File:StyleEditor-dialog-ParagraphOptions-tab-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Paragraph options&amp;quot; tab - &amp;quot;Style Editor&amp;quot; dialog for &amp;quot;Document Styles&amp;quot; (default styles for Ahnentafel Report)]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|Paragraph options}} : Here you set the {{man label|Alignment}}, the {{man label|Background color}}, {{man label|Indentation}}, {{man label|Spacing}} and {{man label|Borders}} of your style.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Context menu===&lt;br /&gt;
Used in various places in Gramps; how you access the context menu is dependent on your operating systems:&lt;br /&gt;
* On Microsoft windows, you generally use the right button of your mouse to show the context menu or use the keyboard shortcut {{man button|Shift}}+{{man button|F10}}. see [https://docs.microsoft.com/en-us/previous-versions/windows/desktop/mpc/using-context-menus Using Context Menus - Microsoft Docs]&lt;br /&gt;
* On Apple macOS, you generally press {{man button|Ctrl}} while clicking the button of your mouse to show the context menu. see: [https://developer.apple.com/design/human-interface-guidelines/macos/menus/contextual-menus/ Contextual Menus - Menus - macOS - Human Interface Guidelines - Apple Developer]&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps 5.2 Wiki Manual - Keybindings|Keybindings]]&lt;br /&gt;
&lt;br /&gt;
== Customizing ==&lt;br /&gt;
Here are some ways that you can customize Gramps.&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
&lt;br /&gt;
The Display tab of the Preferences allows selection of the Name format used by default throughout Gramps. The Edit button for the  {{man label|Name format:}} opens the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Name_Editor|Display Name Editor]]}}, allowing the creation of user-defined (custom) stylings beyond the pre-defined (built-in) name format choices.  &lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Settings#Preferences|Preferences]]&lt;br /&gt;
&lt;br /&gt;
The Edit button for a person's preferred and alternative names opens the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Name_Editor|Name Editor]]}}, allowing the selection of a name format exceptions that will override the format chosen in the Display tab of Preferences for the entire Tree.  &lt;br /&gt;
&lt;br /&gt;
The name format, grouping and sorting can be overridden for selected individuals and surnames. The Edit Person dialogs have two Edit buttons to access this feature. The button for Preferred name is to the right of the Suffix field. However, for any selected Name (Preferred or Alternative) in the Names tab which opens the Name Editor. The built-in and custom Display Name formats can be selected exceptions to &amp;quot;Group as:&amp;quot; and &amp;quot;Sort as:&amp;quot; options that default to the Name format selected in Preferences.&lt;br /&gt;
&lt;br /&gt;
=== Pick a Color selector ===&lt;br /&gt;
The [[Gramps_5.2_Wiki_Manual_-_Settings#Colors|Colors]] tab of the Preferences allows customizing of the color of various elements of diagrams in the Charts category's graphical views. &lt;br /&gt;
&lt;br /&gt;
==== Color Palette ====&lt;br /&gt;
[[File:PickAColor-selector-dialog-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Pick a Color&amp;quot; - palette selector dialog]]&amp;lt;!-- screenshot shows UK/Australian spelling of colour, please keep USA spelling for user manual--&amp;gt;&lt;br /&gt;
Select a color from the 45 [[Gramps_Glossary#swatch|swatches]] in predefined color palette area. Or select from the recently used {{man label|Custom}} color swatches. Or click the {{man button|+}} button to create your own custom color. Right-click on any swatch to add another custom color and open the gradient selector. &lt;br /&gt;
&lt;br /&gt;
You can drag any color swatch to any swatch in the preference (or configure) dialog.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
==== Color Gradient ====&lt;br /&gt;
[[File:PickAColor-gradient-dialog-52.png|right|thumb|436px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Pick a Color&amp;quot; - gradient selector dialog]]&lt;br /&gt;
The gradient selector dialog is for adjust the [[Gramps_Glossary#swatch|color swatch]] at the top of the dialog. Once changed, either click the {{man button|Select}} button to apply the color. Drag the single gradient dialog swatch to any swatch in the preference (or configure) dialog.&lt;br /&gt;
&lt;br /&gt;
Specific colors of the swatch can be changed in several ways:&lt;br /&gt;
* via direct entry 'color Hex color code'&lt;br /&gt;
* the hue slider (with a numeric fine control&lt;br /&gt;
* mouse left-click in the 1-dimensional (hue) rainbow gradient or the 2-dimensional (brightness and saturation) hue gradient.&lt;br /&gt;
* mouse right-click in either gradient to show the numeric control for the dimension(s) of the gradient &lt;br /&gt;
* mouse left-click on the eyedropper color picker to choose from any pixel shown on the monitor(s)&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== File Chooser ===&lt;br /&gt;
[[File:FileChooser_Bookmarks_Breadcrumbs.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Linux GTK File Chooser: highlighting breadcrumbs and bookmarking]] &lt;br /&gt;
[[File:FileChooser Bookmarks Breadcrumbs mac.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} macOS GTK File Chooser: highlighting breadcrumbs and bookmarking]]&lt;br /&gt;
[[File:FileChooser Bookmarks Breadcrumbs win.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Windows GTK File Chooser: highlighting breadcrumbs and bookmarking]]&lt;br /&gt;
The Open and Save dialogs (File Chooser) for Gramps are based on the [https://docs.gtk.org/gtk3/iface.FileChooser.html GTK File Chooser]. Each operating system has expected behaviors for clicks, double-clicks, sorting, [[Gramps_5.2_Wiki_Manual_-_Keybindings#Handy_Shortcuts|keybindings]], environmental variables, and standard file locations that are characteristic of File Chooser dialogs native to the operating system. A few of these can be customized via the user interface to feel more similar to the OS native File Choosers. However, the idiosyncrasies of various OSes mean shared network folders and URI support may not be as readily browsed as when using the OS native File Choosers.&lt;br /&gt;
&lt;br /&gt;
The [https://developer-old.gnome.org/gtk4/stable/GtkFileChooser.html GtkFileChooser] allows for adding quick navigation hotlinks to commonly used places of the filesystem. In the default implementation, these are displayed in the left sidebar navigation pane. It may be a bit unclear at first that these shortcuts come from various sources and in various flavors, so let's explain the terminology here:&lt;br /&gt;
* '''[[#Bookmarking_file_folders|Bookmarks]]''': are created by the user, by dragging folders from the right pane to the left pane, or by using the “Add”. Bookmarks can be renamed and deleted by the user.&lt;br /&gt;
* '''Shortcuts''': can be provided by the Gramps application. For example, program may want to add a shortcut for a Downloads or Documents folder. Shortcuts ''cannot'' be added or removed by the user. The the 'Rename...' context menu option allows them to be relabeled.&lt;br /&gt;
* '''Volumes''': are provided by the underlying filesystem abstraction. They are the “roots” of the filesystem. The Home and Downloads hotlinks are common &amp;quot;roots&amp;quot;. Volumes cannot be modified by the user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Context Menu options====&lt;br /&gt;
Right-click on any file or folder in the current directory to open context pop-up menu with the following options:&lt;br /&gt;
* Open With File Manager&lt;br /&gt;
* Copy Location&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Settings#Bookmarking_file_folders|Add to Bookmarks]]&lt;br /&gt;
* &amp;amp;#x274f; Show Hidden Files&lt;br /&gt;
* &amp;amp;#x2611; Show Size Column&lt;br /&gt;
* &amp;amp;#x2611; Show Type Column&lt;br /&gt;
* &amp;amp;#x274f; Show Time&lt;br /&gt;
* &amp;amp;#x274f; Sort Folders before Files&lt;br /&gt;
&lt;br /&gt;
Right-click in the navigation sidebar to open context pop-up menu with the following options:&lt;br /&gt;
* Open&lt;br /&gt;
* Remove&lt;br /&gt;
* Rename...&lt;br /&gt;
====Breadcrumbs and text-entry address bar====&lt;br /&gt;
By default, the file folder navigation in the File Chooser is by browsing. There are also some shortcuts on the left and breadcrumbs (highlighted in green in the dialog illustration) for quick navigation up and down the path. &lt;br /&gt;
&lt;br /&gt;
Optionally, a text-entry address bar can be used to directly key-in or paste a path. Toggle between displaying breadcrumbs and the text-entry address bar with the {{Man key press|CTRL|L}} [[Gramps_5.2_Wiki_Manual_-_Keybindings|keybinding]].&lt;br /&gt;
&lt;br /&gt;
====Bookmarking file folders====&lt;br /&gt;
File folder bookmarks can be user defined to make finding standard locations easier. These bookmarks are remembered between sessions and regardless of which Family Tree has been loaded.&lt;br /&gt;
&lt;br /&gt;
With any Open or Save dialog open, navigate to the file location containing the folder to be bookmarked. Create the bookmark by either: dragging the folder icon to the navigation column on the left; or, right-clicking that folder to use the {{Man menu|Add to Bookmarks}} context menu option.    &lt;br /&gt;
&lt;br /&gt;
Right-clicking an existing Bookmark allows renaming that bookmark or removing it.&lt;br /&gt;
&lt;br /&gt;
====File Formats====&lt;br /&gt;
Support for several file formats are built into the standard distribution of Gramps. Import plugin and Export Plugin Addons can be installed via the Plugin Manager or Preferences to expand the options.&lt;br /&gt;
&lt;br /&gt;
See the [[Output_formats|Output Format]] article for list of file formats.&lt;br /&gt;
&lt;br /&gt;
====See also====&lt;br /&gt;
* [https://ubuntugenius.wordpress.com/2010/05/14/how-to-show-text-entry-address-bar-or-breadcrumbs-navigation-buttons-in-nautilus-after-ubuntu-10-04-upgrade/ How to Show Text-Entry Address Bar or “Breadcrumbs” (Navigation Buttons)] in Nautilus After Ubuntu 10.04 Upgrade&lt;br /&gt;
&lt;br /&gt;
*Discourse discussions about the GTK File Chooser:&lt;br /&gt;
** [https://gramps.discourse.group/t/need-suggestions-for-documenting-the-gtk-file-chooser/1820/8 Documenting the File Chooser in the wiki]&lt;br /&gt;
** [https://gramps.discourse.group/t/macos-and-windows-gtk-file-chooser-dialog-capture-request/3364 Illustrating the File Chooser in the Wiki]&lt;br /&gt;
** [https://gramps.discourse.group/t/can-i-cause-folders-to-sort-to-the-top-of-the-list-when-presented-with-the-folder-contents/1708/14 File Chooser: Sorting files and folders]&lt;br /&gt;
&lt;br /&gt;
=== Language ===&lt;br /&gt;
&lt;br /&gt;
Gramps has been translated into a number of [[Portal:Translators|languages]]. Usually Gramps automatically starts in your local language, as chosen for other applications, but sometimes this may not be right for you. And in other cases, a module or addon will not yet have been translated and a warning dialog will appear saying something like &amp;amp;ldquo;Warning: plugin XYZ has no translation for any of your configured languages, using US English instead&amp;amp;rdquo;. (Note that the US dialect of English is the default rather than British.) This can become annoying or intrusive. &lt;br /&gt;
&lt;br /&gt;
The most idealistic situation is that you are as fluent in US English as the language selected for the operating system GUI on your computer. And that you would take the opportunity to translate that Gramps feature for users who are non-English speakers.   &lt;br /&gt;
&lt;br /&gt;
If your system is configured to show a language other then English, you can override this for Gramps.  &lt;br /&gt;
&lt;br /&gt;
As an example, assume that a computer in the Netherlands is configured to default to Unicode 8 Dutch: &amp;quot;LANG: nl_NL.UTF-8&amp;quot;. You could either reset the OS language &lt;br /&gt;
&lt;br /&gt;
In Windows, use the SET command to change the LANG environment variable to &amp;quot;en_GB.UTF-8&amp;quot; for British English. You can do this from the command line interface or [https://gramps-project.org/bugs/view.php?id=11009 create a startup shortcut with the following Target]:&lt;br /&gt;
&amp;lt;code&amp;gt;C:\Windows\System32\cmd.exe /c &amp;quot;SET LANG=en_GB.UTF-8 &amp;amp;&amp;amp; START /D ^&amp;quot;C:\Program Files\GrampsAIO64-5.2.3^&amp;quot; gramps.exe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{stub}} '''{{man warn|tbd|Describe for each main platform how the normal language is determined and how the user can [[Howto:Change_the_language_of_reports#Run_Gramps_in_a_different_language|choose a different language]].'''}}&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
If you want to choose a locale 'variant' for sorting that is not the default variant, then you can start Gramps from the terminal (or console) with a different LC_COLLATE environment. For example, the default sorting (collation) variant for Swedish is &amp;quot;reformed&amp;quot;, but you can instead choose &amp;quot;standard&amp;quot; by typing:&lt;br /&gt;
 export LC_COLLATE=&amp;quot;sv_SE.UTF-8@collation=standard&amp;quot;&lt;br /&gt;
 python Gramps.py&lt;br /&gt;
&lt;br /&gt;
==== macOS ====&lt;br /&gt;
&lt;br /&gt;
For macOS see [[Mac_OS_X:Application_package#Advanced_setup|Advanced setup]] for details on how the language is normally chosen, and how to choose a special, non-default setting for the language, the sorting order or the format of such things as day and month names and number separators.&lt;br /&gt;
&lt;br /&gt;
==== MS Windows ====&lt;br /&gt;
[[File:Microsoft Window Gramps AIO Installer Choose Components-Selection-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Microsoft Window Gramps AIO Installer Choose Components-Selection window.]]&lt;br /&gt;
If you want to run Gramps in another language other than English using the Gramps AIO installer, then you must select it during installation process.&lt;br /&gt;
&lt;br /&gt;
Otherwise it will not be available.&lt;br /&gt;
&lt;br /&gt;
More information can be found at [[Installing_Gramps_for_Windows_computers#Missing_other_languages]] page.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Add Windows OS Menu Item===&lt;br /&gt;
[[File:Edit-Target-GrampsAIO64-Properties-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Edit-Target-GrampsAIO64-Properties for shortcut example.]]&lt;br /&gt;
&lt;br /&gt;
To make Gramps work in your selected language (See table below for your [[Gramps_5.2_Wiki_Manual_-_Settings#Language_codes|language code]]), complete the following:&lt;br /&gt;
* Using your mouse right button click on the &amp;quot;{{man label|GrampsAIO64 5.x.x}}&amp;quot; icon on Desktop and from menu choose: {{man label|Copy}}.&lt;br /&gt;
* Right click anywhere on Desktop and from menu choose: {{man label|Paste shortcut}}&lt;br /&gt;
* New icon will be created with name: &amp;quot;{{man label|GrampsAIO64 5.x.x (2)}}&amp;quot;&lt;br /&gt;
* Right click on that and from menu choose: {{man label|Properties}}&lt;br /&gt;
* A new window will open, click on first tab called {{man label|General}} and change text from &amp;quot;{{man label|GrampsAIO64 5.x.x (2)}}&amp;quot; to something more descriptive like: &amp;quot;{{man label|GrampsAIO Danish}}&amp;quot;&lt;br /&gt;
** Click on second tab called {{man label|Shortcut}}, change text in first entry called {{man label|Target}} from (note path will vary depending on Gramps version used):&lt;br /&gt;
***&amp;lt;code&amp;gt;&amp;quot;C:\Program Files\GrampsAIO64-5.x.x\grampsw.exe&amp;quot;&amp;lt;/code&amp;gt;  to:&lt;br /&gt;
***&amp;lt;code&amp;gt;%comspec% /c set LANG=da_DK.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* Click {{man label|OK}}&lt;br /&gt;
&lt;br /&gt;
Now when you click on that icon Gramps will start in Danish.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{man tip|You can download a zip file attached to feature request:{{bug|13204}} Gramps AIO64 5.2 Language icons Shortcuts Pack ( for the 18 languages shown in the Language table below)}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Change the windows LANG variables===&lt;br /&gt;
Another option if you want Gramps to always load in say: French Canadian language, you can go to Windows &amp;gt; System Properties, and add the LANG variable in the user section of the environment variables dialog with the appropriate Value. &lt;br /&gt;
&lt;br /&gt;
The value to add is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: LANG&lt;br /&gt;
Value: fr_CA.UTF-8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.redswitches.com/blog/environment-variables/#method-1-set-environment-variables-through-the-gui How to Set Environment Variables in Windows 10]&lt;br /&gt;
&lt;br /&gt;
===Language codes===&lt;br /&gt;
Select from the following table of [[Portal:Translators|languages Gramps]] has been translated into:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
!Language&lt;br /&gt;
!ISO code&lt;br /&gt;
!Example&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; English-USA (Default)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; en_US.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=en_US.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; English (British)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; en_GB.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=en_GB.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Finnish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; fi.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=fi.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Russian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; ru_RU.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=ru_RU.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Albanian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; sq_AL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=sq_AL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; German&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; de_DE.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=de_DE.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; French&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; fr_FR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=fr_FR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; French Canadian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; fr_CA.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=fr_CA.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Macedonian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; mk_MK.UTF-8 ???&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Nederlands (Dutch)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nl_NL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nl_NL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Dutch&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nl_BE.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nl_BE.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Slovak&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; sk_SK.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=sk_SK.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Hebrew&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; he_IL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=he_IL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Danish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; da_DK.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=da_DK.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Greek&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; el_GR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=el_GR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Italian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; it_IT.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=it_IT.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Esperanto&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; eo.UTF-8  ???&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Chinese (Simplified)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; zh_CN.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=zh_CN.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Chinese (Hong Kong) &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; zh_HK.UTF-8 ???&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Chinese (Traditional) &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; zh_TW.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=zh_TW.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Ukrainian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; uk_UA.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Portuguese&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; pt_PT.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=pt_PT.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Portuguese (Brazil)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; pt_BR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=pt_BR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Afrikaans&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; af_ZA.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Norwegian Bokmål&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nb_NO.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nb_NO.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Norwegian Nynorsk&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nn_NO.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nn_NO.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Turkish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; tr_TR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=tr_TR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Spanish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; es_ES.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=es_ES.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Polish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; pl_PL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=pl_PL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Slovenian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; sl_SI.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=sl_SI.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
*The language codes are two-letter lowercase ISO language codes (such as &amp;quot;da&amp;quot;) as defined by [https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ISO 639-1].&lt;br /&gt;
*The country codes are two-letter uppercase ISO country codes (such as &amp;quot;BE&amp;quot;) as defined by [https://en.wikipedia.org/wiki/ISO_3166-1 ISO 3166-1].&lt;br /&gt;
&lt;br /&gt;
===Advanced manipulation of settings===&lt;br /&gt;
{{stub}}&amp;lt;!--need to move to its own appendix section--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{man warn| Warning ** Make sure you have closed Gramps **|The contents of this section is outside the scope of interest of a general user of Gramps. If you proceed with tweaking the options on the low level you may damage your Gramps installation. Be careful. '''YOU HAVE BEEN WARNED!'''}}&lt;br /&gt;
&lt;br /&gt;
Besides the settings available in Preferences, you may also wish to explore the advanced settings.&lt;br /&gt;
&lt;br /&gt;
Gramps uses '''[https://en.wikipedia.org/wiki/INI_file#Keys_(properties) INI keys]''' and [https://en.wikipedia.org/wiki/INI_file#Sections INI sections] for managing user preferences and program settings these are stored in the text file &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; under the &amp;lt;code&amp;gt;.gramps/gramps[XX]&amp;lt;/code&amp;gt; folder in your home or user directory.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; file has following sections:&lt;br /&gt;
* [behavior] : typical Key names are: [https://github.com/gramps-project/gramps/blob/master/gramps/gui/grampsgui.py#L502 betawarn], enable-autobackup, use-tips...&lt;br /&gt;
* [colors] : &lt;br /&gt;
* [csv] : &lt;br /&gt;
* [database] : related to database settings for the Family Tree.&lt;br /&gt;
* [export] : export and import folders/directories &lt;br /&gt;
* [geography] : &lt;br /&gt;
* [interface] : a lot of keys regarding height and width of the different Views: e.g. event-height: 450, event-ref-height: 585, event-ref-width: 728, event-width: 712...&lt;br /&gt;
* [paths] : keys related to recent imported files and folders/directories &lt;br /&gt;
* [plugin] : &lt;br /&gt;
* [preferences] : keys related to preferences: all the common prefixes , todo -colors..&lt;br /&gt;
* [researcher] : all information regarding the researcher&lt;br /&gt;
* [spacing] : &lt;br /&gt;
* [test] : &lt;br /&gt;
* [utf8] :  &lt;br /&gt;
&lt;br /&gt;
====Example &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; file====&lt;br /&gt;
Example contents of the &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
;; Gramps key file&lt;br /&gt;
;; Automatically created at 2023/09/13 14:17:45&lt;br /&gt;
&lt;br /&gt;
[behavior]&lt;br /&gt;
;;addmedia-image-dir=''&lt;br /&gt;
;;addmedia-relative-path=0&lt;br /&gt;
;;addons-allow-install=0&lt;br /&gt;
;;addons-projects=[['Gramps', 'https://raw.githubusercontent.com/gramps-project/addons/master/gramps52', True]]&lt;br /&gt;
;;addons-url='https://raw.githubusercontent.com/gramps-project/addons/master/gramps52'&lt;br /&gt;
;;autoload=0&lt;br /&gt;
;;avg-generation-gap=20&lt;br /&gt;
;;check-for-addon-update-types=['new']&lt;br /&gt;
;;check-for-addon-updates=0&lt;br /&gt;
;;date-about-range=50&lt;br /&gt;
;;date-after-range=50&lt;br /&gt;
;;date-before-range=50&lt;br /&gt;
;;do-not-show-previously-seen-addon-updates=1&lt;br /&gt;
;;generation-depth=15&lt;br /&gt;
;;immediate-warn=0&lt;br /&gt;
;;last-check-for-addon-updates='1970/01/01'&lt;br /&gt;
;;max-age-prob-alive=110&lt;br /&gt;
;;max-sib-age-diff=20&lt;br /&gt;
;;min-generation-years=13&lt;br /&gt;
;;owner-warn=0&lt;br /&gt;
;;pop-plugin-status=0&lt;br /&gt;
;;previously-seen-addon-updates=[]&lt;br /&gt;
;;recent-export-type=3&lt;br /&gt;
;;runcheck=0&lt;br /&gt;
;;spellcheck=0&lt;br /&gt;
;;startup=0&lt;br /&gt;
;;surname-guessing=0&lt;br /&gt;
translator-needed=0&lt;br /&gt;
;;use-tips=0&lt;br /&gt;
;;web-search-url='http://google.com/#&amp;amp;q=%(text)s'&lt;br /&gt;
;;welcome=100&lt;br /&gt;
&lt;br /&gt;
[colors]&lt;br /&gt;
;;border-family=['#cccccc', '#252525']&lt;br /&gt;
;;border-family-divorced=['#ff7373', '#720b0b']&lt;br /&gt;
;;border-female-alive=['#861f69', '#261111']&lt;br /&gt;
;;border-female-dead=['#000000', '#000000']&lt;br /&gt;
;;border-male-alive=['#1f4986', '#171d26']&lt;br /&gt;
;;border-male-dead=['#000000', '#000000']&lt;br /&gt;
;;border-other-alive=['#2a5f16', '#26a269']&lt;br /&gt;
;;border-other-dead=['#000000', '#000000']&lt;br /&gt;
;;border-unknown-alive=['#8e5801', '#8e5801']&lt;br /&gt;
;;border-unknown-dead=['#000000', '#000000']&lt;br /&gt;
;;family=['#eeeeee', '#454545']&lt;br /&gt;
;;family-civil-union=['#eeeeee', '#454545']&lt;br /&gt;
;;family-divorced=['#ffdede', '#5c3636']&lt;br /&gt;
;;family-married=['#eeeeee', '#454545']&lt;br /&gt;
;;family-unknown=['#eeeeee', '#454545']&lt;br /&gt;
;;family-unmarried=['#eeeeee', '#454545']&lt;br /&gt;
;;female-alive=['#feccf0', '#62242D']&lt;br /&gt;
;;female-dead=['#feccf0', '#3a292b']&lt;br /&gt;
;;home-person=['#bbe68a', '#304918']&lt;br /&gt;
;;male-alive=['#b8cee6', '#1f344a']&lt;br /&gt;
;;male-dead=['#b8cee6', '#2d3039']&lt;br /&gt;
;;other-alive=['#94ef9e', '#285b27']&lt;br /&gt;
;;other-dead=['#94ef9e', '#062304']&lt;br /&gt;
;;scheme=0&lt;br /&gt;
;;unknown-alive=['#f3dbb6', '#75507B']&lt;br /&gt;
;;unknown-dead=['#f3dbb6', '#35103b']&lt;br /&gt;
&lt;br /&gt;
[csv]&lt;br /&gt;
;;delimiter=','&lt;br /&gt;
;;dialect='excel'&lt;br /&gt;
&lt;br /&gt;
[database]&lt;br /&gt;
;;autobackup=0&lt;br /&gt;
;;backend='sqlite'&lt;br /&gt;
;;backup-on-exit=1&lt;br /&gt;
;;backup-path='C:\\Users\\[username]'&lt;br /&gt;
;;compress-backup=1&lt;br /&gt;
;;host=''&lt;br /&gt;
;;path='C:\\Users\\[username]\\AppData\\Roaming\\gramps\\grampsdb'&lt;br /&gt;
;;port=''&lt;br /&gt;
&lt;br /&gt;
[export]&lt;br /&gt;
;;proxy-order=[['privacy', 0], ['living', 0], ['person', 0], ['note', 0], ['reference', 0]]&lt;br /&gt;
&lt;br /&gt;
[geography]&lt;br /&gt;
;;center-lat=0.0&lt;br /&gt;
;;center-lon=0.0&lt;br /&gt;
;;lock=0&lt;br /&gt;
;;map_service=1&lt;br /&gt;
;;path=''&lt;br /&gt;
;;personal-map=''&lt;br /&gt;
;;show_cross=0&lt;br /&gt;
;;use-keypad=1&lt;br /&gt;
;;zoom=0&lt;br /&gt;
;;zoom_when_center=12&lt;br /&gt;
&lt;br /&gt;
[interface]&lt;br /&gt;
dbmanager-height=370&lt;br /&gt;
;;dbmanager-horiz-position=12&lt;br /&gt;
;;dbmanager-vert-position=85&lt;br /&gt;
;;dbmanager-width=780&lt;br /&gt;
;;dont-ask=0&lt;br /&gt;
;;filter=0&lt;br /&gt;
;;fullscreen=0&lt;br /&gt;
;;grampletbar-close=0&lt;br /&gt;
;;hide-lds=0&lt;br /&gt;
;;ignore-gexiv2=0&lt;br /&gt;
;;ignore-osmgpsmap=0&lt;br /&gt;
;;ignore-pil=0&lt;br /&gt;
;;main-window-height=500&lt;br /&gt;
;;main-window-horiz-position=15&lt;br /&gt;
;;main-window-vert-position=10&lt;br /&gt;
;;main-window-width=775&lt;br /&gt;
;;mapservice='OpenStreetMap'&lt;br /&gt;
;;open-with-default-viewer=0&lt;br /&gt;
;;pedview-layout=0&lt;br /&gt;
;;pedview-show-images=1&lt;br /&gt;
;;pedview-show-marriage=0&lt;br /&gt;
;;pedview-show-unknown-people=0&lt;br /&gt;
;;pedview-tree-direction=2&lt;br /&gt;
;;pedview-tree-size=5&lt;br /&gt;
;;place-name-height=100&lt;br /&gt;
;;place-name-width=450&lt;br /&gt;
;;sidebar-text=1&lt;br /&gt;
;;size-checked=0&lt;br /&gt;
;;statusbar=1&lt;br /&gt;
;;surname-box-height=150&lt;br /&gt;
;;toolbar-addons=1&lt;br /&gt;
;;toolbar-clipboard=1&lt;br /&gt;
;;toolbar-on=1&lt;br /&gt;
;;toolbar-preference=1&lt;br /&gt;
;;toolbar-reports=1&lt;br /&gt;
;;toolbar-text=0&lt;br /&gt;
;;toolbar-tools=1&lt;br /&gt;
;;treemodel-cache-size=1000&lt;br /&gt;
;;view=1&lt;br /&gt;
;;view-categories=['Dashboard', 'People', 'Relationships', 'Families', 'Ancestry', 'Events', 'Places', 'Geography', 'Sources', 'Citations', 'Repositories', 'Media', 'Notes']&lt;br /&gt;
&lt;br /&gt;
[paths]&lt;br /&gt;
;;quick-backup-directory='C:\\Users\\[username]'&lt;br /&gt;
;;quick-backup-filename='%(filename)s_%(year)d-%(month)02d-%(day)02d.%(extension)s'&lt;br /&gt;
;;recent-export-dir='C:\\Users\\[username]'&lt;br /&gt;
;;recent-file=''&lt;br /&gt;
;;recent-import-dir='C:\\Users\\[username]'&lt;br /&gt;
;;report-directory='C:\\Users\\[username]'&lt;br /&gt;
;;website-cal-uri=''&lt;br /&gt;
;;website-cms-uri=''&lt;br /&gt;
;;website-directory='C:\\Users\\[username]'&lt;br /&gt;
;;website-extra-page-name=''&lt;br /&gt;
;;website-extra-page-uri=''&lt;br /&gt;
&lt;br /&gt;
[plugin]&lt;br /&gt;
;;addonplugins=[]&lt;br /&gt;
;;hiddenplugins=[]&lt;br /&gt;
&lt;br /&gt;
[preferences]&lt;br /&gt;
;;age-after-death=1&lt;br /&gt;
;;age-display-precision=1&lt;br /&gt;
;;calendar-format-input=0&lt;br /&gt;
;;calendar-format-report=0&lt;br /&gt;
;;cite-plugin='cite-default'&lt;br /&gt;
;;coord-format=0&lt;br /&gt;
;;cprefix='C%04d'&lt;br /&gt;
;;date-format=0&lt;br /&gt;
;;default-source=0&lt;br /&gt;
;;eprefix='E%04d'&lt;br /&gt;
;;family-relation-type=3&lt;br /&gt;
;;family-warn=1&lt;br /&gt;
;;february-29=0&lt;br /&gt;
;;fprefix='F%04d'&lt;br /&gt;
;;hide-ep-msg=0&lt;br /&gt;
;;invalid-date-format='&amp;lt;b&amp;gt;%s&amp;lt;/b&amp;gt;'&lt;br /&gt;
;;iprefix='I%04d'&lt;br /&gt;
last-view='dashboardview'&lt;br /&gt;
last-views=['dashboardview', '', '', '', '', '', '', '', '', '', '', '', '']&lt;br /&gt;
;;name-format=1&lt;br /&gt;
;;no-given-text='[Missing Given Name]'&lt;br /&gt;
;;no-record-text='[Missing Record]'&lt;br /&gt;
;;no-surname-text='[Missing Surname]'&lt;br /&gt;
;;nprefix='N%04d'&lt;br /&gt;
;;online-maps=0&lt;br /&gt;
;;oprefix='O%04d'&lt;br /&gt;
;;paper-metric=0&lt;br /&gt;
;;paper-preference='Letter'&lt;br /&gt;
;;patronimic-surname=0&lt;br /&gt;
;;place-auto=1&lt;br /&gt;
;;place-format=0&lt;br /&gt;
;;pprefix='P%04d'&lt;br /&gt;
;;private-given-text='[Living]'&lt;br /&gt;
;;private-record-text='[Private Record]'&lt;br /&gt;
;;private-surname-text='[Living]'&lt;br /&gt;
;;quick-backup-include-mode=0&lt;br /&gt;
;;rprefix='R%04d'&lt;br /&gt;
;;sprefix='S%04d'&lt;br /&gt;
;;tag-on-import=0&lt;br /&gt;
;;tag-on-import-format='Imported %Y/%m/%d %H:%M:%S'&lt;br /&gt;
;;use-last-view=0&lt;br /&gt;
&lt;br /&gt;
[researcher]&lt;br /&gt;
;;researcher-addr=''&lt;br /&gt;
;;researcher-city=''&lt;br /&gt;
;;researcher-country=''&lt;br /&gt;
;;researcher-email=''&lt;br /&gt;
;;researcher-locality=''&lt;br /&gt;
;;researcher-name=''&lt;br /&gt;
;;researcher-phone=''&lt;br /&gt;
;;researcher-postal=''&lt;br /&gt;
;;researcher-state=''&lt;br /&gt;
&lt;br /&gt;
[spacing]&lt;br /&gt;
dbman=[22.605613425925927, 5.877459490740741, 9.856047453703704]&lt;br /&gt;
&lt;br /&gt;
[test]&lt;br /&gt;
;;january='January'&lt;br /&gt;
&lt;br /&gt;
[utf8]&lt;br /&gt;
;;baptism-symbol='~'&lt;br /&gt;
;;birth-symbol='*'&lt;br /&gt;
;;buried-symbol='[]'&lt;br /&gt;
;;cremated-symbol='⚱'&lt;br /&gt;
;;dead-symbol='✝'&lt;br /&gt;
;;death-symbol=2&lt;br /&gt;
;;divorce-symbol='o|o'&lt;br /&gt;
;;engaged-symbol='o'&lt;br /&gt;
;;in-use=0&lt;br /&gt;
;;killed-symbol='x'&lt;br /&gt;
;;marriage-symbol='oo'&lt;br /&gt;
;;partner-symbol='o-o'&lt;br /&gt;
;;selected-font=''&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Advanced backup filename setting====&lt;br /&gt;
You can also define the naming pattern for the backup filename by setting the ''&amp;lt;code&amp;gt;paths.quick-backup-filename&amp;lt;/code&amp;gt;'' in the &amp;lt;code&amp;gt;~/.gramps/gramps52/gramps.ini&amp;lt;/code&amp;gt; key file like the following:&lt;br /&gt;
{{-}}&lt;br /&gt;
 [paths]&lt;br /&gt;
 ;;quick-backup-filename='%(filename)s_%(year)d-%(month)02d-%(day)02d.%(extension)s'&lt;br /&gt;
&lt;br /&gt;
by removing the two semicolons(&amp;lt;code&amp;gt;;;&amp;lt;/code&amp;gt;) from the front of INI key line and using use any of the following keywords for the filename pattern:&lt;br /&gt;
*filename&lt;br /&gt;
*year&lt;br /&gt;
*month&lt;br /&gt;
*day&lt;br /&gt;
*hour&lt;br /&gt;
*minutes&lt;br /&gt;
*seconds&lt;br /&gt;
*extension :&lt;br /&gt;
**'''.gpkg'''(default) if you include media.&lt;br /&gt;
**''.gramps'' if you exclude media.&lt;br /&gt;
&lt;br /&gt;
Use the appropriate ~/.gramps/gramps{XX}/gramps.ini key file.&lt;br /&gt;
*Gramps version 5.2 :&lt;br /&gt;
 ~/.gramps/gramps52/gramps.ini&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Manage_Family_Trees#Backup_dialog]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line#Configuration_.28config.29_option]]&lt;br /&gt;
* [[Install_latest_BSDDB#Make_Gramps_use_bsddb3]]&lt;br /&gt;
* [[Customize_the_Genealogical_Symbols_lookup_table#Genealogy_symbols_preferences]]&lt;br /&gt;
&lt;br /&gt;
===Theme===&lt;br /&gt;
The look of Gramps can be changed.&lt;br /&gt;
&lt;br /&gt;
* [[Addon:Themes]]&lt;br /&gt;
* [[Windows_AIO_themes]]&lt;br /&gt;
* [[GEPS_029:_GTK3-GObject_introspection_Conversion#GTK_3_theme|GTK 3 theme - GEPS 029: GTK3-GObject introspection Conversion]]&lt;br /&gt;
* [[Overrule_Gramps_Icons]] - for older Gramps versions.&lt;br /&gt;
* [[UI style]]&lt;br /&gt;
&lt;br /&gt;
Some reports can also be changed:&lt;br /&gt;
&lt;br /&gt;
* [[Website report Themes]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{man index|Gramps 5.2 Wiki Manual - Tools|Gramps 5.2 Wiki Manual - Filters|5.2}}&lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_Settings}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=User:DaveSchweisguth&amp;diff=105115</id>
		<title>User:DaveSchweisguth</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=User:DaveSchweisguth&amp;diff=105115"/>
		<updated>2024-09-08T14:53:55Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I live in San Francisco. I've been a programmer since the 1970s and a genealogist since the 1990s. For more, please see [[https://schweisguth.org/~dave/ my personal page]] and [[https://schweisguth.org/~dave/genealogy.html the page about my genealogical research]] to which it links.&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=User:DaveSchweisguth&amp;diff=105114</id>
		<title>User:DaveSchweisguth</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=User:DaveSchweisguth&amp;diff=105114"/>
		<updated>2024-09-08T14:50:21Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: Create&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've been a programmer since the 1970s and a genealogist since the 1990s. For more, please see [[https://schweisguth.org/~dave/ my personal page]] and [[https://schweisguth.org/~dave/genealogy.html the page about my genealogical research]] to which it links.&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
	<entry>
		<id>https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_Settings&amp;diff=105113</id>
		<title>Gramps 5.2 Wiki Manual - Settings</title>
		<link rel="alternate" type="text/html" href="https://www.gramps-project.org/wiki/index.php?title=Gramps_5.2_Wiki_Manual_-_Settings&amp;diff=105113"/>
		<updated>2024-09-08T13:02:27Z</updated>

		<summary type="html">&lt;p&gt;DaveSchweisguth: /* Database Location */ Documented new location of database in macOS app package and fallback to old locations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{man index|Gramps 5.2 Wiki Manual - Tools|Gramps 5.2 Wiki Manual - Filters|5.2}}&lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_Settings}}&lt;br /&gt;
{{#vardefine:chapter|15}}&lt;br /&gt;
{{#vardefine:figure|0}}&lt;br /&gt;
This section deals with various settings you can manage within Gramps.&lt;br /&gt;
&lt;br /&gt;
== Preferences ==&lt;br /&gt;
[[File:EditPreferencesTabsOnly-overview-52.png|right|thumb|650px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Overview of all Preferences tabs]]&lt;br /&gt;
&lt;br /&gt;
Most of the settings affecting the entire Gramps program are configured in the {{man label|Preferences}} dialog. To invoke it, select the menu {{man menu|Edit &amp;amp;#x27a1; Preferences...}}. &lt;br /&gt;
&lt;br /&gt;
There are overrides that can be set ''before'' running Gramps (such setting the Language shown in the interfaces or for reports) that can be set temporarily or permanently from the [[Gramps_5.2_Wiki_Manual_-_Command_Line|command line interface]].  &lt;br /&gt;
&lt;br /&gt;
For configuration options that are limited to the current view or Gramplet set, choose via the menu {{man menu|View &amp;amp;#x27a1; Configure View...}}, click on [[File:Gramps-config.png|34px]]{{man button|Configure View...}} toolbar button or press the ''Configure active view'' [[Gramps_5.2_Wiki_Manual_-_Keybindings#Common_keybindings|keyboard keybinding]]. &lt;br /&gt;
&lt;br /&gt;
The tabs on the top display the available option categories as follows:&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Data|Data]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#General|General]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Family_Tree|Family Tree]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Import|Import]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Limits|Limits]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Colors|Colors]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Genealogical Symbols|Genealogical Symbols]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#ID_Formats|ID Formats]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Text|Text]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Warnings|Warnings]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Researcher|Researcher]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also ''other'' additional tabs maybe shown from any [[5.2_Addons#Addon_List|addons]] you may have installed.&lt;br /&gt;
{{-}}&lt;br /&gt;
=== Data ===&lt;br /&gt;
[[File:EditPreferences-Data-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit -&amp;gt; Preferences...&amp;quot; &amp;quot;Data&amp;quot; tab defaults]]&lt;br /&gt;
The {{man label|Data}} tab contains preferences relevant to the following two sections:&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Options|Display Options]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Input_Options|Input Options]]}}&lt;br /&gt;
{{-}}&lt;br /&gt;
==== Display Options ====&lt;br /&gt;
[[File:EditPreferences-Data-tab-DisplayOptions-section-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit -&amp;gt; Preferences...&amp;quot; &amp;quot;Data&amp;quot; tab &amp;quot;Display Options&amp;quot; section defaults]]&lt;br /&gt;
The {{man label|Display Options}} section contains the following options:&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Automate Place format:}} This option controls the display of places. {{man tooltip|Enables automatic place title generation using specified format.}} This feature was labeled as &amp;quot;Enable automatic place title generation&amp;quot; in the 5.0 revision and as &amp;quot;Place format(auto place title)&amp;quot; in the 5.1 revision. The [[Gramps_4.1_Wiki_Manual_-_What%27s_new%3F#Place_hierarchies|hierarchy of Places]] was new in the [[Template:Releases/4.1.0|4.1.0]] revision and the [[Gramps_4.2_Wiki_Manual_-_Settings#Places|Places tab]] of Preferences only existed in the 4.2 version. Major revisions are expected for Place hierarchies so this interfaces is likely to relocated and renamed again.&lt;br /&gt;
** '''Full''' (default)&lt;br /&gt;
*** Selecting the {{man button|Edit...}} button will show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Place_Format_Editor|Place Format Editor]]}}&lt;br /&gt;
*{{man label|Coordinates format:}} This option controls the display of Coordinates. (See [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Supported_longitude.2Flatitude_formats|Supported longitude/latitude formats]])&lt;br /&gt;
** '''DEG Degree,minutes,seconds notation''' (default)&lt;br /&gt;
** DEG-: degree, minutes, seconds notation with :&lt;br /&gt;
** D.D4  degree notation, 4 decimals &lt;br /&gt;
** D.D8  degree notation, 8 decimals (precision like ISO-DMS) &lt;br /&gt;
** RT90  Output format for the [https://en.wikipedia.org/wiki/Swedish_grid Swedish coordinate system RT90]&lt;br /&gt;
*{{man label|Name format:}} This option controls the display of names in the current database (the setting is saved in the database and is not system wide). In Gramps there are two type of name display formats: the predefined formats, and the user defined custom formats{{man label|Custom name display options are unique to each family tree.}}. Several different predefined name formats are available: &amp;quot;Surname, Given Suffix&amp;quot;, &amp;quot;Given Surname Suffix&amp;quot;, &amp;quot;Given&amp;quot;, &amp;quot;Primary[sur] Primary[con] NotPatronymic, Given Patronymic[sur] Suffix Primary[pre]&amp;quot;&lt;br /&gt;
** Clicking on the right hand side {{man button|Edit...}} button will bring up a {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Name_Editor|Display Name Editor]]}} window where the available list of options is shown. The format is given as well as an example. When predefined formats are not suitable one can define one's own format. You can use the {{man button|Add}} button to add a Name format to the list. Clicking once will give you a '''SURNAME,Given Suffix(call)''' format and as example : '''SMITH, Edwin Jose Sr (Ed)'''. If you added new name formats to the list the {{man button|Remove}} and {{man button|Edit}} buttons become available to change the name format list. &lt;br /&gt;
***{{checkbox|0}}{{man label|Consider single pa/matronymic as surname}}: Checkbox unselected by default. If selected enables Gramps to consider patronymic and matronymic names as surnames.&lt;br /&gt;
&lt;br /&gt;
{{man note|1=Note|2=Besides this database-wide setting Gramps allows you to decide the name display format individually for every single name via the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_3#Name_Editor|Name Editor]]}} dialog}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Date format *:}} This option controls the display of dates. It is a global setting, requiring a restart of Gramps to take effect, and applies to the display of dates in all databases loaded within Gramps until such time as the date display format is changed again. Several different formats are available, which may be dependent on your locale.  {{man menu|Please note that once changed, it is necessary to restart Gramps to view the new date display format}}&lt;br /&gt;
** '''YYYY-MM-DD (ISO)''' (default) - Example 2020-09-30 - Displays the date using the international standard [https://wikipedia.org/wiki/ISO_8601 ISO 8601 Data elements and interchange formats – Information interchange] particularly useful when sharing data between countries with different conventions for writing numeric dates and times.&lt;br /&gt;
** Numerical&lt;br /&gt;
** Month Day, Year&lt;br /&gt;
** MON DAY, YEAR&lt;br /&gt;
** Day Month Year&lt;br /&gt;
** DAY MON YEAR&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*{{man label|Age display precision *:}}  {{man menu|Please note that once changed, it is necessary to restart Gramps to view the new Age precision format}}&lt;br /&gt;
** '''Years''' (default)&lt;br /&gt;
** Years, Months&lt;br /&gt;
** Years, Months, Days&lt;br /&gt;
*{{checkbox|1}}{{man label|Round the year}} {{new|5.1}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Display ages for events after death *}} {{man menu|Please note that once changed, it is necessary to restart Gramps to see the change.}}  {{new|5.1}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Calendar on reports:}} '''Gregorian''' (default). This option controls the display of calendar on reports, tools, gramplets, views. Several different calendars are available (see [[Gramps_5.2_Wiki_Manual_-_Entering_and_Editing_Data:_Detailed_-_part_1#Editing_dates|Date Edition]]). Two dates with two different calendars will not properly display timeline or period, (e.g. Using the Gregorian calendar as the default displayed calendar, users will have a better coherency for displaying dates on period).&lt;br /&gt;
*{{man label|Calendar on input:}} '''Gregorian''' (default).&lt;br /&gt;
*{{man label|Show leap day anniversaries:}}  '''On the previous day''' (default). {{man tooltip|For non leap years, anniversaries are displayed on either February 28, March 1 or not at all in Gregorian calendars}}  {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Status bar:}}  This option controls the information displayed in the status bar. This can be either the '''[[Gramps_Glossary#active_person|Active Person]]'s name and ID''' (default) or '''Relationship to [[Gramps_Glossary#home_person|home person]]'''.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Citation formatter:}} '''Legacy''' (default).  Select from the available plugins for composing and display of Citation data. The built-in &amp;quot;Legacy&amp;quot; [[Addon_list_legend#cite|CITE plugin]] is compatible with versions 5.1.6 and earlier. {{new|5.2.0}}&lt;br /&gt;
&lt;br /&gt;
===== Place Format Editor =====&lt;br /&gt;
{{man note|See|[[Hierarchical Place Structure]]}}&lt;br /&gt;
[[File:EditPreferences-Data-tab-Display-section-PlaceFormatEditor-dialog-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Place Format Editor - dialog (default) from Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Data&amp;quot; tab &amp;quot;Display&amp;quot; section]]&lt;br /&gt;
&lt;br /&gt;
Accessed from the Edit &amp;gt; Data tab [[Gramps_5.2_Wiki_Manual_-_Settings#Display_Options|Display Options]] section &amp;quot;Automate Place Format&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
This tab contains preferences relevant to how Places should be shown. &lt;br /&gt;
&lt;br /&gt;
*{{man label|Name:}} A unique name for the place format.&lt;br /&gt;
*{{man label|Levels:}} The place names to be displayed.&lt;br /&gt;
Each level in the hierarchy is represented by a positive integer, starting with 0 for the selected place and increasing by 1 for each level up the hierarchy.  The levels can also be represented by negative integers, starting with -1 for the top level (usually a country) and decreasing by 1 for each level lower in the hierarchy.  In addition, the populated place (city, town, village or hamlet) is represented by the letter p; this can be used with an offset (e.g. p+1 or p-2).&lt;br /&gt;
&lt;br /&gt;
The names to be displayed are defined as a comma-separated list of ranges.  A range can either be a single level, or a start level and an end level separated by a colon.  The start level must be less than the end level in a range.  The start and end levels default to 0 and -1 if missing.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Street format:}} &amp;quot;None&amp;quot; (default), &amp;quot;Number Street&amp;quot; or &amp;quot;Street Number&amp;quot;.  Option to concatenate the number and street in order to suppress the comma.  For this option to work, the street must have the [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Editor_dialog|'''Type''']] ''Street'' and house number must have the '''Type''' ''Number''.&lt;br /&gt;
*{{man label|Language:}} (Empty by Default) A two-digit language code.&lt;br /&gt;
*{{checkbox|0}} {{man label|Reverse display order}} (checkbox unchecked by default)&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Editor_dialog|Place Editor dialog]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Place_Name_Editor_dialog|Place Name Editor dialog]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
=====Display Name Editor=====&lt;br /&gt;
&lt;br /&gt;
{{man note|1=Note|2=Custom name display formats are stored in the Family Trees, thus before loading any Family Tree the {{man label|Custom format details}} expander is disabled.}}&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-Data-tab-DisplayOptions-section-DisplayNameEditor-dialog-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Display Name Editor - dialog (default) from Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Data&amp;quot; tab &amp;gt; &amp;quot;Display Options&amp;quot; section]]&lt;br /&gt;
The following keywords are replaced with the appropriate name parts:&lt;br /&gt;
* &amp;lt;b&amp;gt;Given&amp;lt;/b&amp;gt;      - given name (first name) &lt;br /&gt;
* &amp;lt;b&amp;gt;Title&amp;lt;/b&amp;gt;      - title (Dr., Mrs.)       &lt;br /&gt;
* &amp;lt;b&amp;gt;Call&amp;lt;/b&amp;gt;       - call name               &lt;br /&gt;
* &amp;lt;b&amp;gt;Initials&amp;lt;/b&amp;gt;   - first letters of Given  &lt;br /&gt;
* &amp;lt;b&amp;gt;Primary, Primary[pre] or [sur] or [con]&amp;lt;/b&amp;gt;- full primary surname, prefix, surname only, connector   &lt;br /&gt;
* &amp;lt;b&amp;gt;Patronymic, or [pre] or [sur] or [con]&amp;lt;/b&amp;gt; - full pa/matronymic surname, prefix, surname only, connector &lt;br /&gt;
* &amp;lt;b&amp;gt;Familynick&amp;lt;/b&amp;gt; - family nick name        &lt;br /&gt;
* &amp;lt;b&amp;gt;Rest&amp;lt;/b&amp;gt;       - non primary surnames    &lt;br /&gt;
* &amp;lt;b&amp;gt;Rawsurnames&amp;lt;/b&amp;gt;- surnames (no prefixes and connectors)&lt;br /&gt;
* &amp;lt;b&amp;gt;Surname&amp;lt;/b&amp;gt;      - surnames (with prefix and connectors)&lt;br /&gt;
* &amp;lt;b&amp;gt;Suffix&amp;lt;/b&amp;gt;       - suffix (Jr., Sr.)&lt;br /&gt;
* &amp;lt;b&amp;gt;Nickname&amp;lt;/b&amp;gt;     - nick name&lt;br /&gt;
* &amp;lt;b&amp;gt;Common&amp;lt;/b&amp;gt;       - nick name, otherwise first of Given&lt;br /&gt;
* &amp;lt;b&amp;gt;Prefix&amp;lt;/b&amp;gt;       - all prefixes (von, de)  &lt;br /&gt;
* &amp;lt;b&amp;gt;Notpatronymic&amp;lt;/b&amp;gt;- all surnames, except pa/matronymic &amp;amp;amp; primary&lt;br /&gt;
&lt;br /&gt;
{{man menu|UPPERCASE versions of these keywords forces uppercase to be displayed.}} Extra parentheses, commas are removed. Other text appears literally.&lt;br /&gt;
&lt;br /&gt;
[[File:NameEditor-format_reference_example-51.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Display Name Editor - reference person]]&lt;br /&gt;
&lt;br /&gt;
'''Example:''' Dr. Edwin Jose von der Smith and Weston Wilson Sr (“Ed”) - Underhills&lt;br /&gt;
''Edwin Jose'': Given, ''von der'': Prefix, ''Smith'' and ''Weston'': Primary, ''and'': &amp;lt;abbr title=&amp;quot;a connector&amp;quot;&amp;gt;[con]&amp;lt;/abbr&amp;gt;, ''Wilson'': Patronymic,&lt;br /&gt;
''Dr.'': Title, ''Sr'': Suffix, ''Ed'': Nickname, ''Underhills'' &amp;lt;abbr title=&amp;quot;family nick name&amp;quot;&amp;gt;Familynick&amp;lt;/abbr&amp;gt;, Jose &amp;lt;abbr title=&amp;quot;called (preferred given name)&amp;quot;&amp;gt;call&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
All the fields in the Example except the Family Nickname can be added in the standard Person Editor dialog. Double-click the Preferred name in Names tab of the Person Editor to access additional fields including: the Family Nick Name, Grouping controls, exception Sorting &amp;amp; Display controls, Date range controls for using a particular name.&lt;br /&gt;
&lt;br /&gt;
{{stub}}&amp;lt;!-- mention the three buttons at the bottom--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
==== Input Options ====&lt;br /&gt;
[[File:EditPreferences-Data-tab-InputOptions-section-default-52.png|right|thumb|650px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}}  Menu: &amp;quot;Edit -&amp;gt; Preferences...&amp;quot; &amp;quot;Data&amp;quot; tab &amp;quot;Input Options&amp;quot; section defaults]]&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;surname guessing&amp;quot;&amp;gt;{{man label|Surname Guessing:}}&amp;lt;span&amp;gt; This option affects the initial family name of a child when they are added to the family tree.  The default {{man label|Father's surname}} will use the family name of the father. Selecting {{man label|None}} means that no surname guessing will be attempted. Selecting {{man label|Combination of mother's and father's surname}} will use the father's name followed by the mother's name. Finally, {{man label|[https://wikipedia.org/wiki/Icelandic_name Icelandic style]}} will use the father's given name followed by the &amp;quot;sson&amp;quot; suffix (e.g. the son of Edwin will be guessed as Edwin''sson'').&lt;br /&gt;
&lt;br /&gt;
{{man tip|1=Tip |2=The {{man label|Surname Guessing:}} option only affects the initial family name guessed by Gramps when the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Edit_Person_dialog|Edit Person]]}} dialog is launched from a {{man label|Family Editor}} window.&lt;br /&gt;
You can modify that name any way you see fit. Set this Preferences [[Gramps_5.2_Wiki_Manual_-_Settings#Display|Display tab]] option to the value that you will most frequently use, as it will save you a lot of typing.&lt;br /&gt;
&lt;br /&gt;
See: &lt;br /&gt;
* [https://gramps-project.org/bugs/view.php?id=1715 feature request to support other local variations for surname guessing]&lt;br /&gt;
* [https://wikipedia.org/wiki/Category:Names_by_culture Category:Names by culture], From Wikipedia, the free encyclopedia}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Default family relationship:}} &lt;br /&gt;
** '''Unknown'''(default)&lt;br /&gt;
** Married &lt;br /&gt;
** Unmarried &lt;br /&gt;
** Civil Union&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Hide LDS tab in [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#LDS|person]] and [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#LDS_2|family]] editors}}: Latter Days Saints {{new|5.2.0}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
[[File:EditPreferences-General-tab-EnviromentSettings-section-default-52.png|Right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} General Preferences - Enviroment Settings - section - (defaults)]]&lt;br /&gt;
&lt;br /&gt;
This tab contains one section containing preferences relevant to the general operation of the program.&lt;br /&gt;
&lt;br /&gt;
==== Environment Settings ====&lt;br /&gt;
*{{checkbox|0}}{{man label|Display Tip of the Day}}: This checkbox option controls the enabling and disabling of the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Tip_of_the_Day_dialog|Tip of the Day]]}} dialog at startup. {{man tooltip|Show useful information about using Gramps on startup.}}&lt;br /&gt;
*{{checkbox|0}}{{man label|Remember last Family Tree}}: Selecting this checkbox option causes the last used database to load upon start. It bypasses the '''Manage Family Trees''' dialog.&lt;br /&gt;
*{{checkbox|0}}{{man label|Remember last view displayed}}: This checkbox option controls the enabling and disabling of the the display of the last [[Gramps_Glossary#view|View]]. Enabling will bring you to the view where you stopped the program the last time. {{man tooltip|Remember last view displayed and open it next time.}}&lt;br /&gt;
*{{checkbox|0}}{{man label|Enable spelling checker}}: This checkbox option controls the enabling and disabling of the spelling checker for notes. The '''gtkspell''' package must be loaded for this to have an effect. ( See:  [[Troubleshoot Spellcheck]] )&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Show text label beside Navigator buttons *}} ''checked'' (default) This checkbox controls whether or not a text description is displayed next to the icon in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Navigator|Navigator]] in the [[Gramps_5.2_Wiki_Manual_-_Main_Window#Main_Window|Main Window]]. This option takes effect after the program has been restarted. {{man tooltip|Show or hide text beside Navigator buttons (People, Families, Events...). Requires Gramps restart to apply.}}&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Clipboard icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Reports icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Tools icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Addons icon on toolbar}}&lt;br /&gt;
*{{checkbox|1}}{{man label|Show Preferences icon on toolbar}}&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Show close button in gramplet bar tabs}} ''unchecked''(default) {{man tooltip|Show close button to simplify removing gramplets from bars.}}&lt;br /&gt;
&lt;br /&gt;
*{{man label|Markup for invalid date format:}} Default: &amp;lt;code&amp;gt;&amp;amp;lt;b&amp;gt;%s&amp;amp;lt;/b&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Convenience markups are:&lt;br /&gt;
*** &amp;lt;b&amp;gt;&amp;amp;lt;b&amp;amp;gt;Bold&amp;amp;lt;/b&amp;amp;gt;&amp;lt;/b&amp;gt;  (Default)&lt;br /&gt;
*** &amp;lt;big&amp;gt;&amp;amp;lt;big&amp;amp;gt;Makes font relatively larger&amp;amp;lt;/big&amp;amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
*** &amp;lt;i&amp;gt;&amp;amp;lt;i&amp;amp;gt;Italic&amp;amp;lt;/i&amp;amp;gt;&amp;lt;/i&amp;gt;&lt;br /&gt;
*** &amp;lt;s&amp;gt;&amp;amp;lt;s&amp;amp;gt;Strikethrough&amp;amp;lt;/s&amp;amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
*** &amp;lt;sub&amp;gt;&amp;amp;lt;sub&amp;amp;gt;Subscript&amp;amp;lt;/sub&amp;amp;gt;&amp;lt;/sub&amp;gt;&lt;br /&gt;
*** &amp;lt;sup&amp;gt;&amp;amp;lt;sup&amp;amp;gt;Superscript&amp;amp;lt;/sup&amp;amp;gt;&amp;lt;/sup&amp;gt;&lt;br /&gt;
*** &amp;lt;small&amp;gt;&amp;amp;lt;small&amp;amp;gt;Makes font relatively smaller&amp;amp;lt;/small&amp;amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
*** &amp;lt;tt&amp;gt;&amp;amp;lt;tt&amp;amp;gt;Monospace font&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
*** &amp;lt;u&amp;gt;&amp;amp;lt;u&amp;amp;gt;Underline&amp;amp;lt;/u&amp;amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
**** For example: &amp;amp;lt;u&amp;amp;gt;&amp;amp;lt;b&amp;amp;gt;%s&amp;amp;lt;/b&amp;amp;gt;&amp;amp;lt;/u&amp;amp;gt;  will display &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Underlined bold date&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Multiple surname box height:}} Default:'''150''' Pixels {{man tooltip|Enter height in pixels. When multiple surnames are entered, these names display in a box. This setting sets the size of this box.}}&lt;br /&gt;
&lt;br /&gt;
====Tip of the Day dialog====&lt;br /&gt;
&lt;br /&gt;
[[File:TipOfTheDay-dialog--example-WhatsThatFor-52.png|Right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Tip of the Day dialog]]&lt;br /&gt;
&lt;br /&gt;
When enabled in {{man menu|Edit &amp;gt; Preferences}} {{man label|General}} tab the {{man label|Tip of the Day}} dialog shows helpful hints.&lt;br /&gt;
&lt;br /&gt;
The following options are available:&lt;br /&gt;
*{{checkbox|1}} {{man label|Display on startup}} (check box checked by default - once enabled) - uncheck to stop further tips appearing.&lt;br /&gt;
*{{man button|Forward}} - Advance to the next tip.&lt;br /&gt;
*{{man button|Close}} - exit for this session until the Gramps program is restarted.&lt;br /&gt;
[[Category:Tips]]&lt;br /&gt;
&amp;lt;!-- 2023/09/08 List of 73 Tips are stored here https://github.com/gramps-project/gramps/blob/maintenance/gramps52/data/tips.xml --&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Family Tree ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:EditPreferences-FamilyTree-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: {{man menu|Edit&amp;gt;Preferences...}} - &amp;quot;Family Tree&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Family Tree}} tab contains the following four sections:&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Database_Settings|Database Settings]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Database_Location|Database Location]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Backup_Management|Backup Management]]}}&lt;br /&gt;
*{{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Family_Tree.27s_Media_path|Family Tree's Media path]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Manage_Family_Trees#Backing_up_a_Family_Tree|Backing up a family tree]] - more information on backups&lt;br /&gt;
* [[Template:Backup_Omissions|Backup omissions]] - what is not included during a backup&lt;br /&gt;
* Addon [[Addon:PostgreSQL|PostgreSQL]] - this adds support for PostgreSQL databases.&lt;br /&gt;
&lt;br /&gt;
====Database Settings====&lt;br /&gt;
*{{man label|Database backend:}} - &lt;br /&gt;
** '''[[Gramps_Glossary#sqlite|SQLite]]''' (''default'') - the [[DB-API Database Backend]]&lt;br /&gt;
** ... If other database backends addons are installed, they will be added to the list &amp;lt;abbr title=&amp;quot;exempli gratia - Latin phrase meaning 'for example'&amp;quot;&amp;gt;e.g.&amp;lt;/abbr&amp;gt;: [[Addon:PostgreSQL|PostgreSQL]] backend&lt;br /&gt;
&lt;br /&gt;
The ''[[Gramps_Glossary#bsddb|BSDDB]]'' - Legacy Database backend was superseded in the Gramps 5.1 version.&lt;br /&gt;
&lt;br /&gt;
====Database Location====&lt;br /&gt;
*{{man label|Host:}} - Server address or other computer IP address for the location of the database.&lt;br /&gt;
*{{man label|Port:}} - Port number to access the Host database&lt;br /&gt;
*{{man label|Family Tree Database path:}} Unless you have a definite reason to change this, stay with the default path. This path will be within the [[Gramps_5.2_Wiki_Manual_-_User_Directory|User Directory]] of the local machine's Operating Systems.&amp;lt;br /&amp;gt;The default path where the databases are stored is&lt;br /&gt;
:: Linux: &amp;lt;code&amp;gt;/home/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/.gramps/grampsdb&amp;lt;/code&amp;gt;''' &amp;lt;small&amp;gt;(might have changed in this version as did other OSes)&amp;lt;/small&amp;gt;&lt;br /&gt;
:: macOS application package: &amp;lt;code&amp;gt;/Users/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/.local/share/gramps/grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
:: macOS built from source: &amp;lt;code&amp;gt;/Users/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/.gramps/grampsdb&amp;lt;/code&amp;gt;''' &amp;lt;small&amp;gt;(might have changed in this version as did other OSes)&amp;lt;/small&amp;gt;&lt;br /&gt;
:: Windows: &amp;lt;code&amp;gt;C:\Users\&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;\AppData\Local\gramps\grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
: In Gramps 5.1 and earlier, the default path where the databases were stored was&lt;br /&gt;
:: Linux, macOS built from source: &amp;lt;code&amp;gt;/home/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/.gramps/grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
:: macOS application package: &amp;lt;code&amp;gt;/Users/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/Library/Application Support/gramps/grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
:: macOS built from source: &amp;lt;code&amp;gt;/Users/&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;/.gramps/grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
:: Windows: &amp;lt;code&amp;gt;C:\Users\&amp;lt;/code&amp;gt;&amp;lt;small&amp;gt;'''''&amp;lt;username&amp;gt;'''''&amp;lt;/small&amp;gt;&amp;lt;code&amp;gt;\AppData\Roaming\gramps\grampsdb&amp;lt;/code&amp;gt;'''&lt;br /&gt;
: If Gramps 5.2 and later detects a database directory in the old location, it will use that directory and not create one in the new location.&lt;br /&gt;
&lt;br /&gt;
====Backup Management====&lt;br /&gt;
*{{man label|Backup path:}} - Location in which to save your Gramps backup archive files.&lt;br /&gt;
*{{checkbox|1}}{{man label|Backup on exit}} - Selecting this option will Backup Your family tree upon choosing to exit Gramps. The file be saved to the Backup path specified above. The filename of the backup will match the Family Tree appended with a date and time.&lt;br /&gt;
*{{man label|Autobackup:}} timer interval for triggering full backups during Gramps editing sessions.&lt;br /&gt;
** '''Never''' (''default'')&lt;br /&gt;
** Every 15 minutes&lt;br /&gt;
** Every 30 minutes&lt;br /&gt;
** Every hour&lt;br /&gt;
** Every 12 hours {{new|5.2.0}}&lt;br /&gt;
** Every day {{new|5.2.0}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Family Tree's Media path====&lt;br /&gt;
*{{man label|Base media path:}} Here you can fill in a base path for the media objects. Selecting the {{man button|Directory}} button gives you a {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Select_media_directory_dialog|Select media directory]]}} dialog where you can fill in the required path.&lt;br /&gt;
&lt;br /&gt;
{{man tip|The base relative media path is specific to the active family tree.|It is not a global setting in Gramps. Each family tree is able to have a unique media base path that is stored with the database.}}&lt;br /&gt;
&lt;br /&gt;
{{man tip|To make media paths relative|You also need to select the {{man label|[ ] Convert to a relative path}} checkbox, at the bottom of the {{man label|[[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_2#Select_a_media_object_selector|Select a media object selector]]}} dialog. Once checked for the first time it will be remembered for each subsequent media selection.}}&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
*[[Gramps_5.2_Wiki_Manual_-_Tools#Media_Manager|{{man label|Gramps Media Manager}}]] a group of four separate tools two of which allow you to:&lt;br /&gt;
** {{man label|[[Gramps_5.2_Wiki_Manual_-_Tools#Convert_paths_from_relative_to_absolute|Convert paths from relative to absolute]]}}&lt;br /&gt;
** {{man label|[[Gramps_5.2_Wiki_Manual_-_Tools#Convert_paths_from_absolute_to_relative|Convert paths from absolute to relative]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=====Select media directory dialog=====&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Settings#File_Chooser]]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=====Missing Media Objects 'broken link' icon of a box with a red 'x'=====&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:Broken Media Path.png|right|350px|thumb|Fig. {{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Media object with a broken filepath]]&lt;br /&gt;
&lt;br /&gt;
If the Preview thumbnails displays 'broken link' icon of a box with a red 'x' you will need to correct {{man label|Base media path:}} for your family tree in the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Family_Tree.27s_Media_path|Family Tree's Media path]]}} section.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Import ===&lt;br /&gt;
[[File:EditPreferences-Import-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Import&amp;quot; - tab - defaults]]&lt;br /&gt;
The {{man label|Import}} tab has two sections as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Tag Records ====&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Add tag on import}}: Checkbox (Default: &amp;lt;code&amp;gt;Imported %Y/%m/%d %H:%M:%S&amp;lt;/code&amp;gt; ) '''Note - Adding a [[Gramps_Glossary#tag|Tag]] on import can significantly slow down the importing of your data.''' {{man tooltip|Specified tag will be added on import. Clear to set default value.}}&lt;br /&gt;
&lt;br /&gt;
==== Source GEDCOM import ====&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|0}}{{man label|Add default source on GEDCOM import}}: This checkbox option affects the importing of [[Gramps_5.2_Wiki_Manual_-_Manage_Family_Trees#GEDCOM_import|GEDCOM data]]. If this is set, each item that is imported will contain a [[Gramps_Glossary#source|Source]] reference to the imported file. '''Note - Adding a default source can significantly slow down the importing of your GEDCOM data.'''&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Limits ===&lt;br /&gt;
[[File:EditPreferences-Limits-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Limits&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
Settings used for calculation operations.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps 5.2 Wiki Manual - Probably Alive]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Entering_and_editing_data:_detailed_-_part_1#Editing_dates|Editing dates]]&lt;br /&gt;
* Setting the [[Match_dates#Changing_after.2Fbefore.2Fabout_range|date approximation .ini]] manually&lt;br /&gt;
&lt;br /&gt;
==== Calculation limits ====&lt;br /&gt;
&lt;br /&gt;
*{{man label|Date 'about' year range: (date ± #):}} Default: &amp;lt;code&amp;gt;50&amp;lt;/code&amp;gt;&lt;br /&gt;
** Defines the number of years +/- of the event date &amp;quot;&amp;lt;code&amp;gt;about &amp;lt;date&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; that the event will return as valid for a filter.&lt;br /&gt;
** Used in the calculation of the person's age.&lt;br /&gt;
*{{man label|Date 'after' year range: (date + #):}} Default: &amp;lt;code&amp;gt;50&amp;lt;/code&amp;gt;&lt;br /&gt;
** Defines the number of years after the event date &amp;quot;&amp;lt;code&amp;gt;after &amp;lt;date&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; that the event will return as valid for a filter.&lt;br /&gt;
** Used in the calculation of the person's age.&lt;br /&gt;
*{{man label|Date 'before' year range: (date - #):}} Default: &amp;lt;code&amp;gt;50&amp;lt;/code&amp;gt;&lt;br /&gt;
** Defines the number of years before the event date &amp;quot;&amp;lt;code&amp;gt;before &amp;lt;date&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; that the event will return as valid for a filter.&lt;br /&gt;
** Used in the calculation of the person's age.&lt;br /&gt;
*{{man label|Maximum age probably alive:}} Default: &amp;lt;code&amp;gt;110&amp;lt;/code&amp;gt;&lt;br /&gt;
** Absent a Death event, the age by which Gramps will consider the person is no longer alive.&lt;br /&gt;
*{{man label|Maximum sibling age difference:}} Default: &amp;lt;code&amp;gt;20&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Minimum years between generations:}} Default: &amp;lt;code&amp;gt;13&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Average years between generations:}} Default: &amp;lt;code&amp;gt;20&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Max generations for relationships:}} You can enter the number of generations used to determine relationships. The default value is '''&amp;lt;code&amp;gt;15&amp;lt;/code&amp;gt;'''. Limits the scope of features based on the [[Gramps_5.2_Wiki_Manual_-_Tools#Relationship_Calculator|Relationship Calculator]]. &lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Colors ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:EditPreferences-Colors-tab-default-52.png|right|thumb|650px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Colors&amp;quot; - tab - UK/Australian dialect defaults]]&amp;lt;!-- ignore that color is spelt &amp;quot;colour&amp;quot; in the screenshot as I am (also) using gramps in UK/Australian mode--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tab has seven section related to allowing you to set the '''colors used for boxes in the graphical views'''.&lt;br /&gt;
&lt;br /&gt;
Each of the colors can be customized using the [[Gramps_5.2_Wiki_Manual_-_Settings#Pick_a_Color_selector|Pick a Color selector]].&lt;br /&gt;
&lt;br /&gt;
==== Colors used for boxes in the graphical views ====&lt;br /&gt;
&lt;br /&gt;
You can select the&lt;br /&gt;
* {{man label|Color scheme:}} ''Light colors''(default) or ''Dark colors''&lt;br /&gt;
** {{man button|Restore to defaults}} - restores themes default colors.&lt;br /&gt;
&lt;br /&gt;
====Colors for Male persons====&lt;br /&gt;
* Background for Alive: [ ] #b8cee6&lt;br /&gt;
* Border for Alive: [ ] #1f4986&lt;br /&gt;
* Background for Dead: [ ] #b8cee6&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for Female persons====&lt;br /&gt;
* Background for Alive: [ ] #feccf0&lt;br /&gt;
* Border for Alive: [ ] #861f69&lt;br /&gt;
* Background for Dead: [ ] #feccf0&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for people who are neither male nor female====&lt;br /&gt;
* Background for Alive: [ ] #94ef9e&lt;br /&gt;
* Border for Alive: [ ] #2a5d16&lt;br /&gt;
* Background for Dead: [ ] #94ef9e&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for Unknown persons====&lt;br /&gt;
* Background for Alive: [ ] #f3dbb6&lt;br /&gt;
* Border for Alive: [ ] #8e5801&lt;br /&gt;
* Background for Dead: [ ] #f3dbb6&lt;br /&gt;
* Border for Dead: [ ] #000000&lt;br /&gt;
&lt;br /&gt;
====Colors for Family nodes====&lt;br /&gt;
* Default background: [ ] #eeeeee&lt;br /&gt;
* Default border: [ ] #cccccc&lt;br /&gt;
* Background for Married: [ ] #eeeeee&lt;br /&gt;
* Background for Unmarried: [ ] #eeeeee&lt;br /&gt;
* Background for Civil Union: [ ] #eeeeee&lt;br /&gt;
* Background for Unknown: [ ] #eeeeee&lt;br /&gt;
* Background for Divorced: [ ] #eeeeee&lt;br /&gt;
* Border for Divorced: [ ] #ff7373&lt;br /&gt;
&lt;br /&gt;
====Other colors====&lt;br /&gt;
* Background for Home Person: [ ] #bbe68a&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Genealogical Symbols ===&lt;br /&gt;
{{stub}}&lt;br /&gt;
{{man warn|Prerequisites exist for this feature|The Genealogical Symbols tab can only be used if the [[#Prerequisite_to_use_Genealogical_Symbols|prerequisite]] program &amp;lt;code&amp;gt;[[#Prerequisite_to_use_Genealogical_Symbols|python-fontconfig]]&amp;lt;/code&amp;gt; is present that Gramps can use.}}&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-GenealogicalSymbols-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Genealogical Symbols&amp;quot;  - Preferences tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
Allows you to use Genealogical symbols instead of text abbreviations in reports, charts and the Gramps interface. &lt;br /&gt;
&lt;br /&gt;
This tab gives you the possibility to use one font which is able to show all genealogical symbols. (Once configured see: [[#Prerequisite_to_use_Genealogical_Symbols|Prerequisite to use Genealogical Symbols]])&lt;br /&gt;
&lt;br /&gt;
If you select the &amp;quot;{{man label|Use symbols}}&amp;quot; checkbox, Gramps will use the selected font if it exists.&lt;br /&gt;
&lt;br /&gt;
This can be useful if you want to add phonetic in a note to show how to pronounce a name or if you mix multiple languages like Greek and Russian.&lt;br /&gt;
&lt;br /&gt;
You can only configure the death symbol from this tab.&lt;br /&gt;
&lt;br /&gt;
:List of Genealogical Symbols shown (listed in order shown at bottom screenshot):&lt;br /&gt;
&lt;br /&gt;
* Female&lt;br /&gt;
* Male&lt;br /&gt;
* Asexuality, sexless, genderless&lt;br /&gt;
* Lesbianism&lt;br /&gt;
* Male homosexuality&lt;br /&gt;
* Heterosexuality&lt;br /&gt;
* Transgender, hermaphrodite (in entomology)&lt;br /&gt;
* Transgender&lt;br /&gt;
* Neuter&lt;br /&gt;
&lt;br /&gt;
* Illegitimate&lt;br /&gt;
* Birth&lt;br /&gt;
* Baptism/Christening&lt;br /&gt;
* Engaged&lt;br /&gt;
* Marriage&lt;br /&gt;
* Divorce&lt;br /&gt;
* Unmarried partnership&lt;br /&gt;
* Buried&lt;br /&gt;
* Cremated/Funeral urn&lt;br /&gt;
* Killed in action&lt;br /&gt;
* Extinct&lt;br /&gt;
&lt;br /&gt;
* Death&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&amp;lt;!-- Unicode symbols not showing on mediwiki due to ??? add back when worked out&lt;br /&gt;
* &amp;amp;#2640; - Female&lt;br /&gt;
* &amp;amp;#2642; - Male&lt;br /&gt;
* &amp;amp;#26aa; - Asexuality, sexless, genderless&lt;br /&gt;
* &amp;amp;#26a2; - Lesbianism&lt;br /&gt;
* &amp;amp;#26a3; - Male homosexuality&lt;br /&gt;
* &amp;amp;#26a4; - Heterosexuality&lt;br /&gt;
* &amp;amp;#26a5; - Transgender, hermaphrodite (in entomology)&lt;br /&gt;
* &amp;amp;#26a6; - Transgender&lt;br /&gt;
* &amp;amp;#26b2; - Neuter&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;#229b; - Illegitimate&lt;br /&gt;
* &amp;amp;#002a; - Birth&lt;br /&gt;
* &amp;amp;#007c; - Baptism/Christening&lt;br /&gt;
* &amp;amp;#26ac; - Engaged&lt;br /&gt;
* &amp;amp;#26ad; - Marriage&lt;br /&gt;
* &amp;amp;#26ae; - Divorce&lt;br /&gt;
* &amp;amp;#26af; - Unmarried partnership&lt;br /&gt;
* &amp;amp;#26b0; - Buried&lt;br /&gt;
* &amp;amp;#26b1; - Cremated/Funeral urn&lt;br /&gt;
* &amp;amp;#2694; - Killed in action&lt;br /&gt;
* &amp;amp;#2021; - Extinct&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;#271e; - Death&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! meaning&lt;br /&gt;
! symbol&lt;br /&gt;
! Unicode code point(s)	&lt;br /&gt;
! name&lt;br /&gt;
|-&lt;br /&gt;
! male	&lt;br /&gt;
| ♂	&lt;br /&gt;
| U+2642	&lt;br /&gt;
| Male Sign&lt;br /&gt;
|-&lt;br /&gt;
! female	&lt;br /&gt;
| ♀	&lt;br /&gt;
| U+2640	&lt;br /&gt;
| Female Sign&lt;br /&gt;
|-&lt;br /&gt;
! unknown	&lt;br /&gt;
| ⚪︎	&lt;br /&gt;
| U+26AA	&lt;br /&gt;
| Medium White Circle&lt;br /&gt;
|-&lt;br /&gt;
! hermaphrodite	&lt;br /&gt;
| ⚥	&lt;br /&gt;
| U+26A5	&lt;br /&gt;
| Interlocked Male and Female Sign&lt;br /&gt;
|-&lt;br /&gt;
! neuter	&lt;br /&gt;
| ⚲	&lt;br /&gt;
| U+26B2	&lt;br /&gt;
| Neuter&lt;br /&gt;
 	 		&lt;br /&gt;
|-&lt;br /&gt;
! birth	&lt;br /&gt;
| *	&lt;br /&gt;
| U+002A	&lt;br /&gt;
| Asterisk&lt;br /&gt;
|-&lt;br /&gt;
! baptisation, christening	&lt;br /&gt;
| ~	&lt;br /&gt;
| U+007E	&lt;br /&gt;
| Tilde&lt;br /&gt;
|-&lt;br /&gt;
! death	&lt;br /&gt;
| ✝︎	&lt;br /&gt;
| U+271D	&lt;br /&gt;
| Latin Cross&lt;br /&gt;
|-&lt;br /&gt;
! burial	&lt;br /&gt;
| ⚰︎	&lt;br /&gt;
| U+26B0	&lt;br /&gt;
| Coffin&lt;br /&gt;
|-&lt;br /&gt;
! cremation	&lt;br /&gt;
| ⚱︎	&lt;br /&gt;
| U+26B1	&lt;br /&gt;
| Funeral Urn&lt;br /&gt;
|-&lt;br /&gt;
! stillborn	&lt;br /&gt;
| ✝︎*	&lt;br /&gt;
| U+0086 U+002A	&lt;br /&gt;
| Latin Cross, Asterisk&lt;br /&gt;
|-&lt;br /&gt;
! born illegitimately	&lt;br /&gt;
| *⃝	&lt;br /&gt;
| U+002A U+20DD	&lt;br /&gt;
| Circled Asterisk&lt;br /&gt;
|-&lt;br /&gt;
! born illegitimately	&lt;br /&gt;
| ⊛	&lt;br /&gt;
| U+229B	&lt;br /&gt;
| Circled Asterisk Operator&lt;br /&gt;
|-&lt;br /&gt;
! killed in action	&lt;br /&gt;
| ⚔︎	&lt;br /&gt;
| U+2694	&lt;br /&gt;
| Crossed Swords&lt;br /&gt;
|-&lt;br /&gt;
! this line extinct	&lt;br /&gt;
| ‡	&lt;br /&gt;
| U+2021	&lt;br /&gt;
| Double Dagger	&lt;br /&gt;
|-&lt;br /&gt;
! approximate(ly)	&lt;br /&gt;
| ±	&lt;br /&gt;
| U+00B1	&lt;br /&gt;
| Plus-Minus&lt;br /&gt;
|-&lt;br /&gt;
! before	&lt;br /&gt;
| &amp;lt;	&lt;br /&gt;
| U+003C	&lt;br /&gt;
| Less-Than Symbol&lt;br /&gt;
|-&lt;br /&gt;
! after	&lt;br /&gt;
| &amp;gt;	&lt;br /&gt;
| U+003E	&lt;br /&gt;
| Greater-Than Symbol&lt;br /&gt;
 	 		&lt;br /&gt;
|-&lt;br /&gt;
! engaged	&lt;br /&gt;
| ⚬	&lt;br /&gt;
| U+26AC	&lt;br /&gt;
| Medium Small White Circle&lt;br /&gt;
|-&lt;br /&gt;
! married	&lt;br /&gt;
| ⚭	&lt;br /&gt;
| U+26AD	&lt;br /&gt;
| Marriage Symbol&lt;br /&gt;
|-&lt;br /&gt;
! divorced	&lt;br /&gt;
| ⚮	&lt;br /&gt;
| U+26AE	&lt;br /&gt;
| Divorce Symbol&lt;br /&gt;
|-&lt;br /&gt;
! unmarried	&lt;br /&gt;
| ⚯	&lt;br /&gt;
| U+26AF	&lt;br /&gt;
| Unmarried Partnership Symbol&lt;br /&gt;
|}&lt;br /&gt;
{{-}}&lt;br /&gt;
====Prerequisite to use Genealogical Symbols====&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[File:EditPreferences-GenealogicalSymbols-tab-default-51.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Genealogical Symbols&amp;quot;  - Preferences tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
=====Initial setup=====&lt;br /&gt;
&lt;br /&gt;
If the fontconfig [[Gramps_5.2_Wiki_Manual_-_Settings#Prerequisite|prerequisite has been installed]], then on the {{man label|Genealogical Symbols}} tab select the {{man button|Try to find}} button, Gramps will attempt to detect any suitable unicode text fonts that can be used.  &lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-GenealogicalSymbols-FindFont-51.png|center|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Genealogical Symbols&amp;quot;  - Finding fonts]]&lt;br /&gt;
&lt;br /&gt;
When the search has completed select one of the fonts from the {{man button|Choose font}} list and then select the checkbox:&lt;br /&gt;
&lt;br /&gt;
{{checkbox|1|Use symbols}}&lt;br /&gt;
&lt;br /&gt;
=====Prerequisite=====&lt;br /&gt;
Prerequisite : '''python-fontconfig''' : Python bindings of fontconfig and its dependencies are required for displaying genealogical symbols&lt;br /&gt;
{{man note|Use the [[Addon:Prerequisites_Checker_Gramplet|Prerequisites Checker]]|Do you have &amp;lt;code&amp;gt;python-fontconfig&amp;lt;/code&amp;gt; installed? Run the Prerequisites Checker Addon and look for something similar to the following line:&amp;lt;pre&amp;gt;* python-fontconfig 0.5.0 (Success version 0.5.x is installed.)&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* Tamura Jones expounds on [https://www.tamurajones.net/GenealogySymbols.xhtml Genealogical Symbols] ''(the 'Unicode' section is particularly relevant)''&lt;br /&gt;
* [[GEPS 039: Genealogical symbols in gramps]]&lt;br /&gt;
* Feature request: {{bug|9098}} Gramps should be able to use genealogy symbols everywhere.&lt;br /&gt;
* [[Customize the Genealogical Symbols lookup table]] located in the [[Gramps_5.2_Wiki_Manual_-_User_Directory#MS_Windows|Gramps user directory]] at: [https://github.com/gramps-project/gramps/blob/maintenance/gramps51/gramps/gen/utils/symbols.py gramps\gen\utils\symbols.py]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== ID Formats ===&lt;br /&gt;
{{man tip|ID Prefixes |The ID prefixes use formatting conventions common for C, Python, and other programming languages. For example, the &amp;lt;code&amp;gt;%04d&amp;lt;/code&amp;gt; expands to an integer, prepended with zeros to have the total width of four digits. If you would like IDs to be 1, 2, 3, etc., simply set the formatting parameter to &amp;lt;code&amp;gt;%d&amp;lt;/code&amp;gt;, the 'd' specifies Decimal Integer, outputting the number in base 10.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;See: Python [https://docs.python.org/3/library/string.html#format-specification-mini-language (String) Format Specification Mini-Language]}}&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-IDFormats-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;ID Formats&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
This tab contains preferences relevant to the automatic generation of Gramps IDs.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Person:}} Provides the template for generating IDs for a Person. Default value: &amp;lt;code&amp;gt;I%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Family:}} Provides the template for generating IDs for a Family. Default value: &amp;lt;code&amp;gt;F%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Place:}} Provides the template for generating IDs for a Place. Default value: &amp;lt;code&amp;gt;P%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Source:}} Provides the template for generating IDs for a Source. Default value: &amp;lt;code&amp;gt;S%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Citation:}} Provides the template for generating IDs for a Citation. Default value: &amp;lt;code&amp;gt;C%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Media Object:}} Provides the template for generating IDs for a Media Object. Default value: &amp;lt;code&amp;gt;O%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Event:}} Provides the template for generating IDs for an Event. Default value: &amp;lt;code&amp;gt;E%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Repository:}} Provides the template for generating IDs for a Repository. Default value: &amp;lt;code&amp;gt;R%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Note:}} Provides the template for generating IDs for a Note. Default value: &amp;lt;code&amp;gt;N%04d&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can use the [[Gramps_5.2_Wiki_Manual_-_Tools#Reorder_Gramps_ID|Reorder Gramps ID]] tool to change the format.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Text ===&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-Text-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Text&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
This tab contains preferences relevant to how missing and private names and records should be shown.&lt;br /&gt;
&lt;br /&gt;
*{{man label|Missing surname:}} in the input field you can determine how a missing surname should be displayed. Default value is '''&amp;lt;code&amp;gt;[Missing Surname]&amp;lt;/code&amp;gt;'''. You can change this to [--] or whatever is most convenient for you.&lt;br /&gt;
*{{man label|Missing given name}} in the input field you can determine how a missing given name should be displayed. Default value is '''&amp;lt;code&amp;gt;[Missing Given Name]&amp;lt;/code&amp;gt;'''. You can change this to whatever you want.&lt;br /&gt;
*{{man label|Missing record:}} Default: &amp;lt;code&amp;gt;[Missing Record]&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Private surname:}} Default: &amp;lt;code&amp;gt;[Living]&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Private given name:}} Default: &amp;lt;code&amp;gt;[Living]&amp;lt;/code&amp;gt;&lt;br /&gt;
*{{man label|Private record:}} Default: &amp;lt;code&amp;gt;[Private Record]&amp;lt;/code&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Warnings ===&lt;br /&gt;
&lt;br /&gt;
[[File:EditPreferences-Warnings-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Warnings&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
This tab controls the display of warning dialogs, allowing the re-enabling of dialogs that have been disabled.&lt;br /&gt;
&lt;br /&gt;
*{{checkbox|1}}{{man label|Suppress warning when adding parents to a child.}} Checkbox checked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Suppress_warning_when_adding_parents_to_a_child|Dialog]])&lt;br /&gt;
*{{checkbox|0}}{{man label|Suppress warning when cancelling with changed data.}} Checkbox unchecked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Suppress_warning_when_cancelling_with_changed_data|Dialog]])&lt;br /&gt;
*{{checkbox|0}}{{man label|Suppress warning about missing researcher when exporting to GEDCOM.}} Checkbox unchecked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Suppress_warning_about_missing_researcher_when_exporting_to_GEDCOM|Dialog]])&lt;br /&gt;
*{{checkbox|0}}{{man label|Suppress tooltip warnings about data being saved immediately.}} Checkbox unchecked by Default {{new|5.2.0}}&lt;br /&gt;
*{{checkbox|0}}{{man label|Show plugin status dialog on plugin load error.}} Checkbox unchecked by Default (See [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference#Module_not_loaded_warnings|Dialog]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See the [[Gramps_5.2_Wiki_Manual_-_Error_and_Warning_Reference|Error and Warning Reference]] page for examples.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Researcher ===&lt;br /&gt;
{{man tip|Researcher Information|This contact information is independent of the family trees you create.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Most exports and reports will be filtered to protect the privacy of living people of the Tree... including yourself. This information feeds into the authoring and citation features of any publication (or archival) options.}}&lt;br /&gt;
[[File:EditPreferences-Researcher-tab-default-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu: &amp;quot;Edit&amp;gt;Preferences...&amp;quot; - &amp;quot;Researcher&amp;quot; - tab - defaults]]&lt;br /&gt;
&lt;br /&gt;
Allows you to {{man label|Enter your information so people can contact you when you distribute your Family Tree}} in the corresponding text entry fields. Although Gramps requests information about you, this information is used only so that Gramps can create valid GEDCOM output files. A valid GEDCOM file requires information about the file's creator. If you choose, you may leave the information empty, however none of your exported GEDCOM files will be valid.&lt;br /&gt;
&lt;br /&gt;
The available text entry fields are (all blank by default):&lt;br /&gt;
*{{man label|Name:}}&lt;br /&gt;
*{{man label|Address:}}&lt;br /&gt;
*{{man label|Locality:}}&lt;br /&gt;
*{{man label|City:}}&lt;br /&gt;
*{{man label|State/County:}}&lt;br /&gt;
*{{man label|Country:}}&lt;br /&gt;
*{{man label|ZIP/Postal Code:}}&lt;br /&gt;
*{{man label|Phone:}}&lt;br /&gt;
*{{man label|Email:}}&lt;br /&gt;
&lt;br /&gt;
The information entered under this preference acts as default value for family tree specific values that can be adjusted with the [[Gramps_5.2_Wiki_Manual_-_Tools#Edit_Database_Owner_Information|Edit Database Owner Information]] tool.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Other settings ==&lt;br /&gt;
&lt;br /&gt;
Besides {{man label|Preferences}} dialog, there are other settings available in Gramps. For various reasons they have been made more readily accessible, as listed below.&lt;br /&gt;
{{-}}&lt;br /&gt;
===Column Editor===&lt;br /&gt;
&lt;br /&gt;
{{man tip|1=Column Editor|2=The {{man label|Column Editor}} is available and works in the same way for all list views. Specifically, it is available for People View, Family View (children list). Sources View, Citations View, Places View, Media View, Repositories View and the Notes View.}}&lt;br /&gt;
&lt;br /&gt;
[[File:ConfigureTheActiveView-icon-on-toolbar-51.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Selecting the {{man button|Configure View...}} button]]&lt;br /&gt;
&lt;br /&gt;
[[File:ColumnEditor-dialog-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Column Editor - Dialog - People default]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The columns of the list views may be added, removed, or reordered in a {{man label|Column Editor}} dialog. &lt;br /&gt;
&lt;br /&gt;
To use the {{man label|Column Editor }} dialog for the current view, choose via the menu {{man menu|View &amp;amp;#x27a1; Configure View...}}, click on [[File:Gramps-config.png|34px]]{{man button|Configure View...}} toolbar button or press the ''Configure active view'' [[Gramps_5.2_Wiki_Manual_-_Keybindings#Common_keybindings|keyboard keybinding]]. &lt;br /&gt;
&lt;br /&gt;
Only columns with a selected checkbox will be shown in the view. You can also change the position of a column in the View by clicking and dragging it to a new position in the Editor ([https://wikipedia.org/wiki/Drag-and-drop ''drag and drop'']). Once you have made the changes you want click {{man button|Apply}}, then click {{man button|OK}} to exit the Editor and see your changes in the View.&lt;br /&gt;
&lt;br /&gt;
By default, the View List, displays several columns of information about the respective category. You can add or remove columns to and from the display &lt;br /&gt;
&lt;br /&gt;
The default sort key for the view [always ascending] is the left-most field [i.e. at the top in the Column Editor], so changing which field is in that position affects default sorting.&lt;br /&gt;
&lt;br /&gt;
[[File:ConfigurePersonView-51.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Column Editor - Dialog - People example]]The {{man label|Column Editor}} dialog will have a different selection of columns for each category of View that displays a simple table.&lt;br /&gt;
&lt;br /&gt;
Changes will only be enacted when the {{man button|Apply}} button is clicked.&lt;br /&gt;
&lt;br /&gt;
Once the View columns changes have been applied, clicking once on the column header sorts in ascending order, clicking again sorts in descending order. &lt;br /&gt;
&lt;br /&gt;
The subset of columns and the current [[Gramps_5.2_Wiki_Manual_-_Filters|filters]] will also constrain the data exported via the {{Man menu|Family Trees&amp;amp;nbsp;&amp;amp;#x27a1;&amp;amp;nbsp;[[Gramps_5.2_Wiki_Manual_-_Settings#Export_View|Export View...]]}} operation. Hidden columns and records will not be exported. &lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== Sorting columns ===&lt;br /&gt;
&lt;br /&gt;
[[File:PeopleCategory-PeopleListView-SortedByBirthDateColumn-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Sorted by &amp;quot;Birth Date&amp;quot; column in the list mode of the People Category View - example]]&lt;br /&gt;
&lt;br /&gt;
By default, each Category View presenting data in a columnated table layout will sort the rows in ascending order based on the data in the first (left-most) column. If the table has grouped rows, the grouped data will be sub-sorted. ''(Tables in tabbed subsets of data, Editors and Selectors will work similarly.)''&lt;br /&gt;
&lt;br /&gt;
Click once on a different column header to sort on the data of that column in ascending order. Click the header again to sort in reverse order. &lt;br /&gt;
&lt;br /&gt;
The {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Column_Editor|Column Editor]]}} dialog can be used to add, remove and rearrange the displayed columns. Choosing a different first column will make that the new default sorting column of the view [though always ascending].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Setting Home person===&lt;br /&gt;
[[File:MenuEdit-SetHomePerson-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menu showing ''Set Home Person'']]&lt;br /&gt;
&lt;br /&gt;
To set (designate) the [[Gramps_Glossary#home_person|Home person]], select the People Category and select the desired person to make them into the [[Gramps_Glossary#active_person|Active Person]] and then choose {{man menu|Edit -&amp;gt;Set Home Person}} via the menus.&lt;br /&gt;
&lt;br /&gt;
Alternately, when editing any Person, right-clicking on inactive areas (areas without a text-entry box) of the top section displays a pop-up menu which includes an option to {{man menu|Make Home Person}} of that profile.&lt;br /&gt;
&lt;br /&gt;
The Home person is the persistently designated person who becomes the [[Gramps_Glossary#active_person|Active Person]] when one of the following occurs:&lt;br /&gt;
*By default, when the Family tree database is opened&amp;lt;br /&amp;gt;''(The [[Gramps_5.2_Wiki_Manual_-_Settings#General_Gramps_settings|General]] setting in [[Gramps_5.2_Wiki_Manual_-_Settings#Preferences|Preferences]] can modify this default behavior. The &amp;quot;Remember last view displayed&amp;quot; will return to the last [[Gramps_Glossary#active_person|Active Person]] of the previous session.)''&lt;br /&gt;
*As the toolbar {{man button|Home}} button is clicked&lt;br /&gt;
*When the Home menu item is selected from either the {{man button|Go}} menu or the right-click context menu in selected views&lt;br /&gt;
*As the [[Gramps_5.2_Wiki_Manual_-_Keybindings#15|keybinding]] {{Man key press|ALT|Home}} is pressed to return to the '''Home Person'''. &lt;br /&gt;
&lt;br /&gt;
The toolbar {{man button|Home}} button is available in the People Category, Relationships Category, and Pedigree Category. [[File:Gramps Go-Home48x48 win.png|text-bottom]]&lt;br /&gt;
====See also====&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Navigation#Setting_the_Home_Person|Setting the Home Person]]&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Adjusting viewing controls===&lt;br /&gt;
&lt;br /&gt;
Whether the toolbar, the sidebar, or the filter (not available on Pedigree and Relationships Views) are displayed in the main window is adjusted through the View menu.&lt;br /&gt;
&lt;br /&gt;
In the different views clicking the {{man menu|[[Gramps_5.2_Wiki_Manual_-_Navigation#View|View]]}} menu will shows for boxes you can click:&lt;br /&gt;
*Navigator&lt;br /&gt;
*Toolbar&lt;br /&gt;
*Sidebar&lt;br /&gt;
*Bottombar&lt;br /&gt;
*Full Screen {{man key press|F11}}&lt;br /&gt;
&lt;br /&gt;
Additionally, depending on the view you are in, other options will be available on {{man label|Configure}}.&lt;br /&gt;
&lt;br /&gt;
*Gramplets:&lt;br /&gt;
**Set Columns to 1&lt;br /&gt;
**Set Columns to 2&lt;br /&gt;
**Set Columns to 3&lt;br /&gt;
*Relationships:&lt;br /&gt;
**Show Siblings&lt;br /&gt;
**Show Details&lt;br /&gt;
*Geography:&lt;br /&gt;
**Time period&lt;br /&gt;
**Layout&lt;br /&gt;
&lt;br /&gt;
All other Views: the [[Gramps_5.2_Wiki_Manual_-_Settings#Column_Editor|column editor]].&lt;br /&gt;
&lt;br /&gt;
===Export View===&lt;br /&gt;
&lt;br /&gt;
[[File:Menubar-FamilyTrees-overview-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Menubar - &amp;quot;Family Trees&amp;quot; - overview example showing &amp;quot;Export View&amp;quot; menu entry]]&lt;br /&gt;
&lt;br /&gt;
On most [[Gramps_5.2_Wiki_Manual_-_Categories#Categories_of_the_Navigator|Category List Views]], displayed data maybe be exported, choose via the {{man menu|Family Trees -&amp;gt;Export View...}} [[Gramps_5.2_Wiki_Manual_-_Navigation#Main_Menus|menu]] command.&lt;br /&gt;
&lt;br /&gt;
This Menu command only appears if the displayed data can be exported. Gramps will export data on screen according your choice: '''CSV''' or '''Open Document''' spreadsheet format.&lt;br /&gt;
&lt;br /&gt;
Note that the current configuration of the  View's columns will control what data will be exported. The export will contain only the displayed column data (in the same order) and be limited to records matching any [[Gramps_5.2_Wiki_Manual_-_Filters|filters]] you have applied.&lt;br /&gt;
{{-}}&lt;br /&gt;
====Export View as Spreadsheet dialog====&lt;br /&gt;
&lt;br /&gt;
[[File:ExportViewAsSpreadsheet-CSV-file-dialog-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Export View as Spreadsheet&amp;quot; CSV(default) file-dialog - example]]&lt;br /&gt;
&lt;br /&gt;
Gramps will then display the {{man label|Export View as Spreadsheet}} dialog where after choosing a file location to save to and a name for your file; export data on from the Category List View in one of two spreadsheet formats:&lt;br /&gt;
* '''CSV''' (default)&lt;br /&gt;
* '''OpenDocument Spreadsheet''' - ODS format.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
[[File:ExportViewAsSpreadsheet-exampleODS-Displayed-in-LibreOfficeCalc-50.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Example ODS Spreadsheet - Displayed in LibreOffice Calc]]&lt;br /&gt;
&lt;br /&gt;
The example screenshot shows an export to the '''OpenDocument Spreadsheet''' (ODS format) displayed as a Spreadsheet in Libreoffice Calc.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Modularity and plugins===&lt;br /&gt;
Gramps has been designed for expansion. The Plugin (a.k.a. Plug-in, addon, extension) framework provides a path for third party development outside the normal Gramps release distributions. &lt;br /&gt;
&lt;br /&gt;
The documentation for each addon is maintained outside the flow of these main wiki chapters. The interface and functionality of the software and documentation may not conform with the styles seen throughout the rest of Gramps... although we encourage Developers to try to make their additions as seamless as possible.&lt;br /&gt;
&lt;br /&gt;
A brief description and screenshot of each addon can be found in the [[5.2_Addons#Addon_List|Addon List]] section of the wiki manual. The separately maintained documentation page for the addon is linked from the 1st column of that list.&lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Plugin_Manager|Plugin Manager]] and [[5.2 Addons|Third-Party Addons]].&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Customize report output formats===&lt;br /&gt;
[[File:TextReports-DocumentOptions-PlainText-output-settings-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Document Options - tab defaults for Text Reports (Plain Text - output selected) example]]&lt;br /&gt;
&lt;br /&gt;
What kind of output customization is available? This dialog allows you to change the fonts, font sizes, font color, background color of the text and alignment of paragraphs on the report.&lt;br /&gt;
&lt;br /&gt;
For most report dialogs, in the top part are option tabs specifically related that particular report. The lower part will have more broadly reusable features and is called the {{man label|[[Gramps_5.2_Wiki_Manual_-_Reports_-_part_6#Document_Options|Document Options]]}} section. &lt;br /&gt;
&lt;br /&gt;
From the {{man label|Style:}} drop down list you can choose an existing custom style. Or to make your own {{man label|Style:}} select the {{man button|Style Editor...}} button to show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Document_Styles_dialog|Document Styles]]}} dialog and then select the {{man button|Add a new style}} button to show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Style_editor_dialog|Style editor]]}} dialog.&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
{{-}}&lt;br /&gt;
====Document Styles dialog====&lt;br /&gt;
&lt;br /&gt;
[[File:DocumentStyles-dialog-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Document Styles - dialog - default]]&lt;br /&gt;
&lt;br /&gt;
The {{man label|Document Styles}} dialog, list the ''default'' style and any custom styles for that report and allows you to edit or delete any custom styles you have created. Select the {{man button|+ (Add a new style)}} button to show the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Style_editor_dialog|Style editor]]}} dialog.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
====Style editor dialog====&lt;br /&gt;
&lt;br /&gt;
The {{man label|Style editor}} dialog allow you to customize the document style specific to each report.&lt;br /&gt;
&lt;br /&gt;
Change the {{man label|Style sheet name:}} &amp;lt;code&amp;gt;New Style&amp;lt;/code&amp;gt; (default) field to a unique name as it will appear in {{man label|Document Options}} {{man label|Style:}} drop down list.&lt;br /&gt;
&lt;br /&gt;
Once changes for your custom style have been finalized select the {{man button|OK}} button to save the changes or {{man button|Cancel}} to exit.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
=====Style editor dialog tabs=====&lt;br /&gt;
On the left hand side you will see the {{man label|Style}} column that list the paragraph options specific to that report that you may modify. For example the {{man label|[[Gramps_5.2_Wiki_Manual_-_Reports_-_part_6#Ahnentafel_Report|Ahnentafel Report]]}} shows the style options for AHN-Entry, AHN-Generation and AHN-Title.&lt;br /&gt;
&lt;br /&gt;
On the right hand side are three tabs associated with each style listed in the left hand column:&lt;br /&gt;
{{-}}&lt;br /&gt;
======Description======&lt;br /&gt;
&lt;br /&gt;
[[File:StyleEditor-dialog-Description-tab-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Description options tab - Document Styles - dialog (default styles for Ahnentafel Report) (Gramps 4.2.0 Windows 7) ]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|Description}} : The description describes what each paragraph is all about. For example shown here is the style used for the Ahnentafel Report ( AHN-Entry ).&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
======Font options======&lt;br /&gt;
&lt;br /&gt;
[[File:StyleEditor-dialog-FontOptions-tab-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Font options&amp;quot; tab - &amp;quot;Style Editor&amp;quot; dialog for &amp;quot;Document Styles&amp;quot; (default styles for Ahnentafel Report)]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|Font options}} : Here you can set the {{man label|Type face}} Roman or Swiss, the {{man label|Size}} of the font in pt., the {{man label|Color}} of the font and some {{man label|Options}} like Bold, Italic or Underline.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
======Paragraph options======&lt;br /&gt;
&lt;br /&gt;
[[File:StyleEditor-dialog-ParagraphOptions-tab-example-50.png|thumb|right|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Paragraph options&amp;quot; tab - &amp;quot;Style Editor&amp;quot; dialog for &amp;quot;Document Styles&amp;quot; (default styles for Ahnentafel Report)]]&lt;br /&gt;
&lt;br /&gt;
*{{man label|Paragraph options}} : Here you set the {{man label|Alignment}}, the {{man label|Background color}}, {{man label|Indentation}}, {{man label|Spacing}} and {{man label|Borders}} of your style.&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Context menu===&lt;br /&gt;
Used in various places in Gramps; how you access the context menu is dependent on your operating systems:&lt;br /&gt;
* On Microsoft windows, you generally use the right button of your mouse to show the context menu or use the keyboard shortcut {{man button|Shift}}+{{man button|F10}}. see [https://docs.microsoft.com/en-us/previous-versions/windows/desktop/mpc/using-context-menus Using Context Menus - Microsoft Docs]&lt;br /&gt;
* On Apple macOS, you generally press {{man button|Ctrl}} while clicking the button of your mouse to show the context menu. see: [https://developer.apple.com/design/human-interface-guidelines/macos/menus/contextual-menus/ Contextual Menus - Menus - macOS - Human Interface Guidelines - Apple Developer]&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps 5.2 Wiki Manual - Keybindings|Keybindings]]&lt;br /&gt;
&lt;br /&gt;
== Customizing ==&lt;br /&gt;
Here are some ways that you can customize Gramps.&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
&lt;br /&gt;
The Display tab of the Preferences allows selection of the Name format used by default throughout Gramps. The Edit button for the  {{man label|Name format:}} opens the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Name_Editor|Display Name Editor]]}}, allowing the creation of user-defined (custom) stylings beyond the pre-defined (built-in) name format choices.  &lt;br /&gt;
&lt;br /&gt;
See [[Gramps_5.2_Wiki_Manual_-_Settings#Preferences|Preferences]]&lt;br /&gt;
&lt;br /&gt;
The Edit button for a person's preferred and alternative names opens the {{man label|[[Gramps_5.2_Wiki_Manual_-_Settings#Display_Name_Editor|Name Editor]]}}, allowing the selection of a name format exceptions that will override the format chosen in the Display tab of Preferences for the entire Tree.  &lt;br /&gt;
&lt;br /&gt;
The name format, grouping and sorting can be overridden for selected individuals and surnames. The Edit Person dialogs have two Edit buttons to access this feature. The button for Preferred name is to the right of the Suffix field. However, for any selected Name (Preferred or Alternative) in the Names tab which opens the Name Editor. The built-in and custom Display Name formats can be selected exceptions to &amp;quot;Group as:&amp;quot; and &amp;quot;Sort as:&amp;quot; options that default to the Name format selected in Preferences.&lt;br /&gt;
&lt;br /&gt;
=== Pick a Color selector ===&lt;br /&gt;
The [[Gramps_5.2_Wiki_Manual_-_Settings#Colors|Colors]] tab of the Preferences allows customizing of the color of various elements of diagrams in the Charts category's graphical views. &lt;br /&gt;
&lt;br /&gt;
==== Color Palette ====&lt;br /&gt;
[[File:PickAColor-selector-dialog-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Pick a Color&amp;quot; - palette selector dialog]]&amp;lt;!-- screenshot shows UK/Australian spelling of colour, please keep USA spelling for user manual--&amp;gt;&lt;br /&gt;
Select a color from the 45 [[Gramps_Glossary#swatch|swatches]] in predefined color palette area. Or select from the recently used {{man label|Custom}} color swatches. Or click the {{man button|+}} button to create your own custom color. Right-click on any swatch to add another custom color and open the gradient selector. &lt;br /&gt;
&lt;br /&gt;
You can drag any color swatch to any swatch in the preference (or configure) dialog.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
==== Color Gradient ====&lt;br /&gt;
[[File:PickAColor-gradient-dialog-52.png|right|thumb|436px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} &amp;quot;Pick a Color&amp;quot; - gradient selector dialog]]&lt;br /&gt;
The gradient selector dialog is for adjust the [[Gramps_Glossary#swatch|color swatch]] at the top of the dialog. Once changed, either click the {{man button|Select}} button to apply the color. Drag the single gradient dialog swatch to any swatch in the preference (or configure) dialog.&lt;br /&gt;
&lt;br /&gt;
Specific colors of the swatch can be changed in several ways:&lt;br /&gt;
* via direct entry 'color Hex color code'&lt;br /&gt;
* the hue slider (with a numeric fine control&lt;br /&gt;
* mouse left-click in the 1-dimensional (hue) rainbow gradient or the 2-dimensional (brightness and saturation) hue gradient.&lt;br /&gt;
* mouse right-click in either gradient to show the numeric control for the dimension(s) of the gradient &lt;br /&gt;
* mouse left-click on the eyedropper color picker to choose from any pixel shown on the monitor(s)&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
=== File Chooser ===&lt;br /&gt;
[[File:FileChooser_Bookmarks_Breadcrumbs.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Linux GTK File Chooser: highlighting breadcrumbs and bookmarking]] &lt;br /&gt;
[[File:FileChooser Bookmarks Breadcrumbs mac.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} macOS GTK File Chooser: highlighting breadcrumbs and bookmarking]]&lt;br /&gt;
[[File:FileChooser Bookmarks Breadcrumbs win.png|right|thumb|400px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Windows GTK File Chooser: highlighting breadcrumbs and bookmarking]]&lt;br /&gt;
The Open and Save dialogs (File Chooser) for Gramps are based on the [https://docs.gtk.org/gtk3/iface.FileChooser.html GTK File Chooser]. Each operating system has expected behaviors for clicks, double-clicks, sorting, [[Gramps_5.2_Wiki_Manual_-_Keybindings#Handy_Shortcuts|keybindings]], environmental variables, and standard file locations that are characteristic of File Chooser dialogs native to the operating system. A few of these can be customized via the user interface to feel more similar to the OS native File Choosers. However, the idiosyncrasies of various OSes mean shared network folders and URI support may not be as readily browsed as when using the OS native File Choosers.&lt;br /&gt;
&lt;br /&gt;
The [https://developer-old.gnome.org/gtk4/stable/GtkFileChooser.html GtkFileChooser] allows for adding quick navigation hotlinks to commonly used places of the filesystem. In the default implementation, these are displayed in the left sidebar navigation pane. It may be a bit unclear at first that these shortcuts come from various sources and in various flavors, so let's explain the terminology here:&lt;br /&gt;
* '''[[#Bookmarking_file_folders|Bookmarks]]''': are created by the user, by dragging folders from the right pane to the left pane, or by using the “Add”. Bookmarks can be renamed and deleted by the user.&lt;br /&gt;
* '''Shortcuts''': can be provided by the Gramps application. For example, program may want to add a shortcut for a Downloads or Documents folder. Shortcuts ''cannot'' be added or removed by the user. The the 'Rename...' context menu option allows them to be relabeled.&lt;br /&gt;
* '''Volumes''': are provided by the underlying filesystem abstraction. They are the “roots” of the filesystem. The Home and Downloads hotlinks are common &amp;quot;roots&amp;quot;. Volumes cannot be modified by the user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Context Menu options====&lt;br /&gt;
Right-click on any file or folder in the current directory to open context pop-up menu with the following options:&lt;br /&gt;
* Open With File Manager&lt;br /&gt;
* Copy Location&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Settings#Bookmarking_file_folders|Add to Bookmarks]]&lt;br /&gt;
* &amp;amp;#x274f; Show Hidden Files&lt;br /&gt;
* &amp;amp;#x2611; Show Size Column&lt;br /&gt;
* &amp;amp;#x2611; Show Type Column&lt;br /&gt;
* &amp;amp;#x274f; Show Time&lt;br /&gt;
* &amp;amp;#x274f; Sort Folders before Files&lt;br /&gt;
&lt;br /&gt;
Right-click in the navigation sidebar to open context pop-up menu with the following options:&lt;br /&gt;
* Open&lt;br /&gt;
* Remove&lt;br /&gt;
* Rename...&lt;br /&gt;
====Breadcrumbs and text-entry address bar====&lt;br /&gt;
By default, the file folder navigation in the File Chooser is by browsing. There are also some shortcuts on the left and breadcrumbs (highlighted in green in the dialog illustration) for quick navigation up and down the path. &lt;br /&gt;
&lt;br /&gt;
Optionally, a text-entry address bar can be used to directly key-in or paste a path. Toggle between displaying breadcrumbs and the text-entry address bar with the {{Man key press|CTRL|L}} [[Gramps_5.2_Wiki_Manual_-_Keybindings|keybinding]].&lt;br /&gt;
&lt;br /&gt;
====Bookmarking file folders====&lt;br /&gt;
File folder bookmarks can be user defined to make finding standard locations easier. These bookmarks are remembered between sessions and regardless of which Family Tree has been loaded.&lt;br /&gt;
&lt;br /&gt;
With any Open or Save dialog open, navigate to the file location containing the folder to be bookmarked. Create the bookmark by either: dragging the folder icon to the navigation column on the left; or, right-clicking that folder to use the {{Man menu|Add to Bookmarks}} context menu option.    &lt;br /&gt;
&lt;br /&gt;
Right-clicking an existing Bookmark allows renaming that bookmark or removing it.&lt;br /&gt;
&lt;br /&gt;
====File Formats====&lt;br /&gt;
Support for several file formats are built into the standard distribution of Gramps. Import plugin and Export Plugin Addons can be installed via the Plugin Manager or Preferences to expand the options.&lt;br /&gt;
&lt;br /&gt;
See the [[Output_formats|Output Format]] article for list of file formats.&lt;br /&gt;
&lt;br /&gt;
====See also====&lt;br /&gt;
* [https://ubuntugenius.wordpress.com/2010/05/14/how-to-show-text-entry-address-bar-or-breadcrumbs-navigation-buttons-in-nautilus-after-ubuntu-10-04-upgrade/ How to Show Text-Entry Address Bar or “Breadcrumbs” (Navigation Buttons)] in Nautilus After Ubuntu 10.04 Upgrade&lt;br /&gt;
&lt;br /&gt;
*Discourse discussions about the GTK File Chooser:&lt;br /&gt;
** [https://gramps.discourse.group/t/need-suggestions-for-documenting-the-gtk-file-chooser/1820/8 Documenting the File Chooser in the wiki]&lt;br /&gt;
** [https://gramps.discourse.group/t/macos-and-windows-gtk-file-chooser-dialog-capture-request/3364 Illustrating the File Chooser in the Wiki]&lt;br /&gt;
** [https://gramps.discourse.group/t/can-i-cause-folders-to-sort-to-the-top-of-the-list-when-presented-with-the-folder-contents/1708/14 File Chooser: Sorting files and folders]&lt;br /&gt;
&lt;br /&gt;
=== Language ===&lt;br /&gt;
&lt;br /&gt;
Gramps has been translated into a number of [[Portal:Translators|languages]]. Usually Gramps automatically starts in your local language, as chosen for other applications, but sometimes this may not be right for you. And in other cases, a module or addon will not yet have been translated and a warning dialog will appear saying something like &amp;amp;ldquo;Warning: plugin XYZ has no translation for any of your configured languages, using US English instead&amp;amp;rdquo;. (Note that the US dialect of English is the default rather than British.) This can become annoying or intrusive. &lt;br /&gt;
&lt;br /&gt;
The most idealistic situation is that you are as fluent in US English as the language selected for the operating system GUI on your computer. And that you would take the opportunity to translate that Gramps feature for users who are non-English speakers.   &lt;br /&gt;
&lt;br /&gt;
If your system is configured to show a language other then English, you can override this for Gramps.  &lt;br /&gt;
&lt;br /&gt;
As an example, assume that a computer in the Netherlands is configured to default to Unicode 8 Dutch: &amp;quot;LANG: nl_NL.UTF-8&amp;quot;. You could either reset the OS language &lt;br /&gt;
&lt;br /&gt;
In Windows, use the SET command to change the LANG environment variable to &amp;quot;en_GB.UTF-8&amp;quot; for British English. You can do this from the command line interface or [https://gramps-project.org/bugs/view.php?id=11009 create a startup shortcut with the following Target]:&lt;br /&gt;
&amp;lt;code&amp;gt;C:\Windows\System32\cmd.exe /c &amp;quot;SET LANG=en_GB.UTF-8 &amp;amp;&amp;amp; START /D ^&amp;quot;C:\Program Files\GrampsAIO64-5.2.3^&amp;quot; gramps.exe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{stub}} '''{{man warn|tbd|Describe for each main platform how the normal language is determined and how the user can [[Howto:Change_the_language_of_reports#Run_Gramps_in_a_different_language|choose a different language]].'''}}&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
{{stub}}&lt;br /&gt;
&lt;br /&gt;
If you want to choose a locale 'variant' for sorting that is not the default variant, then you can start Gramps from the terminal (or console) with a different LC_COLLATE environment. For example, the default sorting (collation) variant for Swedish is &amp;quot;reformed&amp;quot;, but you can instead choose &amp;quot;standard&amp;quot; by typing:&lt;br /&gt;
 export LC_COLLATE=&amp;quot;sv_SE.UTF-8@collation=standard&amp;quot;&lt;br /&gt;
 python Gramps.py&lt;br /&gt;
&lt;br /&gt;
==== macOS ====&lt;br /&gt;
&lt;br /&gt;
For macOS see [[Mac_OS_X:Application_package#Advanced_setup|Advanced setup]] for details on how the language is normally chosen, and how to choose a special, non-default setting for the language, the sorting order or the format of such things as day and month names and number separators.&lt;br /&gt;
&lt;br /&gt;
==== MS Windows ====&lt;br /&gt;
[[File:Microsoft Window Gramps AIO Installer Choose Components-Selection-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Microsoft Window Gramps AIO Installer Choose Components-Selection window.]]&lt;br /&gt;
If you want to run Gramps in another language other than English using the Gramps AIO installer, then you must select it during installation process.&lt;br /&gt;
&lt;br /&gt;
Otherwise it will not be available.&lt;br /&gt;
&lt;br /&gt;
More information can be found at [[Installing_Gramps_for_Windows_computers#Missing_other_languages]] page.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Add Windows OS Menu Item===&lt;br /&gt;
[[File:Edit-Target-GrampsAIO64-Properties-52.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Edit-Target-GrampsAIO64-Properties for shortcut example.]]&lt;br /&gt;
&lt;br /&gt;
To make Gramps work in your selected language (See table below for your [[Gramps_5.2_Wiki_Manual_-_Settings#Language_codes|language code]]), complete the following:&lt;br /&gt;
* Using your mouse right button click on the &amp;quot;{{man label|GrampsAIO64 5.x.x}}&amp;quot; icon on Desktop and from menu choose: {{man label|Copy}}.&lt;br /&gt;
* Right click anywhere on Desktop and from menu choose: {{man label|Paste shortcut}}&lt;br /&gt;
* New icon will be created with name: &amp;quot;{{man label|GrampsAIO64 5.x.x (2)}}&amp;quot;&lt;br /&gt;
* Right click on that and from menu choose: {{man label|Properties}}&lt;br /&gt;
* A new window will open, click on first tab called {{man label|General}} and change text from &amp;quot;{{man label|GrampsAIO64 5.x.x (2)}}&amp;quot; to something more descriptive like: &amp;quot;{{man label|GrampsAIO Danish}}&amp;quot;&lt;br /&gt;
** Click on second tab called {{man label|Shortcut}}, change text in first entry called {{man label|Target}} from (note path will vary depending on Gramps version used):&lt;br /&gt;
***&amp;lt;code&amp;gt;&amp;quot;C:\Program Files\GrampsAIO64-5.x.x\grampsw.exe&amp;quot;&amp;lt;/code&amp;gt;  to:&lt;br /&gt;
***&amp;lt;code&amp;gt;%comspec% /c set LANG=da_DK.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* Click {{man label|OK}}&lt;br /&gt;
&lt;br /&gt;
Now when you click on that icon Gramps will start in Danish.&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
{{man tip|You can download a zip file attached to feature request:{{bug|13204}} Gramps AIO64 5.2 Language icons Shortcuts Pack ( for the 18 languages shown in the Language table below)}}&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
===Change the windows LANG variables===&lt;br /&gt;
Another option if you want Gramps to always load in say: French Canadian language, you can go to Windows &amp;gt; System Properties, and add the LANG variable in the user section of the environment variables dialog with the appropriate Value. &lt;br /&gt;
&lt;br /&gt;
The value to add is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: LANG&lt;br /&gt;
Value: fr_CA.UTF-8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://www.redswitches.com/blog/environment-variables/#method-1-set-environment-variables-through-the-gui How to Set Environment Variables in Windows 10]&lt;br /&gt;
&lt;br /&gt;
===Language codes===&lt;br /&gt;
Select from the following table of [[Portal:Translators|languages Gramps]] has been translated into:&lt;br /&gt;
&lt;br /&gt;
{| {{prettytable}}&lt;br /&gt;
!Language&lt;br /&gt;
!ISO code&lt;br /&gt;
!Example&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; English-USA (Default)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; en_US.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=en_US.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; English (British)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; en_GB.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=en_GB.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Finnish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; fi.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=fi.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Russian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; ru_RU.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=ru_RU.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Albanian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; sq_AL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=sq_AL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; German&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; de_DE.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=de_DE.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; French&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; fr_FR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=fr_FR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; French Canadian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; fr_CA.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=fr_CA.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Macedonian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; mk_MK.UTF-8 ???&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Nederlands (Dutch)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nl_NL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nl_NL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Dutch&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nl_BE.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nl_BE.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Slovak&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; sk_SK.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=sk_SK.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Hebrew&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; he_IL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=he_IL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Danish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; da_DK.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=da_DK.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Greek&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; el_GR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=el_GR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Italian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; it_IT.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=it_IT.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Esperanto&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; eo.UTF-8  ???&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Chinese (Simplified)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; zh_CN.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=zh_CN.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Chinese (Hong Kong) &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; zh_HK.UTF-8 ???&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Chinese (Traditional) &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; zh_TW.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=zh_TW.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Ukrainian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; uk_UA.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Portuguese&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; pt_PT.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=pt_PT.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Portuguese (Brazil)&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; pt_BR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=pt_BR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Afrikaans&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; af_ZA.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Norwegian Bokmål&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nb_NO.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nb_NO.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Norwegian Nynorsk&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; nn_NO.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=nn_NO.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Turkish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; tr_TR.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=tr_TR.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Spanish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; es_ES.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=es_ES.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Polish&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; pl_PL.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=pl_PL.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; Slovenian&lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; sl_SI.UTF-8&lt;br /&gt;
|&amp;lt;!--Example--&amp;gt; %comspec% /c set LANG=sl_SI.UTF-8 &amp;amp;&amp;amp; start grampsw.exe&amp;quot;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;!--Language--&amp;gt; &lt;br /&gt;
|&amp;lt;!--ISO code--&amp;gt; &lt;br /&gt;
|&amp;lt;!--Example--&amp;gt;&lt;br /&gt;
|&amp;lt;!--Notes--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
*The language codes are two-letter lowercase ISO language codes (such as &amp;quot;da&amp;quot;) as defined by [https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes ISO 639-1].&lt;br /&gt;
*The country codes are two-letter uppercase ISO country codes (such as &amp;quot;BE&amp;quot;) as defined by [https://en.wikipedia.org/wiki/ISO_3166-1 ISO 3166-1].&lt;br /&gt;
&lt;br /&gt;
===Advanced manipulation of settings===&lt;br /&gt;
{{stub}}&amp;lt;!--need to move to its own appendix section--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{man warn| Warning ** Make sure you have closed Gramps **|The contents of this section is outside the scope of interest of a general user of Gramps. If you proceed with tweaking the options on the low level you may damage your Gramps installation. Be careful. '''YOU HAVE BEEN WARNED!'''}}&lt;br /&gt;
&lt;br /&gt;
Besides the settings available in Preferences, you may also wish to explore the advanced settings.&lt;br /&gt;
&lt;br /&gt;
Gramps uses '''[https://en.wikipedia.org/wiki/INI_file#Keys_(properties) INI keys]''' and [https://en.wikipedia.org/wiki/INI_file#Sections INI sections] for managing user preferences and program settings these are stored in the text file &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; under the &amp;lt;code&amp;gt;.gramps/gramps[XX]&amp;lt;/code&amp;gt; folder in your home or user directory.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; file has following sections:&lt;br /&gt;
* [behavior] : typical Key names are: [https://github.com/gramps-project/gramps/blob/master/gramps/gui/grampsgui.py#L502 betawarn], enable-autobackup, use-tips...&lt;br /&gt;
* [colors] : &lt;br /&gt;
* [csv] : &lt;br /&gt;
* [database] : related to database settings for the Family Tree.&lt;br /&gt;
* [export] : export and import folders/directories &lt;br /&gt;
* [geography] : &lt;br /&gt;
* [interface] : a lot of keys regarding height and width of the different Views: e.g. event-height: 450, event-ref-height: 585, event-ref-width: 728, event-width: 712...&lt;br /&gt;
* [paths] : keys related to recent imported files and folders/directories &lt;br /&gt;
* [plugin] : &lt;br /&gt;
* [preferences] : keys related to preferences: all the common prefixes , todo -colors..&lt;br /&gt;
* [researcher] : all information regarding the researcher&lt;br /&gt;
* [spacing] : &lt;br /&gt;
* [test] : &lt;br /&gt;
* [utf8] :  &lt;br /&gt;
&lt;br /&gt;
====Example &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; file====&lt;br /&gt;
Example contents of the &amp;lt;code&amp;gt;gramps.ini&amp;lt;/code&amp;gt; file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
;; Gramps key file&lt;br /&gt;
;; Automatically created at 2023/09/13 14:17:45&lt;br /&gt;
&lt;br /&gt;
[behavior]&lt;br /&gt;
;;addmedia-image-dir=''&lt;br /&gt;
;;addmedia-relative-path=0&lt;br /&gt;
;;addons-allow-install=0&lt;br /&gt;
;;addons-projects=[['Gramps', 'https://raw.githubusercontent.com/gramps-project/addons/master/gramps52', True]]&lt;br /&gt;
;;addons-url='https://raw.githubusercontent.com/gramps-project/addons/master/gramps52'&lt;br /&gt;
;;autoload=0&lt;br /&gt;
;;avg-generation-gap=20&lt;br /&gt;
;;check-for-addon-update-types=['new']&lt;br /&gt;
;;check-for-addon-updates=0&lt;br /&gt;
;;date-about-range=50&lt;br /&gt;
;;date-after-range=50&lt;br /&gt;
;;date-before-range=50&lt;br /&gt;
;;do-not-show-previously-seen-addon-updates=1&lt;br /&gt;
;;generation-depth=15&lt;br /&gt;
;;immediate-warn=0&lt;br /&gt;
;;last-check-for-addon-updates='1970/01/01'&lt;br /&gt;
;;max-age-prob-alive=110&lt;br /&gt;
;;max-sib-age-diff=20&lt;br /&gt;
;;min-generation-years=13&lt;br /&gt;
;;owner-warn=0&lt;br /&gt;
;;pop-plugin-status=0&lt;br /&gt;
;;previously-seen-addon-updates=[]&lt;br /&gt;
;;recent-export-type=3&lt;br /&gt;
;;runcheck=0&lt;br /&gt;
;;spellcheck=0&lt;br /&gt;
;;startup=0&lt;br /&gt;
;;surname-guessing=0&lt;br /&gt;
translator-needed=0&lt;br /&gt;
;;use-tips=0&lt;br /&gt;
;;web-search-url='http://google.com/#&amp;amp;q=%(text)s'&lt;br /&gt;
;;welcome=100&lt;br /&gt;
&lt;br /&gt;
[colors]&lt;br /&gt;
;;border-family=['#cccccc', '#252525']&lt;br /&gt;
;;border-family-divorced=['#ff7373', '#720b0b']&lt;br /&gt;
;;border-female-alive=['#861f69', '#261111']&lt;br /&gt;
;;border-female-dead=['#000000', '#000000']&lt;br /&gt;
;;border-male-alive=['#1f4986', '#171d26']&lt;br /&gt;
;;border-male-dead=['#000000', '#000000']&lt;br /&gt;
;;border-other-alive=['#2a5f16', '#26a269']&lt;br /&gt;
;;border-other-dead=['#000000', '#000000']&lt;br /&gt;
;;border-unknown-alive=['#8e5801', '#8e5801']&lt;br /&gt;
;;border-unknown-dead=['#000000', '#000000']&lt;br /&gt;
;;family=['#eeeeee', '#454545']&lt;br /&gt;
;;family-civil-union=['#eeeeee', '#454545']&lt;br /&gt;
;;family-divorced=['#ffdede', '#5c3636']&lt;br /&gt;
;;family-married=['#eeeeee', '#454545']&lt;br /&gt;
;;family-unknown=['#eeeeee', '#454545']&lt;br /&gt;
;;family-unmarried=['#eeeeee', '#454545']&lt;br /&gt;
;;female-alive=['#feccf0', '#62242D']&lt;br /&gt;
;;female-dead=['#feccf0', '#3a292b']&lt;br /&gt;
;;home-person=['#bbe68a', '#304918']&lt;br /&gt;
;;male-alive=['#b8cee6', '#1f344a']&lt;br /&gt;
;;male-dead=['#b8cee6', '#2d3039']&lt;br /&gt;
;;other-alive=['#94ef9e', '#285b27']&lt;br /&gt;
;;other-dead=['#94ef9e', '#062304']&lt;br /&gt;
;;scheme=0&lt;br /&gt;
;;unknown-alive=['#f3dbb6', '#75507B']&lt;br /&gt;
;;unknown-dead=['#f3dbb6', '#35103b']&lt;br /&gt;
&lt;br /&gt;
[csv]&lt;br /&gt;
;;delimiter=','&lt;br /&gt;
;;dialect='excel'&lt;br /&gt;
&lt;br /&gt;
[database]&lt;br /&gt;
;;autobackup=0&lt;br /&gt;
;;backend='sqlite'&lt;br /&gt;
;;backup-on-exit=1&lt;br /&gt;
;;backup-path='C:\\Users\\[username]'&lt;br /&gt;
;;compress-backup=1&lt;br /&gt;
;;host=''&lt;br /&gt;
;;path='C:\\Users\\[username]\\AppData\\Roaming\\gramps\\grampsdb'&lt;br /&gt;
;;port=''&lt;br /&gt;
&lt;br /&gt;
[export]&lt;br /&gt;
;;proxy-order=[['privacy', 0], ['living', 0], ['person', 0], ['note', 0], ['reference', 0]]&lt;br /&gt;
&lt;br /&gt;
[geography]&lt;br /&gt;
;;center-lat=0.0&lt;br /&gt;
;;center-lon=0.0&lt;br /&gt;
;;lock=0&lt;br /&gt;
;;map_service=1&lt;br /&gt;
;;path=''&lt;br /&gt;
;;personal-map=''&lt;br /&gt;
;;show_cross=0&lt;br /&gt;
;;use-keypad=1&lt;br /&gt;
;;zoom=0&lt;br /&gt;
;;zoom_when_center=12&lt;br /&gt;
&lt;br /&gt;
[interface]&lt;br /&gt;
dbmanager-height=370&lt;br /&gt;
;;dbmanager-horiz-position=12&lt;br /&gt;
;;dbmanager-vert-position=85&lt;br /&gt;
;;dbmanager-width=780&lt;br /&gt;
;;dont-ask=0&lt;br /&gt;
;;filter=0&lt;br /&gt;
;;fullscreen=0&lt;br /&gt;
;;grampletbar-close=0&lt;br /&gt;
;;hide-lds=0&lt;br /&gt;
;;ignore-gexiv2=0&lt;br /&gt;
;;ignore-osmgpsmap=0&lt;br /&gt;
;;ignore-pil=0&lt;br /&gt;
;;main-window-height=500&lt;br /&gt;
;;main-window-horiz-position=15&lt;br /&gt;
;;main-window-vert-position=10&lt;br /&gt;
;;main-window-width=775&lt;br /&gt;
;;mapservice='OpenStreetMap'&lt;br /&gt;
;;open-with-default-viewer=0&lt;br /&gt;
;;pedview-layout=0&lt;br /&gt;
;;pedview-show-images=1&lt;br /&gt;
;;pedview-show-marriage=0&lt;br /&gt;
;;pedview-show-unknown-people=0&lt;br /&gt;
;;pedview-tree-direction=2&lt;br /&gt;
;;pedview-tree-size=5&lt;br /&gt;
;;place-name-height=100&lt;br /&gt;
;;place-name-width=450&lt;br /&gt;
;;sidebar-text=1&lt;br /&gt;
;;size-checked=0&lt;br /&gt;
;;statusbar=1&lt;br /&gt;
;;surname-box-height=150&lt;br /&gt;
;;toolbar-addons=1&lt;br /&gt;
;;toolbar-clipboard=1&lt;br /&gt;
;;toolbar-on=1&lt;br /&gt;
;;toolbar-preference=1&lt;br /&gt;
;;toolbar-reports=1&lt;br /&gt;
;;toolbar-text=0&lt;br /&gt;
;;toolbar-tools=1&lt;br /&gt;
;;treemodel-cache-size=1000&lt;br /&gt;
;;view=1&lt;br /&gt;
;;view-categories=['Dashboard', 'People', 'Relationships', 'Families', 'Ancestry', 'Events', 'Places', 'Geography', 'Sources', 'Citations', 'Repositories', 'Media', 'Notes']&lt;br /&gt;
&lt;br /&gt;
[paths]&lt;br /&gt;
;;quick-backup-directory='C:\\Users\\[username]'&lt;br /&gt;
;;quick-backup-filename='%(filename)s_%(year)d-%(month)02d-%(day)02d.%(extension)s'&lt;br /&gt;
;;recent-export-dir='C:\\Users\\[username]'&lt;br /&gt;
;;recent-file=''&lt;br /&gt;
;;recent-import-dir='C:\\Users\\[username]'&lt;br /&gt;
;;report-directory='C:\\Users\\[username]'&lt;br /&gt;
;;website-cal-uri=''&lt;br /&gt;
;;website-cms-uri=''&lt;br /&gt;
;;website-directory='C:\\Users\\[username]'&lt;br /&gt;
;;website-extra-page-name=''&lt;br /&gt;
;;website-extra-page-uri=''&lt;br /&gt;
&lt;br /&gt;
[plugin]&lt;br /&gt;
;;addonplugins=[]&lt;br /&gt;
;;hiddenplugins=[]&lt;br /&gt;
&lt;br /&gt;
[preferences]&lt;br /&gt;
;;age-after-death=1&lt;br /&gt;
;;age-display-precision=1&lt;br /&gt;
;;calendar-format-input=0&lt;br /&gt;
;;calendar-format-report=0&lt;br /&gt;
;;cite-plugin='cite-default'&lt;br /&gt;
;;coord-format=0&lt;br /&gt;
;;cprefix='C%04d'&lt;br /&gt;
;;date-format=0&lt;br /&gt;
;;default-source=0&lt;br /&gt;
;;eprefix='E%04d'&lt;br /&gt;
;;family-relation-type=3&lt;br /&gt;
;;family-warn=1&lt;br /&gt;
;;february-29=0&lt;br /&gt;
;;fprefix='F%04d'&lt;br /&gt;
;;hide-ep-msg=0&lt;br /&gt;
;;invalid-date-format='&amp;lt;b&amp;gt;%s&amp;lt;/b&amp;gt;'&lt;br /&gt;
;;iprefix='I%04d'&lt;br /&gt;
last-view='dashboardview'&lt;br /&gt;
last-views=['dashboardview', '', '', '', '', '', '', '', '', '', '', '', '']&lt;br /&gt;
;;name-format=1&lt;br /&gt;
;;no-given-text='[Missing Given Name]'&lt;br /&gt;
;;no-record-text='[Missing Record]'&lt;br /&gt;
;;no-surname-text='[Missing Surname]'&lt;br /&gt;
;;nprefix='N%04d'&lt;br /&gt;
;;online-maps=0&lt;br /&gt;
;;oprefix='O%04d'&lt;br /&gt;
;;paper-metric=0&lt;br /&gt;
;;paper-preference='Letter'&lt;br /&gt;
;;patronimic-surname=0&lt;br /&gt;
;;place-auto=1&lt;br /&gt;
;;place-format=0&lt;br /&gt;
;;pprefix='P%04d'&lt;br /&gt;
;;private-given-text='[Living]'&lt;br /&gt;
;;private-record-text='[Private Record]'&lt;br /&gt;
;;private-surname-text='[Living]'&lt;br /&gt;
;;quick-backup-include-mode=0&lt;br /&gt;
;;rprefix='R%04d'&lt;br /&gt;
;;sprefix='S%04d'&lt;br /&gt;
;;tag-on-import=0&lt;br /&gt;
;;tag-on-import-format='Imported %Y/%m/%d %H:%M:%S'&lt;br /&gt;
;;use-last-view=0&lt;br /&gt;
&lt;br /&gt;
[researcher]&lt;br /&gt;
;;researcher-addr=''&lt;br /&gt;
;;researcher-city=''&lt;br /&gt;
;;researcher-country=''&lt;br /&gt;
;;researcher-email=''&lt;br /&gt;
;;researcher-locality=''&lt;br /&gt;
;;researcher-name=''&lt;br /&gt;
;;researcher-phone=''&lt;br /&gt;
;;researcher-postal=''&lt;br /&gt;
;;researcher-state=''&lt;br /&gt;
&lt;br /&gt;
[spacing]&lt;br /&gt;
dbman=[22.605613425925927, 5.877459490740741, 9.856047453703704]&lt;br /&gt;
&lt;br /&gt;
[test]&lt;br /&gt;
;;january='January'&lt;br /&gt;
&lt;br /&gt;
[utf8]&lt;br /&gt;
;;baptism-symbol='~'&lt;br /&gt;
;;birth-symbol='*'&lt;br /&gt;
;;buried-symbol='[]'&lt;br /&gt;
;;cremated-symbol='⚱'&lt;br /&gt;
;;dead-symbol='✝'&lt;br /&gt;
;;death-symbol=2&lt;br /&gt;
;;divorce-symbol='o|o'&lt;br /&gt;
;;engaged-symbol='o'&lt;br /&gt;
;;in-use=0&lt;br /&gt;
;;killed-symbol='x'&lt;br /&gt;
;;marriage-symbol='oo'&lt;br /&gt;
;;partner-symbol='o-o'&lt;br /&gt;
;;selected-font=''&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Advanced backup filename setting====&lt;br /&gt;
You can also define the naming pattern for the backup filename by setting the ''&amp;lt;code&amp;gt;paths.quick-backup-filename&amp;lt;/code&amp;gt;'' in the &amp;lt;code&amp;gt;~/.gramps/gramps52/gramps.ini&amp;lt;/code&amp;gt; key file like the following:&lt;br /&gt;
{{-}}&lt;br /&gt;
 [paths]&lt;br /&gt;
 ;;quick-backup-filename='%(filename)s_%(year)d-%(month)02d-%(day)02d.%(extension)s'&lt;br /&gt;
&lt;br /&gt;
by removing the two semicolons(&amp;lt;code&amp;gt;;;&amp;lt;/code&amp;gt;) from the front of INI key line and using use any of the following keywords for the filename pattern:&lt;br /&gt;
*filename&lt;br /&gt;
*year&lt;br /&gt;
*month&lt;br /&gt;
*day&lt;br /&gt;
*hour&lt;br /&gt;
*minutes&lt;br /&gt;
*seconds&lt;br /&gt;
*extension :&lt;br /&gt;
**'''.gpkg'''(default) if you include media.&lt;br /&gt;
**''.gramps'' if you exclude media.&lt;br /&gt;
&lt;br /&gt;
Use the appropriate ~/.gramps/gramps{XX}/gramps.ini key file.&lt;br /&gt;
*Gramps version 5.2 :&lt;br /&gt;
 ~/.gramps/gramps52/gramps.ini&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Manage_Family_Trees#Backup_dialog]]&lt;br /&gt;
* [[Gramps_5.2_Wiki_Manual_-_Command_Line#Configuration_.28config.29_option]]&lt;br /&gt;
* [[Install_latest_BSDDB#Make_Gramps_use_bsddb3]]&lt;br /&gt;
* [[Customize_the_Genealogical_Symbols_lookup_table#Genealogy_symbols_preferences]]&lt;br /&gt;
&lt;br /&gt;
===Theme===&lt;br /&gt;
The look of Gramps can be changed.&lt;br /&gt;
&lt;br /&gt;
* [[Addon:Themes]]&lt;br /&gt;
* [[Windows_AIO_themes]]&lt;br /&gt;
* [[GEPS_029:_GTK3-GObject_introspection_Conversion#GTK_3_theme|GTK 3 theme - GEPS 029: GTK3-GObject introspection Conversion]]&lt;br /&gt;
* [[Overrule_Gramps_Icons]] - for older Gramps versions.&lt;br /&gt;
* [[UI style]]&lt;br /&gt;
&lt;br /&gt;
Some reports can also be changed:&lt;br /&gt;
&lt;br /&gt;
* [[Website report Themes]]&lt;br /&gt;
{{-}}&lt;br /&gt;
{{man index|Gramps 5.2 Wiki Manual - Tools|Gramps 5.2 Wiki Manual - Filters|5.2}}&lt;br /&gt;
{{languages|Gramps_5.2_Wiki_Manual_-_Settings}}&lt;br /&gt;
{{grampsmanualcopyright}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>DaveSchweisguth</name></author>
		
	</entry>
</feed>