Artem Hluvchynskyi
Artem Hluvchynskyi
Thanks but this didn't help. It's still pointing to an issue with `.babelrc`. As far as I can tell from the log it seems to be looking in the N1...
This did the trick. Thank you!
However I'm not able to decrypt an email (trying it on an encrypted Facebook notification). It asks me to select a key, I select it (the one exchanged with FB),...
No errors before this one. Here's the console output in between retries: ``` [PGPStore] Told to retry decrypt Message {clientId: "", pluginMetadata: Array[0], subject: "Encrypted Notification from Facebook []", to:...
``` process.env.PATH "/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/ahluvchynskyi/workspace/go/bin:/home/ahluvchynskyi/.local/bin:/home/ahluvchynskyi/bin" ```
Encryption seems to be working fine though.
Hmm, this is odd. I've reset the N1 theme to default (from Berend) and now it's not throwing an error but hangs at "Waiting for GPG..." indefinitely after selecting the...
The default Fedora gnupg package provides this: ``` gpg (GnuPG) 1.4.20 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software:...
Apparently the difference in asking for the passphrase is due to gpg-agent and Gnome's keyring actually using GPG v2, thus not requiring to re-enter it after automatically "unlocking" at login....
Okay, so that was it. I symlinked gpg2 into /usr/local/bin/gpg (which takes precedence in the PATH) and cypher is working fine. Sorry for this!