From c4e9ea1a7eed1b2f2a03697a67ac48888f27767c Mon Sep 17 00:00:00 2001 From: Michael Cardenas Date: Wed, 1 May 2002 18:05:57 +0000 Subject: [PATCH] Fixed quoting of KDE desktop entry. --- tools/wineshelllink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wineshelllink b/tools/wineshelllink index 6ccb2ed5ed0..a63644305db 100755 --- a/tools/wineshelllink +++ b/tools/wineshelllink @@ -84,7 +84,7 @@ kde_entry() # KDE Config File [KDE Desktop Entry] Name=$xname -Exec=wine "$path" -- $args +Exec=wine '$path' -- $args Type=Application Comment=$descr EOF