anyrun icon indicating copy to clipboard operation
anyrun copied to clipboard

Terminal applications do not get called as expected

Open prescientmoon opened this issue 1 year ago • 3 comments

The exec field of terminal = true desktop entries seems to be treated like it's always the name of a binary. Is this normal? For instance, if exec = program --flag, an error will be thrown because the equivalent of wezterm -e "program --flag" is invoked, instead of wezterm -e program --flag, which would pass the flag to the program. This breaks certain desktop entries, like the one provided by smos

prescientmoon avatar Jan 11 '24 23:01 prescientmoon

You can use my fork to fix that. I'll open a PR when anyrun finally moves to anyrun-org and PRs are open again.

fufexan avatar Feb 03 '24 17:02 fufexan