Difference between revisions of "Configuration Diagrams - Linux"

From GnuCash
Jump to: navigation, search
(Diagram page for configuration Locations for Linux)
(Add v2.6 Linux Diagram)
Line 3: Line 3:
 
=== Legend ===
 
=== Legend ===
 
<span style="color:#00cc00">ENVIRONMENT VARIABLES</span><br />
 
<span style="color:#00cc00">ENVIRONMENT VARIABLES</span><br />
<span style="color:#0000cc">linux path</span><br />
+
<span style="color:#0000cc">linux path or a directory</span><br />
 
<span style="color:#0000cc"><user></span> substitute username<br />
 
<span style="color:#0000cc"><user></span> substitute username<br />
 +
<span style="color:#cc00cc">files</span> in the location<br />
 
<small>
 
<small>
  
Line 24: Line 25:
 
         <span style="color:#00cc00">GNC_DATA_HOME</span>                      <span style="color:#00cc00">GTK_DATA_HOME</span>                      <span style="color:#00cc00">GNC_CONFIG_HOME</span>                  <span style="color:#00cc00">GTK_CONFIG_HOME</span>
 
         <span style="color:#00cc00">GNC_DATA_HOME</span>                      <span style="color:#00cc00">GTK_DATA_HOME</span>                      <span style="color:#00cc00">GNC_CONFIG_HOME</span>                  <span style="color:#00cc00">GTK_CONFIG_HOME</span>
 
     <span style="color:#00cc00">USER_DATA_HOME</span><span style="color:#0000cc">/gnucash</span>              <span style="color:#00cc00">USER_DATA_HOME</span><span style="color:#0000cc">/gtk-3.0</span>              <span style="color:#00cc00">USER_CONFIG_HOME</span><span style="color:#0000cc">/gnucash</span>      <span style="color:#00cc00">USER_CONFIG_HOME</span><span style="color:#0000cc">/gtk-3.0</span>
 
     <span style="color:#00cc00">USER_DATA_HOME</span><span style="color:#0000cc">/gnucash</span>              <span style="color:#00cc00">USER_DATA_HOME</span><span style="color:#0000cc">/gtk-3.0</span>              <span style="color:#00cc00">USER_CONFIG_HOME</span><span style="color:#0000cc">/gnucash</span>      <span style="color:#00cc00">USER_CONFIG_HOME</span><span style="color:#0000cc">/gtk-3.0</span>
  <span style="color:#0000cc">/home/<user>/.local/share/gnucash</span>  <span style="color:#0000cc">/home/<user>/.local/share/gtk-3.0</span>    <span style="color:#0000cc">/home/<user>/.config/gnucash</span>    <span style="color:#0000cc">/home/<user>/.config/gtk-3.0</span>
+
  <span style="color:#0000cc">/home/<user>/.local/share/gnucash</span>  <span style="color:#0000cc">/home/<user>/.local/share/gtk-3.0</span>    <span style="color:#0000cc">/home/<user>/.config/gnucash</span>    <span style="color:#0000cc">/home/<user>/.config/gtk-3.0</span><br />
 +
          <span style="color:#cc00cc">accelerator-map                                                        config-user.scm                settings.ini<br />
 +
          books/<name>.gcm                                                      gtk-3.0.css                    gtk.css<br /></span>
 +
          <span style="color:#0000cc">checks</span><span style="color:#cc00cc">                                                                log.conf                      gtk-3.0.css<br />
 +
          expressions-2.0<br />
 +
          qif-accounts-map<br />
 +
          saved-reports-<x>.<y>
 +
          stylesheets-2.0</span>
 +
 
 +
</small>
 +
== GnuCash V2.6.x and older Linux ==
 +
 
 +
=== Legend ===
 +
<span style="color:#00cc00">ENVIRONMENT VARIABLES</span><br />
 +
<span style="color:#0000cc">linux path or a directory</span><br />
 +
<span style="color:#0000cc"><user></span> substitute username<br />
 +
<span style="color:#cc00cc">files</span> in the location<br />
 +
<small>
 +
 
 +
                                                        <span style="color:#00cc00">HOME</span>
 +
                                                    <span style="color:#0000cc">/home/<user></span>
 +
                                                          |
 +
                                        ---------------------------------------
 +
                                    <span style="color:#00cc00">DOT_GNUCASH_DIR</span>                      <span style="color:#00cc00">GTK_CONFIG_HOME</span>
 +
                                    <span style="color:#00cc00">HOME</span><span style="color:#0000cc">/.gnucash</span>                            <span style="color:#00cc00">HOME</span>
 +
                                  <span style="color:#0000cc">/home/<user>/.gnucash</span>                <span style="color:#0000cc">/home/<user></span><br />
 +
                                    <span style="color:#cc00cc">accelerator-map                    .gtkrc-2.0.gnucash<br />
 +
                                    books/<name>.gcm<br /></span>
 +
                                    <span style="color:#0000cc">checks</span><span style="color:#cc00cc"><br />
 +
                                    expressions-2.0<br />
 +
                                    qif-accounts-map<br />
 +
                                    saved-reports-<x>.<y><br />
 +
                                    stylesheets-2.0<br />
 +
                                    config-user.scm<br />
 +
                                    log.conf<br /></span>
 +
 
 
</small>
 
</small>

Revision as of 06:03, 26 February 2019

GnuCash V3.x Linux

Legend

ENVIRONMENT VARIABLES
linux path or a directory
<user> substitute username
files in the location


                                                       HOME
                                                    /home/<user>
                                                         |
                                ---------------------------------------------------------------
                                |                                                             |

                        USER_DATA_HOME                                                 USER_CONFIG_HOME
                        HOME/.local/share                                                 HOME/.config
                    /home/<user>/.local/share                                          /home/<user>/.config

                                |                                                              |
               -----------------------------------                                 ----------------------------------
               |                                 |                                 |                                |

        GNC_DATA_HOME                      GTK_DATA_HOME                       GNC_CONFIG_HOME                   GTK_CONFIG_HOME
    USER_DATA_HOME/gnucash              USER_DATA_HOME/gtk-3.0              USER_CONFIG_HOME/gnucash      USER_CONFIG_HOME/gtk-3.0
/home/<user>/.local/share/gnucash   /home/<user>/.local/share/gtk-3.0    /home/<user>/.config/gnucash    /home/<user>/.config/gtk-3.0
accelerator-map config-user.scm settings.ini
books/<name>.gcm gtk-3.0.css gtk.css
checks log.conf gtk-3.0.css
expressions-2.0
qif-accounts-map
saved-reports-<x>.<y> stylesheets-2.0

GnuCash V2.6.x and older Linux

Legend

ENVIRONMENT VARIABLES
linux path or a directory
<user> substitute username
files in the location

                                                       HOME
                                                    /home/<user>
                                                         |
                                        ---------------------------------------
                                   DOT_GNUCASH_DIR                      GTK_CONFIG_HOME
                                   HOME/.gnucash                            HOME
                                 /home/<user>/.gnucash                 /home/<user>
accelerator-map .gtkrc-2.0.gnucash
books/<name>.gcm
checks
expressions-2.0
qif-accounts-map
saved-reports-<x>.<y>
stylesheets-2.0
config-user.scm
log.conf