Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

Unable to launch binary with a whitespace in its filename #347

Open 0x0aa opened 1 year ago

0x0aa commented 1 year ago

I have this packaged software and the executable is pianoteq 7 and as it happens, it cannot be launched with bemenu.

Cloudef commented 1 year ago

https://github.com/Cloudef/bemenu/blob/master/client/bemenu-run.c#L138 Should check here first if a binary with the exact name exists before trying to do tokenization.