Hello Thomas, On Tuesday 01 February 2011, 04:37, Thomas Lange wrote: > Hi, > > On 01.02.2011 00:00, Alexandro Colorado wrote: > > There has been some issues installing custom dictionaries, they are > > installing correctly but there is no way to find them on the dictionaries > > options. Can I get verification on this bug. > > > > 1. Download a dictionary .oxt > > 2. Install through unopkg or Extension manager > > 3. Install succesfully > > 4. Go to Options -> Language Aids -> General > > 5. Select the dictionary --- the dictionary doesn't show with the > > checkmark. > > > > Please let me know if I should forward this if this is not the right > > list. I was tempted to go to lingucomponents but there doesnt seem to be > > much traffic there. > > > > Regards. > > > > here is some of my research: > > > > The extension gets installed under these paths: > > ~/. > > openoffice.org/3/user/extensions/tmp/extensions/bJTezF_/es_MX.oxt/es_MX.a > > ff dictionaries.xcu has the following path: > > *%origin%es_MX.aff* > > on the stock dictionaries which are systemwide: > > /opt/openoffice.org3/share/extensions/dict-es/es_ES.aff > > So far I am not aware of any such issue in OOo or Oracle OpenOffice. > The only place where I have seen such issues repeatedly is on the LO > mailing list. Thus it may be a LO problem only.
I have no idea what that LO-thing is, but I can reproduce this in OOO330_m20. The problem is with the XCU file. The value of the "Locations" property is written in two lines: <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/es_AR.aff %origin%/es_AR.dic </value> </prop> if you change this and write the value in a single line: <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/es_ES.aff %origin%/es_ES.dic</value> </prop> the dictionary works. It looks like something changed in the config. code, sure Stephan can tell if this is a new feature or a bug. Regards -- Ariel Constenla-Haile La Plata, Argentina
signature.asc
Description: This is a digitally signed message part.