diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-08 20:44:24 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2013-01-08 20:44:24 +0000 |
commit | f143641bdaa7416990bc46a467edc93a521e3b54 (patch) | |
tree | 88c112d92656a85cd67c63d690fe4b6986058d93 | |
parent | 1c466709d963cc9d50e7f706de03fbe3c4cfd264 (diff) |
use 'pd-gui.tcl -open' otherwise Pd doesn't open filenames with spaces
svn path=/trunk/; revision=16845
-rw-r--r-- | packages/linux_make/pd-extended.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux_make/pd-extended.desktop b/packages/linux_make/pd-extended.desktop index fa02aee7..86e4e6a3 100644 --- a/packages/linux_make/pd-extended.desktop +++ b/packages/linux_make/pd-extended.desktop @@ -9,7 +9,7 @@ Comment[es]=Plataforma de programación visual para aplicaciones multimedia Comment[fr]=Plateforme de programmation visuelle pour applications multimédia Comment[it]=Piattaforma di programmazione visuale per applicazioni multimedia Comment[pt]=Plataforma de programação visuais para multimedia -Exec=/usr/lib/pd-extended/tcl/pd-gui.tcl %F +Exec=/usr/lib/pd-extended/tcl/pd-gui.tcl -open %F Terminal=false Type=Application Icon=pd-extended.xpm |