~ubuntu-branches/ubuntu/precise/enigmail/precise-security

« back to all changes in this revision

Viewing changes to mailnews/extensions/enigmail/lang/el/help/initError.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2014-01-30 11:42:56 UTC
  • mfrom: (0.12.17)
  • Revision ID: package-import@ubuntu.com-20140130114256-6yvx7ylu1cwrhwp2
Tags: 2:1.7-0ubuntu0.12.04.1
* New upstream release v1.7 to support Thunderbird 31

* No longer requires a Mozilla build system, so we use the upstream
  tarball directly now
  - update debian/rules
  - drop libgtk2.0-dev, libidl-dev, libdbus-glib-1-dev, libnotify-dev,
    libasound2-dev, libxt-dev, autoconf2.13 and mesa-common-dev
    build-depends, as these were only there because we were using a hacked
    Mozilla build system
* Update to source format 3.0
* Drop thunderbird-dev build-depend - the only binary code in enigmail now
  uses ctypes, so we don't need the SDK
* Drop debian/patches/no_libxpcom.patch - it doesn't build a binary component
  now
* Drop debian/patches/use_sdk.patch - there's no dependency on the
  Thunderbird SDK now

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
 
  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
8
 
  <style type="text/css">
9
 
  /*<![CDATA[*/
10
 
    dt  { font-weight: bold;  }
11
 
  /*]]>*/
12
 
  </style>
13
 
</head>
14
 
 
15
 
<body>
16
 
  <h1>Enigmail Help</h1>
17
 
 
18
 
  <h3>How to Resolve Problems with Initializing OpenPGP</h3>
19
 
 
20
 
  <p>There are several reasons why initializing OpenPGP does not succeed. The most common ones are described below;
21
 
     for more information please visit the <a href="http://www.enigmail.net/support/" target="_blank">Enigmail Support page.</a></p>
22
 
 
23
 
  <dl>
24
 
    <dt>GnuPG could not be found</dt>
25
 
    <dd>
26
 
    <p>
27
 
      In order for OpenPGP to work, the tool <a href="http://www.gnupg.org/" target="_blank">GnuPG</a> needs to be installed.
28
 
      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.
29
 
      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>)
30
 
    </p>
31
 
 
32
 
    <dt>Enigmime failed to initialize</dt>
33
 
 
34
 
    <dd>
35
 
      <p>
36
 
      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>.
37
 
      </p>
38
 
      <p>
39
 
      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://www.enigmail.net/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.
40
 
      </p>
41
 
    </dd>
42
 
  </dl>
43
 
 
44
 
  <p>Further help is available on the <a href="http://www.enigmail.net/support/troubles.php" target="_blank">Enigmail Support Web Site</a>.</p>
45
 
</body>
46
 
</html>