-
Notifications
You must be signed in to change notification settings - Fork 21
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
Running an arbitrary command panics #16
Comments
The search list contains no items, right? If so that an indented behavior then, though panic message might definitely be improved. What is your expectation for that case? |
Yes, that's correct.
I'd expect for the typed-in command to be executed (e.g.: |
Yeah, I see, a copy-pasted answer from reddit:
Besides, there are 2 related modes: apps (searches for desktop files, that one is default) and binapps (searches for executable files). Perhaps for the second one there's no need for a special separator (as usually executable files have no spaces in file name) indeed. P.S. the error message is a little bit better now: bc32e17 |
Hmm, I see. However, this does become a hard dealbreaker -- since it is impossible to run Most of the time, I do want desktop files though. And having two separate launchers is a bit too much complexity for me. Maybe rather than |
Keep in mind, it was only my thoughts so far, I agree there's no sense to pass arguments only for
Yeah, that sounds like a meaningful fallback. However, keep in mind there are still problems with this:
|
Running an arbitrary command (e.g.:
firefox --no-remote
) panics:The text was updated successfully, but these errors were encountered: