1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<?xml version="1.0" encoding="utf-8"?>
<section id="GuideOptionsHidden">
<title id="titleGuideOptionsHidden">Legacy Configuration File Options</title>
<para />
<para>
This section describes the options not accessible by the graphical interface, these options exist to maintain behavior of older releases of Geeqie. To change these settings, edit the
<link linkend="GuideReferenceConfig">Geeqie configuration file</link>
.
</para>
<para>
<emphasis role="strong">
lazy_image_sync: [true
<emphasis role="i">false</emphasis>
]
</emphasis>
: This will suppress the image view from changing when selecting a new folder; the current image will remain displayed until the user manually selects another image.
</para>
<para>
<emphasis role="strong">
place_dialogs_under_mouse: [true
<emphasis role="i">false</emphasis>
]
</emphasis>
: Enabling this will cause new dialogs to initially position themselves such that they are under the current mouse position.
</para>
<para />
<varlistentry>
<term>
<emphasis role="strong">scroll_reset_method: value</emphasis>
: This will set the method used to set the scroll position, or visible region of a new image, value can be:
</term>
<listitem>0: Move to upper left corner.</listitem>
<listitem>1: Center image.</listitem>
<listitem>2: Maintain same visible region as previous image, if possible.</listitem>
</varlistentry>
<para>
<emphasis role="strong">
thumbnails.use_xvpics = [true
<emphasis role="i">false</emphasis>
]
</emphasis>
: xvpics is a common thumbnail caching format used by several applications. Thumbnails are stored locally to the source image in a sub folder with the name
<emphasis role="strong">.xvpics</emphasis>
. Enabling this option will allow Geeqie to read thumbnails saved in the xvpics format.
</para>
<note>
<para>Support for xvpics is read only, Geeqie can not generate thumbnails in this format.</para>
</note>
</section>
|