Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 205688] kmail can't decrypt gpg encrypted messages - "ask passphrase" dialog broken
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 24 Nov 2006 03:28:41 -0700 (MST)
- Message-id: <20061124102841.9F20BF48@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=205688
------- Comment #43 from lmichnovic@xxxxxxxxxx 2006-11-24 03:28 MST -------
Oh, I can't reproduce this again. pinentry-qt started to work again.
I have investigated this:
The first condition in the pinentry script is false
+ '[' x = xtrue -a -f /usr/bin/pinentry-qt ']'
that explains why is gtk2 preferred the check for gtk2 follows
+ '[' -f /usr/bin/pinentry-gtk-2 ']'
the repeated check for qt saves the situation when gtk2 is not installed
+ '[' -f /usr/bin/pinentry-qt ']'
.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #43 from lmichnovic@xxxxxxxxxx 2006-11-24 03:28 MST -------
Oh, I can't reproduce this again. pinentry-qt started to work again.
I have investigated this:
The first condition in the pinentry script is false
+ '[' x = xtrue -a -f /usr/bin/pinentry-qt ']'
that explains why is gtk2 preferred the check for gtk2 follows
+ '[' -f /usr/bin/pinentry-gtk-2 ']'
the repeated check for qt saves the situation when gtk2 is not installed
+ '[' -f /usr/bin/pinentry-qt ']'
.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |