To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87512
------- Additional comments from [EMAIL PROTECTED] Fri Mar 28 14:06:22 +0000
2008 -------
@cmc: The problem with the attached libtextcat.xcu (assuming you want to
replace "$(insturl)/share/fingerprint" from Paths.xcu with
"file:///usr/share/libtextcat", not have both) is that "Fingerprint" is already
mandatory in the Paths.xcu, so the replace is effectively ignored. What works
is to explicitly remove the old value and add the new one:
<node oor:name="Fingerprint">
<node oor:name="InternalPaths">
<node oor:name="$(insturl)/share/fingerprint" oor:op="remove"/>
<node oor:name="file:///usr/share/libtextcat" oor:op="fuse"/>
</node>
</node>
---------------------------------------------------------------------
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]