Skip to content

Commit

Permalink
Revert "Fix launching from icon on Linux if a space is in the path."
Browse files Browse the repository at this point in the history
This change (using env) does not work in Ubuntu Unity.

This reverts commit 87e3baf.
  • Loading branch information
ddennedy committed Sep 26, 2014
1 parent f29218d commit c3a985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-shotcut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ GenericName[de]=Video Bearbeitungsprogramm
Comment=Video Editor
Comment[de]=Programm zum Bearbeiten und Abspielen von Videodateien.
Terminal=false
Exec=env "\$(dirname "%k")/Shotcut.app/shotcut" "%F"
Exec=sh -c "\$(dirname "%k")/Shotcut.app/shotcut "%F""
Icon=applications-multimedia
End-of-desktop-file
if test 0 != $? ; then
Expand Down

0 comments on commit c3a985f

Please sign in to comment.