[Erp5-dev] openoffice.org-oood install problem

Mohamadou Mbengue mmbengue at gmail.com
Thu Sep 4 15:50:07 CEST 2008


Hello,

I have installed openoffice.org-oood available on nexedi repository 
(openoffice.org-oood-0.3.1-9nxd2008.1.x86_64.rpm 
<http://www.nexedi.org/static/mandrivalinux/2008.1/x86_64/openoffice.org-oood-0.3.1-9nxd2008.1.x86_64.rpm>). 
But when i try to run oood i have the followinf error:
######
Lancement de oood : _XSERVTransmkdir: Owner of /tmp/.X11-unix should be 
set to root
expected keysym, got XF86Info: line 959 of inet
Traceback (most recent call last):
File "/usr/share/oood/runserw.py", line 284, in <module>
from dispatcher import Dispatcher, MySerw
File "//usr/share/oood/dispatcher.py", line 57, in <module>
from pool import pool
File "//usr/share/oood/pool.py", line 35, in <module>
import factory
File "//usr/share/oood/factory.py", line 39, in <module>
import worker
File "/usr/lib64/ooo-2.4_64/program/uno.py", line 262, in unoimport
return gdelegatee( name, *optargs )
File "//usr/share/oood/worker.py", line 41, in <module>
from mimemapper import mimemapper
File "/usr/lib64/ooo-2.4_64/program/uno.py", line 262, in unoimport
return gdelegatee( name, *optargs )
File "/usr/share/oood/mimemapper.py", line 442, in <module>
mimemapper = MimeMapper()
File "/usr/share/oood/mimemapper.py", line 175, in _init_
self.collectFilterInfo()
File "/usr/share/oood/mimemapper.py", line 197, in collectFilterInfo
raise Exception('no OOo filter found.')
Exception: no OOo filter found.
######

I have a look of the file "/usr/share/oood/mimemapper.py" and i notice 
that the paths to filters and types are not correct (line 186 and 187).
#######
filter_dir = 
'%s/../share/registry/modules/org/openoffice/TypeDetection/Filter' % 
config.uno_path
type_dir = 
'%s/../share/registry/modules/org/openoffice/TypeDetection/Types' % 
config.uno_path
######

When i change the path like this:
######
 #XXX Path to filter is not correct (to be fixed)
 correct_path = "/usr/lib64/ooo-2.4_64"
 filter_dir = 
'%s/share/registry/modules/org/openoffice/TypeDetection/Filter' % 
correct_path
 type_dir = 
'%s/share/registry/modules/org/openoffice/TypeDetection/Types' % 
correct_path
######
 I no longer have the error and I have the message:
####
Lancement de oood : _XSERVTransmkdir: Owner of /tmp/.X11-unix should be 
set to root
expected keysym, got XF86Info: line 959 of inet
####

But i have this when i do  #watch "./start.py --threads"
#####
we got exception:
(111, 'Connection refused')
probably server is not running
#####

Mohamadou,





More information about the Erp5-dev mailing list