[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 """
[Desktop Entry]
Type=Application
Name={name} ( web )
Name={name} (web)
Comment={desc}
Icon={icon}
Exec={exec_path}