https://issues.apache.org/ooo/show_bug.cgi?id=107072

--- Comment #34 from lgusaas <[email protected]> ---
(In reply to Ariel Constenla-Haile from comment #33)
> 
> The problem seems to be the space in the path "AOO Snapshot".
> 
> - open senddoc with a plain text editor
> - search the first line after the Apache License, the one that says
> 
> URI_ENCODE="`dirname $0`/uri-encode"
> 
> and add double quotes around $0:
> 
> URI_ENCODE="`dirname "$0"`/uri-encode"
> 
> - then find all occurrences of ${URI_ENCODE} and replace them with
> "${URI_ENCODE}" (if using TextEdit.app, it has a menu Edit - Find - Find and
> Replace...).

That change fixes the problem. My test copy of AOO now works properly when in a
subfolder. Also works when is in normal location in Applications.

Will this be incorporated in future releases?

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to