openoffice3.2启动socket
如发现不能指向端口的问题,不访使用下面的方法试试:
#vim ooo.sh
unset DISPLAY
/usr/lib/openoffice/program/soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless -nofirststartwizard
#chmod +x ooo.sh
#./ooo.sh & #运行之,OK!