Alexandru Cabuz wrote:
So in conclusion, is there any way to tell KDE to put apostrophes
around filenames when it calls various programs?
Yes, but a better thing is to fix dchroot's / su's stupidity with a script (make this do_chroot):
#!/bin/bash


# Work around dchroot brain-deadness
ARGS=""
for i in "$@" ; do
        ARGS="$ARGS '$i'"
done

exec dchroot -c ia32 -d -q "`basename $0`" "$ARGS"

Much eaiser.

Adam


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to