anyrun-org / anyrun

A wayland native, highly customizable runner.
GNU General Public License v3.0
560 stars 44 forks source link

Terminal applications do not get called as expected #124

Open prescientmoon opened 5 months ago

prescientmoon commented 5 months ago

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

fufexan commented 5 months ago

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.