Proper escapes for Bottles executables
This commit is contained in:
@@ -114,7 +114,13 @@ def bottles_parser(parent_widget, action):
|
|||||||
|
|
||||||
values["name"] = game["name"]
|
values["name"] = game["name"]
|
||||||
values["executable"] = (
|
values["executable"] = (
|
||||||
"xdg-open bottles:run/" + game["bottle"]["name"] + "/" + game["name"]
|
"xdg-open "
|
||||||
|
+ '"'
|
||||||
|
+ "bottles:run/"
|
||||||
|
+ game["bottle"]["name"]
|
||||||
|
+ "/"
|
||||||
|
+ game["name"]
|
||||||
|
+ '"'
|
||||||
)
|
)
|
||||||
values["hidden"] = False
|
values["hidden"] = False
|
||||||
values["source"] = "bottles"
|
values["source"] = "bottles"
|
||||||
|
|||||||
Reference in New Issue
Block a user