mailvelope / mailvelope

Browser extension for OpenPGP encryption with Webmail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] `gnupg` reported as not installed by Mailvelope when it is installed.

RokeJulianLockhart opened this issue · comments

Potentially caused by #810 (comment).

Diagnosis

  1. image

  2. rokejulianlockhart@RQN6C6:~> script -a
    Script started, output log file is 'typescript'.
    rokejulianlockhart@RQN6C6:~> pwsh
    PowerShell 7.3.4
    PS /home/rokejulianlockhart> sudo zypper install gnupg                     
    [sudo] password for root: 
    Loading repository data...
    Reading installed packages...
    'gnupg' not found in package names. Trying capabilities.
    'gpg2' providing 'gnupg' is already installed.
    Resolving package dependencies...
    Nothing to do.
    PS /home/rokejulianlockhart>
    

Wrong version? Mailvelope requires super new versions of gnupg and gpgme.

@RokeJulianLockhart

Okay, I am wrong. The documentation page https://github.com/mailvelope/mailvelope/wiki/Mailvelope-GnuPG-integration is saying

GnuPG (min. version 2.4.0) is installed on the system
gpgme (min. version 1.19.0) is installed on the sytem

mine are lower, so I naturally assumed that to be the issue.
Maybe not.