Eliminate some deprecations
[geeqie.git] / doc / docbook / GuideFaq.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <chapter id="GuideFaq">\r
3   <title>Frequently Asked Questions</title>\r
4   <para />\r
5   <section id="Imageviewing">\r
6     <title>Image viewing</title>\r
7     <para />\r
8     <section id="HowdoIkeepimagessmallerthanthevisibleareafromenlargingwhenthezoomissettofittowindow">\r
9       <title>How do I keep images smaller than the visible area from enlarging when the zoom is set to “fit to window” ?</title>\r
10       <para>\r
11         In the\r
12         <link linkend="GuideOptionsImage">Preferences Image dialog</link>\r
13         , disable “Allow enlargement of image for zoom to fit”.\r
14       </para>\r
15       <para />\r
16     </section>\r
17   </section>\r
18   <section id="Commandline">\r
19     <title>Command line</title>\r
20     <para />\r
21     <section id="HowdoIopenanimageinanexistingGeeqieapplication">\r
22       <title>How do I open an image in an existing Geeqie application ?</title>\r
23       <para>Use the “--remote” command line option to send commands to an existing Geeqie, for a list of commands supported by the remote switch run:</para>\r
24       <programlisting>geeqie --remote-help</programlisting>\r
25       <para />\r
26     </section>\r
27     <section id="HowdoIsettheslideshowdelaywhenstartingGeeqieinslideshowfromthecommandline">\r
28       <title>How do I set the slide show delay when starting Geeqie in slide show from the command line ?</title>\r
29       <para>The delay can not be set when used with the standard --slideshow command line switch, as --slideshow uses the delay stored in the configuration file.</para>\r
30       <para>For this, use the remote command --slideshow-start to start the slide show after setting the delay with --delay=. The order of the command line is important. For example for a 12 second slide show delay use:</para>\r
31       <programlisting>geeqie --remote  --delay=12 --slideshow-start</programlisting>\r
32       <para>Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</para>\r
33       <programlisting>geeqie --remote --slideshow-stop --delay=12 --slideshow-start</programlisting>\r
34       <para />\r
35     </section>\r
36   </section>\r
37   <section id="Miscellaneous">\r
38     <title>Miscellaneous</title>\r
39     <para />\r
40     <section id="IwanttobeabletoeditimageswithGeeqie">\r
41       <title>I want to be able to edit images with Geeqie</title>\r
42       <para>\r
43         Geeqie is an image\r
44         <emphasis role="i">viewer</emphasis>\r
45         . There is, and never will be, a plan to add editing features. I recommend gimp for image editing.\r
46       </para>\r
47       <para />\r
48     </section>\r
49   </section>\r
50 </chapter>