~ubuntu-branches/ubuntu/oneiric/enigmail/oneiric-updates

« back to all changes in this revision

Viewing changes to extensions/enigmail/lang/nb-NO/help/initError.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2010-04-10 01:42:24 UTC
  • Revision ID: james.westby@ubuntu.com-20100410014224-fbq9ui5x3b0h2t36
Tags: 2:1.0.1-0ubuntu1
* First releaase of enigmail 1.0.1 for tbird/icedove 3
  (LP: #527138)
* redo packaging from scratch 
  + add debian/make-orig target that uses xulrunner provided
    buildsystem + enigmail tarball to produce a proper orig.tar.gz
  + use debhelper 7 with mozilla-devscripts
  + use debian source format 3.0 (quilt)
  + patch enigmail to use frozen API only
    - add debian/patches/frozen_api.diff
  + patch build system to not link against -lxul - which isnt
    available for sdks produced by all-static apps like tbird
    - add debian/patches/build_system_dont_link_libxul.diff
  + add minimal build-depends to control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
 
 
4
<html xmlns="http://www.w3.org/1999/xhtml">
 
5
<head>
 
6
  <title>Enigmail Help: How to Resolve Problems with Initializing OpenPGP</title>
 
7
  <style type="text/css">
 
8
  /*<![CDATA[*/
 
9
    dt  { font-weight: bold;  }
 
10
  /*]]>*/
 
11
  </style>
 
12
</head>
 
13
 
 
14
<body>
 
15
  <h1>Enigmail Help</h1>
 
16
 
 
17
  <h3>How to Resolve Problems with Initializing OpenPGP</h3>
 
18
 
 
19
  <p>There are several reasons why initializing OpenPGP does not succeed. The most common ones are described below;
 
20
     for more information please visit the <a href="http://enigmail.mozdev.org/support/" target="_blank">Enigmail Support page.</a></p>
 
21
 
 
22
  <dl>
 
23
    <dt>GnuPG could not be found</dt>
 
24
    <dd>
 
25
    <p>
 
26
      In order for OpenPGP to work, the tool <a href="http://www.gnupg.org/" target="_blank">GnuPG</a> needs to be installed.
 
27
      If GnuPG cannot be found, then first make sure that the executable <tt>gpg.exe</tt> (on Windows; <tt>gpg</tt> on other platforms) is installed on your computer.
 
28
      If GnuPG is installed, and OpenPGP cannot find it, then you need to manually set the path to GnuPG in the OpenPGP Preferences (menu <i>OpenPGP</i> &gt; <i>Preferences</i>)
 
29
    </p>  
 
30
 
 
31
    <dt>Enigmime failed to initialize</dt>
 
32
 
 
33
    <dd>
 
34
      <p>
 
35
      OpenPGP works only if it is built using the same build environment as Thunderbird or SeaMonkey was built. This means that you can use the official Enigmail releases only if you use the official releases of Thunderbird or SeaMonkey provided by <a href="www.mozilla.org">mozilla.org</a>.
 
36
      </p>
 
37
      <p>
 
38
      If you use a Thunderbird or SeaMonkey version coming from some other source (e.g. the provider of your Linux distribution), or if you built the application yourself, you should either use an Enigmail version built by the same source, or build Enigmail yourself. For building Enigmail, refer to the <a href="http://enigmail.mozdev.org/download/source.php">Source Code section</a> on the Enigmail home page. Please don't file any bug report concerning this problem, it is not solvable.
 
39
      </p>
 
40
    </dd>
 
41
 
 
42
  <p>Further help is available on the <a href="http://enigmail.mozdev.org/support/troubles.php" target="_blank">Enigmail Support Web Site</a>.</p>
 
43
</body>
 
44
</html>