
I just installed the Win32 package of 0.42 and noticed that when I opened an SVG file from Explorer that Inkscape showed the short name. Putting double quotes around the path to Inkscape (in the (edit|open)/command subkeys of svgfile in the registry) resolved the problem (the space in Program Files probably triggers some weird logic, I've made this modification quite often).
So instead of: C:\Program Files\Inkscape\Inkscape.exe "%1" It should read: "C:\Program Files\Inkscape\Inkscape.exe" "%1"

On Sat, Aug 13, 2005 at 01:20:39PM +0200, Jasper van de Gronde wrote:
I just installed the Win32 package of 0.42 and noticed that when I opened an SVG file from Explorer that Inkscape showed the short name. Putting double quotes around the path to Inkscape (in the (edit|open)/command subkeys of svgfile in the registry) resolved the problem (the space in Program Files probably triggers some weird logic, I've made this modification quite often).
So instead of: C:\Program Files\Inkscape\Inkscape.exe "%1" It should read: "C:\Program Files\Inkscape\Inkscape.exe" "%1"
Ah! Cool. Can someone with more NSI experience tell me if this patch makes sense? (Maybe it should go into 0.42.1)
participants (2)
-
Jasper van de Gronde
-
Kees Cook