Dialog not opening #330

Closed
opened 2018-04-29 18:45:28 +02:00 by schwabenchris · 3 comments
schwabenchris commented 2018-04-29 18:45:28 +02:00 (Migrated from github.com)

General information. Describe your environment

  • Versions
    • Operating system: Arch Linux
    • Browser: Firefox 59.0.2
    • PassFF: 1.3
    • Host app: 1.0.1

Status line output: [hh:mm:ss] show -> (0)
[18:34:02] show -> gpg: Entschlüsselung fehlgesch... (2)

  • Your preferences
    • In PassFF:
    • In the host app passff.py:
  • Messages in the web console:

Actual behaviour

There is no dialog opening up to ask for my gnupg password.
Pass itself works slowly and is opening the password dialog after a while in the console.
No dialog shows up

### General information. Describe your environment <!-- Please give as much information as possible, thanks! --> - Versions - Operating system: Arch Linux - Browser: Firefox 59.0.2 - PassFF: 1.3 - Host app: 1.0.1 Status line output: `[hh:mm:ss] show -> (0)` [18:34:02] show -> gpg: Entschlüsselung fehlgesch... (2) <!-- If useful, tell us more! --> - Your preferences - In PassFF: - In the host app `passff.py`: - Messages in the web console: --- ### Actual behaviour There is no dialog opening up to ask for my gnupg password. Pass itself works slowly and is opening the password dialog after a while in the console. No dialog shows up
5bentz commented 2018-04-30 10:37:37 +02:00 (Migrated from github.com)

PassFF requires a GUI pinentry, not a console pinentry.
Configure gpg2 accordingly: https://wiki.archlinux.org/index.php/GnuPG#pinentry

I don't know why pass itself works slowly...does it try to run various pinentry programs before falling back to a console pinentry? I don't know.
I guess gpg2 is working slowing under the hood.

PassFF requires a GUI pinentry, not a console pinentry. Configure `gpg2` accordingly: https://wiki.archlinux.org/index.php/GnuPG#pinentry I don't know why pass itself works slowly...does it try to run various pinentry programs before falling back to a console pinentry? I don't know. I guess `gpg2` is working slowing under the hood.
schwabenchris commented 2018-04-30 21:52:02 +02:00 (Migrated from github.com)

Solved the issue! don't know why that line was missing. Maybe a package update.

Solved the issue! don't know why that line was missing. Maybe a package update.
5bentz commented 2018-04-30 22:49:18 +02:00 (Migrated from github.com)

Nice :)

By default, gpg-agent uses /usr/bin/pinentry which is usually a symlink to a pinentry program.
Your symlink may be pointing to an incompatible pinentry program.

A package update shouldn't modify a custom configuration. That's what *.pacnew are for ;)

Nice :) By default, gpg-agent uses `/usr/bin/pinentry` which is usually a symlink to a pinentry program. Your symlink may be pointing to an incompatible pinentry program. A package update shouldn't modify a custom configuration. That's what `*.pacnew` are for ;)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
PassFF/passff#330
No description provided.