Use %F in code.desktop instead of %U

%U may pass in file:// format which isn't supported.

Fixes #25987
This commit is contained in:
Daniel Imms
2017-07-31 11:57:32 -07:00
parent 3e8954af3a
commit 2c745007c3

View File

@@ -2,7 +2,7 @@
Name=@@NAME_LONG@@
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %U
Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %F
Icon=@@NAME@@
Type=Application
StartupNotify=true