···5757}
58585959// stripDesktopFieldCodes removes desktop field codes without shell-quoting.
6060-// SubstituteURL would produce "''" for an empty URL, which most browsers
6060+// SubstituteURL would produce "”" for an empty URL, which most browsers
6161// interpret as file:///.
6262func stripDesktopFieldCodes(cmdline string) string {
6363 for _, code := range []string{"%u", "%U", "%f", "%F", "%i", "%c", "%k"} {