File: 03-fix-gpg-detection.patch

package info (click to toggle)
qtpass 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,224 kB
  • sloc: cpp: 5,834; xml: 44; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Philip Rinn <rinni@inventati.org>
Description: Assume gpg >> 2
Forwarded: not-needed
Last-update: 2023-09-21
--- a/src/qtpasssettings.cpp
+++ b/src/qtpasssettings.cpp
@@ -342,7 +342,7 @@
   QtPassSettings::setGitExecutable(gitExecutable);
 
   QString gpgExecutable =
-      QtPassSettings::getGpgExecutable(Util::findBinaryInPath("gpg2"));
+      QtPassSettings::getGpgExecutable(Util::findBinaryInPath("gpg"));
   QtPassSettings::setGpgExecutable(gpgExecutable);
 
   QString pwgenExecutable =