Version: 2.0.0 (using 4.1.00 (KDE 4.1.0), Kubuntu packages) Compiler: gcc OS: Linux (x86_64) release 2.6.24-19-generic This bug maybe linked to KMail : when selecting the key to use for either signature or encryption for Kmail in Kgpg then some fetch / check windows open that never close as if the job could not be completed ; strange for freshly created keys by same Kgpg
Same problem here with the i686 version
Can you please describe in detail what you are doing? If you do this inside KMail it has nothing to do with KGpg.
This happened when I tried to assign an encryption/signing key to an identity in both KMail and Kontact. I didn't use KGpg explicity but I think the window title said KGpg (I may be mistaken, will try it again soon and report here)
It is done inside KMail
I confirm this bug : when selecting a key as set in Kgpg once the window "Your signature key..." opens once a key is chosen 2 windows open : - one window "Recovering key" - another window "Verifying key" bothe stay open with a cursor moving right an left for ever. To get rid of these 2 extra windows I can select their "cancel" button without knowing whether this will somehow invalid or nor the choice of my key. Regards
*** Bug 170286 has been marked as a duplicate of this bug. ***
Created attachment 29180 [details] Patch This should fix; (done() was never emitted), but I'd appreciate it if Marc could confirm it's in the right place.
Should fix https://www.intevation.de/roundup/kolab/issue3160 too.
Almost. This would only fix it for KeyListJob. The correct fix is to add it to slotFinished() in threadedjobmixin.h
SVN commit 894938 by mutz: Fix missing emission of done() signal. BUG:169563 M +2 -1 threadedjobmixin.h WebSVN link: http://websvn.kde.org/?view=rev&revision=894938
Thanks a lot, guys, this bug has been a real pain and caused me to switch to thunderbird again. Will try again when the next beta comes out :-)
I'll take care of committing it to trunk and 4.1 branch tomorrow, unless Marc has a sleepless night
SVN commit 895192 by wstephens: Port r894938 to trunk: Fix persistent progress dialogs for GPG key operations. CCBUG:169563 M +2 -1 threadedjobmixin.h WebSVN link: http://websvn.kde.org/?view=rev&revision=895192
SVN commit 895194 by wstephens: Backport r894938: Fix persistent progress dialogs for GPG key operations. CCBUG:169563 M +2 -1 threadedjobmixin.h WebSVN link: http://websvn.kde.org/?view=rev&revision=895194