plattfot / pinentry-rofi

Rofi frontend to pinentry
43 stars 5 forks source link

The latest version does not work #13

Closed arkhan closed 3 years ago

arkhan commented 3 years ago

Greetings, when updating to version 2.0.2 in Guix you get the following error, when executing pinentry-rofi:

image

Thanks

plattfot commented 3 years ago

I made some modifications to the search paths, so probably that's why it's broken. It works fine on my main machine running guix on Arch Linux. But I can reproduce this on my laptop running the same setup.

Are you running guix on a foreign distro or are you using Guix System?

arkhan commented 3 years ago

I'm running Guix System

plattfot commented 3 years ago

Ok, I think I fixed the issue. Do you mind testing this out on your end? The fix is in the no-code-error branch:

git clone https://github.com/plattfot/pinentry-rofi.git
cd pinentry-rofi
git checkout no-code-error
guix package -f guix.scm
plattfot commented 3 years ago

I also figured out why my main machine was working, where as my laptop didn't. I had guile installed in the same profile as pinentry-rofi so the correct paths was exported to pinentry-rofi.

arkhan commented 3 years ago

Great thanks, with the latest update it works great