Skip to content

Commit

Permalink
Minor doc update - config file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
caclark committed Jul 2, 2017
1 parent f6a87c0 commit 1ee18ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion doc/docbook/GuideOptionsGeneral.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
<listitem>
<para>
Enable this to save thumbnails to disk, subsequent requests for a thumbnail will be faster. Thumbnails are cached into:
<programlisting>$HOME/.cache/.geeqie/thumbnails</programlisting>
<programlisting>$XDG_CACHE_HOME/geeqie/thumbnails/</programlisting>
<programlisting>($~/.cache/geeqie/thumbnails/)</programlisting>
Refer to
<link linkend="GuideReferenceThumbnails">Thumbnails Reference</link>
for additional details.
Expand Down
12 changes: 9 additions & 3 deletions doc/docbook/GuideReferenceConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
<section id="GuideReferenceConfig">
<title id="titleGuideReferenceConfig">Configuration Files and Locations</title>
<para>The following data lists the locations Geeqie uses for various actions. The uppercase symbols are environment variables. If they are not set on your system the fallback locations are listed in parentheses.</para>
<para>
Geqqie will first attempt to load a configuration file from:
<programlisting xml:space="preserve">/etc/geeqie/geeqierc.xml</programlisting>
</para>
<para>It will then continue with the following locations.</para>
<para>
Most of Geeqie's configuration files are contained in the folder, and sub-folders of:
<programlisting xml:space="preserve">$HOME/$XDG_CONFIG_HOME/geeqie/</programlisting>
<programlisting xml:space="preserve">$XDG_CONFIG_HOME/geeqie/</programlisting>
<programlisting xml:space="preserve">($~/.config/geeqie/)</programlisting>
</para>
<para>
Expand Down Expand Up @@ -36,8 +41,9 @@
<programlisting xml:space="preserve">.../accels</programlisting>
</para>
<para>
The default location for Collections is in the folder:
<programlisting xml:space="preserve">$HOME/.local/share/geeqie/collections</programlisting>
The location for Collections is in the folder:
<programlisting xml:space="preserve">$XDG_DATA_HOME/geeqie/collections</programlisting>
<programlisting xml:space="preserve">($~/.local/share/geeqie/collections)</programlisting>
</para>
<para>
The lirc
Expand Down

0 comments on commit 1ee18ab

Please sign in to comment.