https://bugs.kde.org/show_bug.cgi?id=453875
Tim Hutt <tdh...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tdh...@gmail.com --- Comment #10 from Tim Hutt <tdh...@gmail.com> --- I decided to try KDE again after like 20 years and the first thing I saw on login was two crash windows with this crash. Not a great first experience! Code is here: https://github.com/KDE/kdeconnect-kde/blob/efce9e923cf4556263b0c0b9ecce34393cfe62f0/core/kdeconnectconfig.cpp#L109 Seems like it's possible for `d->m_certificate` to be null - there are places where it does `if (d->m_certificate.isNull())` but that's missing in `deviceId()`. I guess it's something to do with the other UX paper cut I encountered 20 seconds later: when I open some apps (Chrome, VSCode) they ask me to create some kind of key (I get a choice of Blowfish or GPG) but on the next page it says I don't have any valid encryption keys and to please create one. Then it abandons me on key selection dialog with no keys to select, and no clue how to create one. Again, not great. Fortunately the settings has an option to just disable KWallet entirely which I did. Also - I know this isn't a UX bug, sorry for off-topic - why does the "Start menu" have "Settings", "System", "System Settings" and "Settings->System Settings" (all different!)?? Come on guys, basic stuff. -- You are receiving this mail because: You are watching all bug changes.