[问题] bibus 软件和 openoffice 2.3 不能协同工作

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
回复
ashton
帖子: 2
注册时间: 2008-03-05 10:24

[问题] bibus 软件和 openoffice 2.3 不能协同工作

#1

帖子 ashton » 2008-03-05 10:32

按照bibus网站上的方法,在 gutsy gibbon 上 安装了 bibus.
(http://bibus-biblio.sourceforge.net/wik ... ion#Ubuntu)

但是bibus不能在openoffice里插入文献,报以下错误:

“无法与Openoffice连接,请查阅文档。
Cannot connect to Openoffice. See Documentation.
Connector : couldn't connect to pipe OOo_pipe(10)) ”


见附件,请问该怎么解决?
附件
bibus.jpg
头像
rhfcaesar
帖子: 2996
注册时间: 2005-11-17 15:45
来自: 湖北

#2

帖子 rhfcaesar » 2008-03-05 10:35

以前有帖子讨论过,找找看先。貌似数据库没连接好的样子。 :D :D

代码: 全选

枪杆子里面出政权
ashton
帖子: 2
注册时间: 2008-03-05 10:24

找过了,针对老版本的,新的不能用。

#3

帖子 ashton » 2008-03-05 11:38

新的不能用。
bigben446
帖子: 109
注册时间: 2007-09-12 14:45

#4

帖子 bigben446 » 2008-06-11 17:48

misconnection between openoffice and bibus in Ubuntu Gusty
参考讨论串? http://ubuntuforums.org/showthread.php?t=583073 pmartino 的答覆

check the pipe is activated in OOo and in bibus

1) for bibus,
- Menu Edit/Preferences
- click the "Advanced settings" box at the bottom-Left
- Select the tab "Word processor"
- Click pipe and write down the pipe name, usually 'OOo_pipe'

2) in OOo
- Start OOo
- open /bibus/Setup/UnoConnectionListener.sxd
- Click "Get current uno connection"
- Check that you indeed get pipe and that the name is 'OOo_pipe'
- eventually change the settings THEN click "Accept UNO connections"
- Quit OOo AND the quickstarter and try again

3) If it still does not work
- start OOo with
> ooffice --accept="pipe,name=OOo_pipe;urp;StarOffice.ServiceM anager"

另外的参考方案:
Ubuntu

this paragraph is a brief translation of a frech tutorial written by oswald-p [1]

* Ubuntu must be breezy release or latter
* Add the following lines to your /etc/apt/sources.list

## Bibus
deb http://switch.dl.sourceforge.net/source ... bus-biblio ./
deb-src http://switch.dl.sourceforge.net/source ... bus-biblio ./

* apt-get update
* sudo apt-get install bibus libsqliteodbc python-pysqlite2 python-wxgtk2.6 python-uno
* if you run Gutsy, there is a problem with "LD_LIBRARY_PATH", to solve it

- gedit bibus
- copy the following lines in the editor

#! /bin/sh
export LD_LIBRARY_PATH="/usr/lib/openoffice/program"
exec /usr/share/bibus/bibus.py

- sudo rm /usr/bin/bibus
- sudo cp bibus /usr/bin
- sudo chmod +x /usr/bin/bibus


* make bibus and openoffice communicate (not required since Dapper):

- sudo ln -s /usr/lib/openoffice2 /usr/lib/openoffice
- sudo ln -s /usr/lib/openoffice2/share /usr/lib/openoffice2/user


* optional:
o apt-get openoffice.org2
o apt-get mysql-server mysql-common mysql-client python-mysqldb
pengchy
帖子: 37
注册时间: 2008-07-13 12:51

Re: [问题] bibus 软件和 openoffice 2.3 不能协同工作

#5

帖子 pengchy » 2009-01-07 16:34

点击Finalize后的状态!
点击Finalize后的状态!
fina.png (14.19 KiB) 查看 545 次
3) If it still does not work
- start OOo with
> ooffice --accept="pipe,name=OOo_pipe;urp;StarOffice.ServiceM anager"
用这个方法解决了!谢谢!
还有一个问题,最后用Finalize的时候,一直处于这个状态,不见有什么动静,不知道为什么?
回复