Bug 393474 - kgpg is unable to set trust level to ultimate on imported secret keys
Summary: kgpg is unable to set trust level to ultimate on imported secret keys
Status: RESOLVED DUPLICATE of bug 373909
Alias: None
Product: kgpg
Classification: Applications
Component: general (show other bugs)
Version: 17.12.3
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Rolf Eike Beer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-24 18:16 UTC by Adam Schaefers
Modified: 2018-04-26 19:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***