[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/dolphin/src/servicemenus
From:       Richard Lärkäng <richard () goteborg ! utfors ! se>
Date:       2007-08-11 9:31:06
Message-ID: 1186824666.974047.9972.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 698853 by larkang:

Fix escaping


 M  +4 -4      imageconverter.desktop  


--- trunk/KDE/kdebase/apps/dolphin/src/servicemenus/imageconverter.desktop #698852:698853
@@ -35,23 +35,23 @@
 Name=JPEG
 Name[x-test]=xxJPEGxx
 Icon=image
-Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.jpg"
+Exec=convert %f "`echo %f | perl -pe 's/\\.[^.]+$//'`.jpg"
 
 [Desktop Action convToPNG]
 Name=PNG
 Name[x-test]=xxPNGxx
 Icon=image
-Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.png"
+Exec=convert %f "`echo %f | perl -pe 's/\\.[^.]+$//'`.png"
 
 [Desktop Action convToTIF]
 Name=TIF
 Name[x-test]=xxTIFxx
 Icon=image
-Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.tif"
+Exec=convert %f "`echo %f | perl -pe 's/\\.[^.]+$//'`.tif"
 
 [Desktop Action convToGIF]
 Name=GIF
 Name[x-test]=xxGIFxx
 Icon=image
-Exec=convert %f "`echo %f | perl -pe 's/\.[^.]+$//'`.gif"
+Exec=convert %f "`echo %f | perl -pe 's/\\.[^.]+$//'`.gif"
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic