comparison doc/docbook/GuideFaq.xml @ 1734:b92fc3c922ac

scripts for converting wiki documentation to docbook
author nadvornik
date Sun, 22 Nov 2009 09:12:22 +0000
parents
children
comparison
equal deleted inserted replaced
1733:91a65afb5d77 1734:b92fc3c922ac
1 <?xml version="1.0" encoding="utf-8"?>
2 <chapter id="GuideFaq">
3 <title>
4 Frequently Asked Questions
5 </title>
6 <para/><section id="Imageviewing"><title>
7 Image viewing
8 </title>
9 <para/><section id="HowdoIkeepimagessmallerthanthevisibleareafromenlargingwhenthezoomissettofittowindow"><title>
10 How do I keep images smaller than the visible area from enlarging when the zoom is set to “fit to window” ?
11 </title>
12 <para>
13 In the preferences dialog, under the “Image” tab, disable “Allow enlargement of image for zoom to fit”.
14 </para>
15 <para/></section></section><section id="Commandline"><title>
16 Command line
17 </title>
18 <para/><section id="HowdoIopenanimageinanexistingGeeqieapplication"><title>
19 How do I open an image in an existing Geeqie application ?
20 </title>
21 <para>
22 Use the “-r” command line option to send commands to an existing Geeqie, for a list of commands supported by the remote switch run:
23 </para>
24 <programlisting>
25 `geeqie --remote-help`
26 </programlisting>
27 <para/></section><section id="HowdoIsettheslideshowdelaywhenstartingGeeqieinslideshowfromthecommandline"><title>
28 How do I set the slide show delay when starting Geeqie in slide show from the command line ?
29 </title>
30 <para>
31 The delay can not be set when used with the standard -s command line switch, as -s uses the delay stored in the configuration file. For this use the remote command -ss to start the slide show after setting the delay with -d, the order of the command line is important, for example a 12 second slide show delay:
32 </para>
33 <programlisting>
34 `geeqie -r -d12 -ss`
35 </programlisting>
36 <para>
37 Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:
38 </para>
39 <programlisting>
40 `geeqie -r -sS -d12 -ss`
41 </programlisting>
42 <para/></section></section><section id="Miscellaneous"><title>
43 Miscellaneous
44 </title>
45 <para/><section id="IwanttobeabletoeditimageswithGeeqie"><title>
46 I want to be able to edit images with Geeqie
47 </title>
48 <para>
49 Geeqie is an image <emphasis role="i">viewer</emphasis>. There is, and never will be, a plan to add editing features. I recommend gimp for image editing.
50 </para>
51 <para/></section></section></chapter>