[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: running openoffice from chroot



On Monday 21 February 2005 15:07, Alexandru Cabuz wrote:
> The problem is that files that have spaces in them do not get opened.
> The first word is considered as a filename, then the second word as
> another filename...

I'm assuming you are using dchroot to run openoffice in the chroot?  For 
example you have something like this

/usr/bin/do_dchroot contains:

#!/bin/sh
exec dchroot -c ia32 -d "$(basename $0)" -- "$@"

and /usr/bin/openoffice is a link to /usr/bin/do_dchroot

On my system configured like this, I can do

$> openoffice 'holiday\ letter.doc'

and the document opens just fine...

-Ted



Reply to: