diff --git a/i3-dmenu-desktop b/i3-dmenu-desktop index cccc1dc5..1b66ed41 100755 --- a/i3-dmenu-desktop +++ b/i3-dmenu-desktop @@ -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;