[Trac-tickets] [The Trac Project] #1573: Space in pathname for
mimeviewer not supported
The Trac Project
noreply at edgewall.com
Tue May 17 17:49:30 EDT 2005
#1573: Space in pathname for mimeviewer not supported
---------------------+------------------------------------------------------
Id: 1573 | Status: new
Component: general | Modified: Tue May 17 17:49:25 2005
Severity: normal | Milestone:
Priority: normal | Version: 0.8.1
Owner: jonas | Reporter: anonymous
---------------------+------------------------------------------------------
When using a space inside the pathname pointing to enscript, the execution
of enscript fails.
{{{
[mimeviewer]
enscript_path = c:\program files\enscript\bin\enscript.exe
}}}
Debug out:
{{{
23:48:15 Trac[mimeview] WARNING: Display failed: Running (c:\program
files\enscript\bin\enscript.exe --color -h -q --language=html -p - -Ejava)
failed: 0, 'c:\program' is not recognized as an internal or external
command,
operable program or batch file.
.
}}}
As a workaround I used the 8.3 format on windows
{{{
[mimeviewer]
enscript_path = c:\progra~1\enscript\bin\enscript.exe
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1573>
The Trac Project <>
More information about the Trac-Tickets
mailing list