Tagged Questions
6
votes
4answers
372 views
How to escape spaces in .desktop files Exec line
I want to make a .desktop file like described here.
[Desktop Entry]
Name=Sublime Text 2
GenericName=Sublime Text 2
Comment=Edit text files
Exec=/home/user/opt/sublime/Sublime Text 2/sublime_text %U
...