Mercurial > geeqie
comparison doc/faq.html @ 1121:24c89a03ec12
Move from xhtml transitional to xhtml strict.
author | zas_ |
---|---|
date | Mon, 10 Nov 2008 20:40:50 +0000 |
parents | 71c5b25b371a |
children | c564ab6c11fc |
comparison
equal
deleted
inserted
replaced
1120:86f281d6bac9 | 1121:24c89a03ec12 |
---|---|
1 <?xml version="1.0" encoding="iso-8859-1"?> | 1 <?xml version="1.0" encoding="iso-8859-1"?> |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
4 | 4 |
5 <html xmlns="http://www.w3.org/1999/xhtml"> | 5 <html xmlns="http://www.w3.org/1999/xhtml"> |
6 <head> | 6 <head> |
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> | 7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> |
8 | 8 |
49 | 49 |
50 <h3 class="faq">How do I open an image in an existing Geeqie application ?</h3> | 50 <h3 class="faq">How do I open an image in an existing Geeqie application ?</h3> |
51 | 51 |
52 <p>Use the “-r” command line option to send commands to an existing Geeqie, for a list of commands supported by the remote switch run:</p> | 52 <p>Use the “-r” command line option to send commands to an existing Geeqie, for a list of commands supported by the remote switch run:</p> |
53 | 53 |
54 <code> | 54 <pre><code>geeqie --remote-help</code></pre> |
55 geeqie --remote-help | |
56 </code> | |
57 | 55 |
58 <h3 class="faq">How do I set the slide show delay when starting Geeqie in slide show from the command line ?</h3> | 56 <h3 class="faq">How do I set the slide show delay when starting Geeqie in slide show from the command line ?</h3> |
59 | 57 |
60 <p>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:</p> | 58 <p>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:</p> |
61 | 59 |
62 <code> | 60 <pre><code>geeqie -r -d12 -ss</code></pre> |
63 geeqie -r -d12 -ss | |
64 </code> | |
65 | 61 |
66 <p class="note"><span class="note_label">Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</span></p> | 62 <p class="note"><span class="note_label">Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</span></p> |
67 | 63 |
68 <code> | 64 <pre><code>geeqie -r -sS -d12 -ss</code></pre> |
69 geeqie -r -sS -d12 -ss | |
70 </code> | |
71 | 65 |
72 | 66 |
73 <h2 class="faq">Miscellaneous</h2> | 67 <h2 class="faq">Miscellaneous</h2> |
74 | 68 |
75 <h3 class="faq">I want to be able to edit images with Geeqie</h3> | 69 <h3 class="faq">I want to be able to edit images with Geeqie</h3> |