geluk / pass-winmenu

An easy-to-use password manager for Windows, compatible with pass.
MIT License
385 stars 25 forks source link

Unhandled exception when calling "About" from SysTray context menu #133

Closed Sgt-Nukem closed 5 months ago

Sgt-Nukem commented 5 months ago

Cause: "%USERPROFILE%" consists of spaces and single quotes (c.f. issue #109)

A bit weird this time because it is used as working directory for opening a browser only:

An error occurred trying to start process 'https://github.com/geluk/pass-winmenu#readme' with working directory 'C:\Users\xxxxxxit 'k'\.bin\pass-winmenu'. The system cannot find the file specified.

geluk commented 5 months ago

Thanks for the bug report, should be fixed now. You can download a test build here: https://ci.appveyor.com/api/buildjobs/y58ruf73mge62cl0/artifacts/artifacts%2Fpass-winmenu.exe

Sgt-Nukem commented 5 months ago

Thanks for the bug report, should be fixed now. You can download a test build here: https://ci.appveyor.com/api/buildjobs/y58ruf73mge62cl0/artifacts/artifacts%2Fpass-winmenu.exe

That fixed it. Thanks.