Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PGP-Signing gives 'pinentry' error. #12

Closed
AxelMKlein opened this issue May 21, 2019 · 10 comments
Closed

PGP-Signing gives 'pinentry' error. #12

AxelMKlein opened this issue May 21, 2019 · 10 comments

Comments

@AxelMKlein
Copy link

Trying to sign a message with a PGP-Key gives these errors:
In German:

  • gpg: Schreiben nach '-',
  • gpg: Beglaubigung fehlgeschlagen: Kein Pinentry,
  • gpg: signing failed: Kein Pinentry.

In English:

  • gpg: Writing after '-',
  • gpg: Authentication not successful: No pin-entry,
  • gpg: signing failed: No pin-entry.

mcrha thinks it might be solvable by including 'pinentry' or by disabling it.

@AlexGitReid
Copy link

I am also experiencing this issue. I am able to use keys with no passphrase to sign and decrypt mail, but when using a key with a passphrase I get the above error.

@idnovic
Copy link

idnovic commented Jun 4, 2019

I have the same error. On an sidenote s/mime works.

Just /usr/bin/pinentry-gnome3 is not loaded from the system

flatpak/freedesktop-sdk-images#70
flathub/com.visualstudio.code.oss#12
https://phabricator.kde.org/T7593

@AxelMKlein
Copy link
Author

Is there a solution on the horizon?

@agates
Copy link

agates commented Jul 15, 2019

Can someone pull the fix from the upstream repo?

@Sesivany
Copy link
Collaborator

The lastest update (3.32.4) is built with pinentry, you can give it a try: flatpak install https://dl.flathub.org/build-repo/5328/org.gnome.Evolution.flatpakref
Or it will be propagated to the stable repo during today.

@agates
Copy link

agates commented Jul 24, 2019

Confirmed fixed :)

@why-not-try-calmer
Copy link

why-not-try-calmer commented Aug 18, 2020

Sorry but still having this:

Detailed error: Output from gpg2:
gpg: écriture de « - »
gpg: échec de la signature : Pas de pinentry
gpg: signing failed: Pas de pinentry

Using a flatpak version:

         ID: org.gnome.Evolution
         Ref: app/org.gnome.Evolution/x86_64/stable
        Arch: x86_64
      Branch: stable
     Version: 3.36.3  (3.36.3-1.module_f32+9025+599b805f)
     License: GPL-2.0+ and GFDL-1.3
      Origin: fedora
  Collection: 
Installation: system
   Installed: 38.9 MB
     Runtime: org.fedoraproject.Platform/x86_64/f32
         Sdk: org.fedoraproject.Sdk/x86_64/f32

      Commit: 5f08ddf046545d8bd247704aad07c3e4d7e3a0216e2e98d41867f1ca8abbce4c
     Subject: Export org.gnome.Evolution
        Date: 2020-06-03 10:07:29 +0000
      Alt-id: d4d7500e084d1b177a9600a07965b8bb321c934c5d8d07b0f76b7edfbee0767b

@Cogitri
Copy link

Cogitri commented Nov 22, 2020

@Nycticorax fwiw that's not Evolution from Flathub, but Evolution from Fedora. It also doesn't work with Fedora's Evolution, but does with flathub's version. Try the following:

flatpak uninstall org.gnome.Evolution
flatpak install flathub org.gnome.Evolution

@why-not-try-calmer
Copy link

@Nycticorax fwiw that's not Evolution from Flathub, but Evolution from Fedora. It also doesn't work with Fedora's Evolution, but does with flathub's version. Try the following:

flatpak uninstall org.gnome.Evolution
flatpak install flathub org.gnome.Evolution

I see, thanks I switched to the flathub version and it works OK!

@Cogitri
Copy link

Cogitri commented Nov 23, 2020

It should be fixed in Fedora's version soon too, see https://bugzilla.redhat.com/show_bug.cgi?id=1900395 for the Fedora bug report. Glad it works for you now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants