# HG changeset patch # User zas_ # Date 1226312811 0 # Node ID 7cd49c6dc3021bc8a180233a814658ac9a1927df # Parent ba2bbc862da721f0280702091aba625f4ddb6fba Reformatting: notes, advanced options page and more. diff -r ba2bbc862da7 -r 7cd49c6dc302 doc/collections.html --- a/doc/collections.html Sun Nov 09 21:53:33 2008 +0000 +++ b/doc/collections.html Mon Nov 10 10:26:51 2008 +0000 @@ -459,7 +459,7 @@

-

Note: When renaming or moving files within Geeqie, the contents of collections located in the folder ($HOME)/.geeqie/collections will automatically update to the new name or location.

+

Note: When renaming or moving files within Geeqie, the contents of collections located in the folder ($HOME)/.geeqie/collections will automatically update to the new name or location.



diff -r ba2bbc862da7 -r 7cd49c6dc302 doc/faq.html --- a/doc/faq.html Sun Nov 09 21:53:33 2008 +0000 +++ b/doc/faq.html Mon Nov 10 10:26:51 2008 +0000 @@ -41,73 +41,43 @@

Frequently Asked Questions

-

1. Image viewing -

+

Image viewing

-

1.1 How do I keep images smaller than the visible area from enlarging when the zoom is set to “fit to window” ?

+

How do I keep images smaller than the visible area from enlarging when the zoom is set to “fit to window” ?

In the preferences dialog, under the “Image” tab, disable “Allow enlargement of image for zoom to fit”.

-


-
-

- -


-
-

- -

9. Command line -

- -

9.1 How do I open an image in an existing Geeqie application ?

+

Command line

+ +

How do I open an image in an existing Geeqie application ?

Use the “-r” command line option to send commands to an existing Geeqie, for a list of commands supported by the remote switch run:

-
+
 geeqie --remote-help
-
+ -


-
-

- -

9.2 How do I set the slide show delay when starting Geeqie in slide show from the command line ?

+

How do I set the slide show delay when starting Geeqie in slide show from the command line ?

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:

-
+
 geeqie -r -d12 -ss
-
+ -


-
-

+

Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:

-

Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:

- -
+  
 geeqie -r -sS -d12 -ss
-
- -


-
-

+
-


-
-

- -

10. Miscellaneous -

- -

10.1 I want to be able to edit images with Geeqie

+ +

Miscellaneous

+ +

I want to be able to edit images with Geeqie

Geeqie is an image viewer. There is, and never will be, a plan to add editing features. I recommend gimp for image editing.

-


-
-

-