Difference between revisions of "Howto: Change the Gramps settings via Gnome"

From Gramps
Jump to: navigation, search
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=How to change your GRAMPS setting via GNOME (Ubuntu)=
+
{{man warn|Note|This article only applies to Gramps versions prior to 3.0.0.}}
 +
{{languages}}
 +
=How to change your Gramps setting via GNOME=
  
[[Category:Tutorials|Change the GRAMPS setting via GNOME]] [[Category:Documentation]]
+
GNOME provides a central system called GConf for storing user preferences on behalf of individual applications. Also Gramps uses the GConf API. The GConf database is structured like a filesystem, containing keys. Those keys are organized into a tree hierarchy. Each key can have a name and a value. GConf has several tools. There is a GUI that brings you to the '''Configuration Editor'''. This GUI does not appear by default in an Ubuntu Applications Menu. You can edit the Application menu and add it. Got to {{man menu|Applications -> Accessories -> Alacarte Menu Editor -> System Tools}} and turn on the Configuration Editor.
GNOME provides a central system called GConf for storing user preferences on behalf of individual applications. Also GRAMPS uses the GConf API. The GConf database is structured like a filesystem, containing keys. Those keys are organized into a tree hierarchy. Each key can have a name and a value. GConf has several tools. There is a GUI that brings you to the '''Configuration Editor'''. This GUI does not appear by default in an Ubuntu Applications Menu. You can edit the Application menu and add it. Got to '''Applications -> Accessories -> Alacarte Menu Editor -> System Tools''' and turn on the Configuration Editor.
 
  
 
If you use the GNOME desktop and you run
 
If you use the GNOME desktop and you run
<code>
+
 
  sudo gconf-editor
+
<code>sudo gconf-editor</code>
</code>
+
 
 
in a terminal and give your root password, you will get a list of all your GNOME settings. If you look in '''apps''' you will find '''gramps'''.
 
in a terminal and give your root password, you will get a list of all your GNOME settings. If you look in '''apps''' you will find '''gramps'''.
  
Line 24: Line 25:
  
 
For easy reference you can bookmark the gramps position so you do not need to scroll down the complete list.
 
For easy reference you can bookmark the gramps position so you do not need to scroll down the complete list.
 +
 +
[[Category:Tutorials|Change the Gramps setting via GNOME]]
 +
[[Category:Documentation]]
 +
[[Category:How do I...|Change the Gramps settings via Gnome]]

Revision as of 06:15, 15 July 2015

Gnome-important.png
Note

This article only applies to Gramps versions prior to 3.0.0.

How to change your Gramps setting via GNOME

GNOME provides a central system called GConf for storing user preferences on behalf of individual applications. Also Gramps uses the GConf API. The GConf database is structured like a filesystem, containing keys. Those keys are organized into a tree hierarchy. Each key can have a name and a value. GConf has several tools. There is a GUI that brings you to the Configuration Editor. This GUI does not appear by default in an Ubuntu Applications Menu. You can edit the Application menu and add it. Got to Applications -> Accessories -> Alacarte Menu Editor -> System Tools and turn on the Configuration Editor.

If you use the GNOME desktop and you run

sudo gconf-editor

in a terminal and give your root password, you will get a list of all your GNOME settings. If you look in apps you will find gramps.

When you open Configuration Editor, you'll notice that there is no Save button. All changes are immediate and take care with your changes! The list has following sub-items:

  • behavior
  • interface
  • paths
  • preferences
  • researcher

For easy reference you can bookmark the gramps position so you do not need to scroll down the complete list.