wineshelllink patch

Michael Cardenas michael.cardenas at lindows.com
Mon Apr 29 09:14:44 CDT 2002


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
-------------- next part --------------
--- 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


More information about the wine-patches mailing list