view doc/faq.html @ 1534:163e3efc1c02

Fix the broken statistic generation The output of msgfmt has different format if no fuzzy translations (or even no translated) are available. I fixed that by parsing the output of msgfmt more intelligent. Drawback of the solution is that the parsing will not work if the output of msgfmt use not the strings "translated messages", "fuzzy translations" and "untranslated messages".
author mow
date Fri, 10 Apr 2009 10:18:42 +0000
parents c564ab6c11fc
children
line wrap: on
line source

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />

  <title>Frequently Asked Questions - Geeqie User Manual</title>
  <link rel="stylesheet" type="text/css" href="style.css" media="all" />
  <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
  <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
</head>

<body lang="en-US" dir="ltr" xml:lang="en-US">
  <div class="navtop">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navtop_col1" width="33%"></col>
      <col id="navtop_col2" width="33%"></col>
      <col id="navtop_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="index.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navtop_title">Frequently Asked Questions</p>
          </th>

          <th>
            <p class="next"><a href="introduction.html">Next</a>
            </p>
          </th>
        </tr>
    </table>
  </div>

  <hr />

  <h1>Frequently Asked Questions</h1>

  <h2 class="faq">Image viewing</h2>

  <h3 class="faq">How do I keep images smaller than the visible area from enlarging when the zoom is set to &ldquo;fit to window&rdquo; ?</h3>

  <p>In the preferences dialog, under the &ldquo;Image&rdquo; tab, disable &ldquo;Allow enlargement of image for zoom to fit&rdquo;.</p>

  <h2 class="faq">Command line</h2>
 
  <h3 class="faq">How do I open an image in an existing Geeqie application ?</h3>

  <p>Use the &ldquo;-r&rdquo; command line option to send commands to an existing Geeqie, for a list of commands supported by the remote switch run:</p>

<pre><code>geeqie --remote-help</code></pre>

  <h3 class="faq">How do I set the slide show delay when starting Geeqie in slide show from the command line ?</h3>

  <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>

<pre><code>geeqie -r -d12 -ss</code></pre>

  <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>

<pre><code>geeqie -r -sS -d12 -ss</code></pre>

 
  <h2 class="faq">Miscellaneous</h2>
 
  <h3 class="faq">I want to be able to edit images with Geeqie</h3>

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

  <hr />

  <div class="navbottom">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navbottom_col1" width="33%"></col>
      <col id="navbottom_col2" width="33%"></col>
      <col id="navbottom_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="index.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navbottom_title"><a href="index.html">Contents</a>
            </p>
          </th>

          <th>
            <p class="next"><a href="introduction.html">Next</a>
            </p>
          </th>
        </tr>

    </table>
  </div>

  <div class="footer">Geeqie User Manual</div>
  <div class="bottomspacer">&nbsp;</div>
</body>
</html>