I’m looking for a simple way to decrypt .pgp/.gpg files from Dolphin on Fedora. Found two options, but both have issues:
symmy- official KDE app, but still in development. Not in repos yet.
KDecrypt - looks great, has all features I need (Dolphin integration, KDE Wallet support, drag & drop). But the GitHub repo is basically dead - no issues, no activity (3 months), no contributors. Feels sketchy, even though the code looks well put together.
So my questions:
Is anyone here using KDecrypt? Is it stable enough for daily use?
Would you trust it for handling encrypted files, given the repo inactivity?
Or should I just wait for Symmy to mature?
I can compile from source, just not sure if it’s worth investing time in a project that might be just a trap. can you suggest me an other app
Yes, indeed, Kleopatra and kgpg are the dedicated encryption solutions for KDE. However, installing either one brings a whole host of packages, including the Akonadi packages, which I don’t want.
That’s why I’m looking for more flexible solutions integrated into the KDE environment & Dolphin.
It’s a shame that one of these packages (kléopatra/kgpg) isn’t “standalone.”
I found one in the store, but before installing it, I tested the forum.
The problem here is that kleopatra requires akonadi-mime (ref.:
https://github.com/KDE/kleopatra/blob/master/CMakeLists.txt#L145) which in turn
pulls in the akonadi server.
Similarly, kgpg pulls in cmake(KPim6AkonadiContactWidgets) which in turn pulls
in the various parts of akonadi.
I hope I haven’t stumbled into a game of ping-pong.
I have submitted a proposal to the Fedora packagers to split the Akonadi dependencies for Kleopatra. Hopefully it will be considered. I’ll keep an eye on the Bugzilla ticket. Thanks again!