anyrun-org / anyrun

A wayland native, highly customizable runner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal applications do not get called as expected

prescientmoon opened this issue · 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

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.