i3-dmenu-desktop: also quote the %c field code (Thanks bo)
The spec says: “Implementations must take care not to expand field codes into multiple arguments unless explicitly instructed by this specification. This means that name fields, filenames and other replacements that can contain spaces must be passed as a single argument to the executable program after expansion.” fixes #1240
This commit is contained in:
parent
87c855f851
commit
a0e979d097
|
@ -376,6 +376,7 @@ sub quote {
|
|||
|
||||
$choice = quote($choice);
|
||||
$location = quote($location);
|
||||
$name = quote($name);
|
||||
|
||||
# Remove deprecated field codes, as the spec dictates.
|
||||
$exec =~ s/%[dDnNvm]//g;
|
||||
|
|
Loading…
Reference in New Issue