[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2012-09-30 Thread Lekensteyn
*** This bug is a duplicate of bug 927167 ***
https://bugs.launchpad.net/bugs/927167

** This bug has been marked a duplicate of bug 927167
   pinentry-qt4 crashed with SIGABRT in qt_message_output()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/371178/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2012-09-05 Thread Bug Watch Updater
Launchpad has imported 9 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=245288.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-07-21T08:01:53+00:00 Teke wrote:

Version:   1.13.5 (using Devel) 
OS:Linux

When trying to send a message marked for signing, the pinentry dialog
box flickers very quickly for a few seconds (so quickly so that I can
only see its title) and then I get a dialog Signing failed: Bad
passphrase. If I try pinentry on the command line it works (I just give
it the command GETPIN).

(I am not sure that I really use SVN or Snapshot Version. KDE reports
itself as having version 4.4.5 and I have picked it up from kubuntu-
ppa.)

Reproducible: Always

Steps to Reproduce:
1. Create new mail and click Sign.
2. Send mail.

Actual Results:  
Pinentry dialog box flickers back and forth between visibility and invisibility 
for a few seconds.

Expected Results:  
Dialog should show so that I can input password of GPG key.

Reply at: https://bugs.launchpad.net/kdepim/+bug/371178/comments/1


On 2011-05-12T09:21:53+00:00 M wrote:

Can confirm this bug for Kubuntu 11.04 amd64

Reply at: https://bugs.launchpad.net/kdepim/+bug/371178/comments/9


On 2011-08-20T13:52:17+00:00 kaputtnik wrote:

confirm this Bug with KMyMoney and Konsole:

typing: echo test | gpg -ase -r 0x791E0AAA | gpg

will shortly display the pinentry-Dialog.

Reply at: https://bugs.launchpad.net/kdepim/+bug/371178/comments/10


On 2011-08-20T14:20:42+00:00 kaputtnik wrote:

Installing pinentry-gtk2 solves my Problem with KMymoney.

Reply at: https://bugs.launchpad.net/kdepim/+bug/371178/comments/11


On 2011-08-20T19:51:23+00:00 kaputtnik wrote:

sorry, but it works also fine with pinentry-qt4, didn't know why.
Using Kubuntu 11.04 with kde 4.6.2

You have to control:
 1. File ~/gnupg/gpg.conf must have an entry use-agent
 2. File ~/gnupg/gpg-agent.conf must have an entry pinentry-program 
/usr/bin/pinentry-qt4

IMHO thats all. There is an bug on kpgp, or gpg, or gpg-agent, while
there are no default Config-Files in the Folder ~/.gnupg. In kpgp you
could automatically create the configfile ~/gnupg/gpg.conf by
selecting a configfolder but accepting the default.

For me its solved :-)

Reply at: https://bugs.launchpad.net/kdepim/+bug/371178/comments/12


On 2011-08-24T21:28:32+00:00 Husimon wrote:

unfortunately, I have put my observations in the wrong thread! Sorry for
that. The problem with pinentry-qt4 (input dialog window foe entering
passphrase) still persists. Using Kmail alone is fine as long as I use
pinentry-gtk-2 for Encryption, Signing or Decryption (of course with
gpg-agent.conf setup to include the statements supplied above. The
complete system break-down occurs as soon as kleoptatra is installed
(its use-agent dependency is fixed and points to pinentry-qt4). No
amount of configuration tuning helps to get the pinentry-qt4 input
window to come to fore and accept any meaningful entry. The work-around
to replace pinentry-qt4 with pinentry-gtk-2 fails too. As a result no
encryption or decryption is possible with kleopatra installed together
with kmail. I had to remove the package kleopatra to get the kmail up
and running again with pinentry-gtk-2.

Kubuntu 11.04 (all updates till date installed)
KMail Version 1.13.6
under KDE Plattform-Version 4.6.2 (4.6.2)

Reply at: https://bugs.launchpad.net/kdepim/+bug/371178/comments/14


On 2011-11-26T15:20:14+00:00 W1yo2624ebi-darw2l-lo8mzs0dn9h wrote:

I had the same issue. Like others, I too had both gpg and gpg-agent
correctly configured, but still it didn't work. As others have
mentioned, pinentry-gtk-2 worked perfectly fine.

After lots of debugging, I found that pinentry-qt4 crashes inside ibus.

In my case, the problem was that GTK_IM_MODULE/QT_IM_MODULE/XMODIFIERS
were set (to ibus) when gpg-agent was launched (by a script in
.kde/env). However, at the time gpg-agent is launched, a full KDE
session isn't available. For example, I don't think the session dbus has
been started yet. This apparently causes problems in ibus.

I worked around the problem by modifying the gpg-agent script in
.kde/env to this:

#!/bin/sh
eval `GTK_IM_MODULE= QT_IM_MODULE= XMODIFIERS= gpg-agent --daemon`

With this, pinentry-qt4 no longer crashes, although it obviously means
you can't 

[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-08-31 Thread Launchpad Bug Tracker
** Changed in: pinentry-qt4 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/371178/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-08-31 Thread Joshua Kugler
Same problem here.  Kmail 1.13.6 (4.4.10 package) under KDE 4.7.0.

GPG agent conf:


pinentry-program /usr/bin/pinentry-qt4
no-grab
# 24 hours
default-cache-ttl 86400


###+++--- GPGConf ---+++###
log-file /home/jkugler/logs/gpg_agent.log
###+++--- GPGConf ---+++### Mon 01 Mar 2010 06:40:29 PM AKST
# GPGConf edited this configuration file.
# It will disable options before this marked block, but it will
# never change anything below these lines.

The fix mentioned in comment 8 did not apply, because I already had
the settings it said to add.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/371178/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-08-31 Thread Joshua Kugler
Oh, and pinentry-gtk-2 does work for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/371178/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-08-31 Thread Joshua Kugler
For the record:

pinentry-qt is not available in 11.04, so that work around doesn't work.

Also, using pinentry-x11 fails similarly to pinentry-qt4 (flashes, but
doesn't prompt). And the same errors in .xsession-errors:

X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 2 (X_ChangeWindowAttributes)
  Resource id:  0x7800131
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 2 (X_ChangeWindowAttributes)
  Resource id:  0x7800138
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 2 (X_ChangeWindowAttributes)
  Resource id:  0x7800138

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/371178/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-08-20 Thread kaputtnik
Had the same Problem. but now its solved for me.

Look at http://bugs.kde.org/show_bug.cgi?id=245288#c4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/371178/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-05-12 Thread M
Can confirm this for Kubuntu 11.04 amd64 . Pinentry either doesn't show
or a popup appears and immediately disappears again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-05-12 Thread M
** Bug watch added: KDE Bug Tracking System #245288
   http://bugs.kde.org/show_bug.cgi?id=245288

** Also affects: kdepim via
   http://bugs.kde.org/show_bug.cgi?id=245288
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-05-12 Thread Bug Watch Updater
** Changed in: kdepim
   Status: Unknown = New

** Changed in: kdepim
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-02-19 Thread Johannes Ranke
I just had the first problem (Kubuntu 10.10). I believe I followed
outdated instructions on the web. I then followed

http://wiki.aptosid.de/index.php/Verschlüsselung_in_kmail_einrichten

(sorry, German only) and then pinentry-qt4 worked as expected. Only
after reading the tutorial I understood that in an up-to-date KDE4
system, the gpg-agent is automatically started if it is enabled in
~/.gnupg/gpg.conf or ~/.gnupg/options at login time. I also changed the
content of ~/.gnupg/gpg-agent.conf to

# ~/.gnupg/gpg-agent.conf
pinentry-program /usr/bin/pinentry-qt4
no-grab
default-cache-ttl 86400
max-cache-ttl 86400

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-01-18 Thread Craig Magina
This also appears to be an issue in Kubuntu 11.04 amd64.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-01-17 Thread afunix
KUbuntu 10.10 still has this bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-01-12 Thread luigi.mantell...@gmail.com
same problem here

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371178

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2010-11-09 Thread joschi
** Tags added: gpg-agent

-- 
pinentry-qt4 doesn't prompt for a password when trying to read an encrypted 
email in Kmail
https://bugs.launchpad.net/bugs/371178
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2010-10-15 Thread Pau Garcia i Quiles
This bug only happens if you use Qt4 installed from packages. If you
download Qt from Nokia and set your LD_LIBRARY_PATH and PATH to use that
version of Qt4, pinentry-qt4 works fine. Maybe this is a bug in some qt-
copy or kubuntu patch?

-- 
pinentry-qt4 doesn't prompt for a password when trying to read an encrypted 
email in Kmail
https://bugs.launchpad.net/bugs/371178
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2010-10-11 Thread Torsten Ekedahl
I get the same behaviour for Kubuntu 10.10 (pinentry-qt4 0.8.0-1). You
can see pinentry flickering very quickly a few times before it gives up
and you get the error message. The same thing happens with thunderbird
instead of kmail. I tried out pinentry a few times by hand (running it
from the command line and putting in commands to it directly) but wasn't
able to reproduce the problem in that fashion. Using pinentry-qt instead
solves the problem for me too.

-- 
pinentry-qt4 doesn't prompt for a password when trying to read an encrypted 
email in Kmail
https://bugs.launchpad.net/bugs/371178
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs