To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95022
Issue #|95022
Summary|URE_BOOTSTRAP=vnd.sun.star.pathname fails for \ or $ i
|n path
Component|porting
Version|OOO300m9
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|sb
Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Thu Oct 16 15:26:08 +0000
2008 -------
When the URE_BOOTSTRAP bootstrap variable is set to a vnd.sun.star.pathname URL
that contains characters that have significance in the bootstrap variable syntax
('\' or '$'), those characters are erroneously treated as having their bootstrap
variable syntax meaning, instead of treating them verbatim.
This can for example be reproduced as follows, on OOO300m9 unxlngi6.pro, with an
OOo installed to a non-standard location like ~/\ooo:
$ ~/\\ooo/opt/openoffice.org3/program/swriter
'-accept=socket,host=localhost,port=2002;urp' &
# wait for OOo Writer to come up
$ ~/\\ooo/opt/openoffice.org3/program/python ~/hello_world.py
Traceback (most recent call last):
File "~/hello_world.py", line 18, in ?
model = desktop.getCurrentComponent()
AttributeError: getCurrentComponent
where ~/hello_world.py is copied from
<http://udk.openoffice.org/source/browse/udk/www/python/python-bridge.html?rev=1.38>.
(Without the error, python should print nothing on stderr, and the OOo Writer
document should instead contain the text "Hello world".)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]