Rex Dieter wrote: > Rex Dieter wrote: > >> I've been investigating a feature request for fedora packaging, >> https://bugzilla.redhat.com/show_bug.cgi?id=1423441 >> >> I presumed this was to enable the sqlcipher plugin, > > OK, looking closer at sources, this encryption support appears to be > unrelated to sqlcipher, more a gpgme issue. Is this call failing somehow? > from libkgpgfile/kgpgfile.cpp: > > bool KGPGFile::GPGAvailable() > { > GpgME::initializeLibrary(); > bool rc = (GpgME::checkEngine(GpgME::OpenPGP) == 0); > // qDebug("KGPGFile::GPGAvailable returns %d", rc); > return rc; > }
nvm, enabled that qDebug line, and I'm seeing: KGPGFile::GPGAvailable returns 1 Looking more, seems this is also grey if gpg (default?) keys aren't configured ahead of time. Not ideal UI-wise, but at least I found an explanation. Sorry for the noise. -- Rex