wineshelllink patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch changes wineshelllink for kde, since I use kde and have
tested it, to use this as it's exec command:

wine '$path' $args

instead of

wine "$path" $args

which is more correct because windows paths can have an ! in their name,
which bash doesn't like. 

Specifically, yahoo instant messenger has a ! in its path. 

-- 
michael cardenas
lead windows compatibility engineer
lindows.com

"Be the change you want to see in the world"
-Mahatma Gandhi
--- wine/tools/wineshelllink.orig	Mon Apr 29 10:09:57 2002
+++ wine/tools/wineshelllink	Mon Apr 29 10:10:25 2002
@@ -84,7 +84,7 @@
 # KDE Config File
 [KDE Desktop Entry]
 Name=$xname
-Exec=wine "$path" -- $args
+Exec=wine '$path' -- $args
 Type=Application
 Comment=$descr
 EOF

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux