https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242670
Adriaan de Groot <adr...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adr...@freebsd.org --- Comment #4 from Adriaan de Groot <adr...@freebsd.org> --- I'm (slowly) chasing this in the 19.12 git branch. So far I have the following: # Details greyed out - this is similar to the case where you double-click on a key (it's supposed to pop-up the key details dialog) - adding some debugging shows ``` org.kde.pim.kleopatra: .. command @ 0x8097384c0 index QModelIndex(1,1,0x8096945e0,KRearrangeColumnsProxyModel(0x808fa1980)) org.kde.pim.kleopatra: Got 0 keys for details command. ``` So, although the key is visible in the overall list, the details dialog thinks there are 0 keys attached. There is likely a problem in invoking gpgme to get key details, which I have not chased yet. # Crash in lookup-on-server There's an assert being triggered: ``` ASSERT: "model" in file /home/adridg/src/kde/pim/kleopatra/src/dialogs/lookupcertificatesdialog.cpp, line 103 ``` -- You are receiving this mail because: You are the assignee for the bug.