Bug 393474

Summary: kgpg is unable to set trust level to ultimate on imported secret keys
Product: [Applications] kgpg Reporter: Adam Schaefers <sch>
Component: generalAssignee: Rolf Eike Beer <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 17.12.3   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Adam Schaefers 2018-04-24 18:16:56 UTC
originally reported https://bugs.funtoo.org/browse/FL-5000

Tested on two nearly identical funtoo / kde-kit/5.12 machines, tried also with wallet subsystem both enabled and disabled, it made no difference.

To reproduce:
1. import secret key via kgpg
2. double click on the newly imported key, set the trusted level to ultimate and click apply or ok.
3. the program will hang and use high cpu until kde crashes if you don't kill the process.

Workaround kgpg limitation:
The command line still works!

gpg --import private.key

Given the KEYID (e.g FA0339620046E260) from the output:

gpg --edit-key
{KEY}

trust quit

    enter 5<RETURN>
    enter y<RETURN>
Comment 1 Rolf Eike Beer 2018-04-26 19:57:21 UTC

*** This bug has been marked as a duplicate of bug 373909 ***