Package: psi
Version: 0.11-3

--- Please enter the report below this line. ---
I think this is the same Problem I got after updating my system some days ago.
When starting Psi with gpg enabled it should ask for the pgp passphrase, but 
the dialog is never shown, so it just hangs waiting for a passphrase.

I talked to the Psi developers about this Problem and got the the following 
patch which fixed the Problem. The patch is also in Psi svn.


Index: src/passphrasedlg.cpp
===================================================================
--- src/passphrasedlg.cpp       (revision 856)
+++ src/passphrasedlg.cpp       (working copy)
@@ -34,7 +34,7 @@
 void PassphraseDlg::promptPassphrase(const QString& name)
 {
        setWindowTitle(tr("%1: OpenPGP Passphrase").arg(name));
-       resize(minimumSize());
+       resize(minimumSizeHint());
 }

 QString PassphraseDlg::getPassphrase() const


--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.24-rc7

Debian Release: lenny/sid
  500 unstable        ftp.hosteurope.de 
  500 unstable        debian.netcologne.de 
  500 unstable        deb.opera.com 
  500 testing         security.debian.org 

--- Package information. ---
Depends                           (Version) | Installed
===========================================-+-======================
libaspell15                       (>= 0.60) | 0.60.5-1
libc6                          (>= 2.6.1-1) | 2.7-5
libgcc1                        (>= 1:4.2.1) | 1:4.3-20080104-1
libqca2                                     | 2.0.0-3
libqt4-core                      (>= 4.3.2) | 4.3.3-2
libqt4-gui                       (>= 4.3.2) | 4.3.3-2
libqt4-qt3support                (>= 4.3.2) | 4.3.3-2
libstdc++6                       (>= 4.2.1) | 4.3-20080104-1
libx11-6                                    | 2:1.0.3-7
libxext6                                    | 1:1.0.3-2
libxss1                                     | 1:1.1.2-1
zlib1g                (>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-8




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to