-
Notifications
You must be signed in to change notification settings - Fork 134
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
failure to display pinentry in floating mode #279
Comments
I believe pinentry 1.0.0 has been released for a long time. Which version did you use before this one? And which flavor (gnome3 or gtk2)? There is also a tty flavor that I think works better with Emacs. The log message is similar to that in #263. Could you try the test in #263 (comment) ? |
Till recently, I was using some 0.9.9 version. I'm using the gtk2 version. The problem seems to be the same, indeed:
I'll try the debian patches and will incorporate them into NixOS, if working. |
use debian patches to get the gtk2 version to work with various tiling window managers Related reports: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850708 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851707 ch11ng/exwm#263 ch11ng/exwm#279
use debian patches to get the gtk2 version to work with various tiling window managers Related reports: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850708 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851707 ch11ng/exwm#263 ch11ng/exwm#279
Since the latest release (pinentry 1.0.0), when gpg-agent tries to open pinentry to get a password, the pinentry window just flashes, but returns an
Operation Cancelled
to gpg-agent and there appears a message in the syslog:Different WMs, including stumpwm and gnome3 don't have this problem. Also,
(setq exwm-manage-force-tiling t)
solves the problem, but then shows pinentry in tiling mode.The text was updated successfully, but these errors were encountered: