I can replicate this and the fix for bug 1829693 might be slightly
different as I found in settingsconstants.cpp on line 36:

const QString SettingsConstants::gpgExecutable = "gpgExecutable";

Changing the value to read anything other than gpgExecutable allows
qtpass to start without any issues on 20.04. Not exactly sure why this
would be, as I can set it to "foo" or "gpg2Executable", either way it
works. Setting SettingsConstants::gpgExecutable to "gpgExecutable"
causes the following line 288 from qtpasssettings.cpp to show a blank
path to gpg2 in Lubuntu 20.04:

QString gpgExecutable =
      QtPassSettings::getGpgExecutable(Util::findBinaryInPath("gpg2"));

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1864631

Title:
  lubuntu 20.04 daily: qtpass reports "GnuPG not found"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtpass/+bug/1864631/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to