[web] removing spaces from generated desktop entries

This commit is contained in:
Vinicius Moreira
2020-12-07 18:21:06 -03:00
parent 8d761c35e9
commit 2e73a6c870

View File

@@ -772,7 +772,7 @@ class WebApplicationManager(SoftwareManager):
return """ return """
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Name={name} ( web ) Name={name} (web)
Comment={desc} Comment={desc}
Icon={icon} Icon={icon}
Exec={exec_path} Exec={exec_path}