-
Notifications
You must be signed in to change notification settings - Fork 8
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
gmrun treats command as filepath to a location which doesn't exist #10
Comments
Thanks for reporting the bug. A segfault happens here.
The app has 2 methods to detect extension handler: glib2 and gmrunrc, well the code that uses the custom gmrun ext handlers has a bug. Commit b3f9eed should fix the issue |
I released a new version, if you haven't tested the fix yet, you might want to Flag the Package Out-of-Date update the package and then confirm if the issue has been fixed for you.. |
issue has been fixed, thank you |
Hey there. So i've encountered a bit of an issue with gmrun executing mpv on arch linux(5.11.16). It produces the following error when trying to open a file:
gio: file:///home/user/mpv%20/home/user/videofile.mp4: Error when getting information for file “/home/user/mpv /home/user/videofile.mp4”: No such file or directory Aborted (core dumped)
The same command executes as expected from the terminal, but not from the launcher. It never behaved this way before, and it only seems to be for mpv, every other command with a file location parameter executes as expected.
The text was updated successfully, but these errors were encountered: