-
Hmm, now I am even more confused.
I am using the stock Ubuntu 0910 OpenOffice version 3.1.1. As I understand your last posting, this version should contain the bug fix.
But that stock Ubuntu 0910 OOo version gives me the problem with "document finalize", which I could partially avoid with the patch in bibOOoBase.py, as a workaround. As I have now learned from the Windows version, clicking on...
2009-11-16 10:37:39 UTC by reuterr
-
Sorry I wasn't clear.
1) Ubuntu/debian contains the bug fix
2) Stock Openoffice.org OOo will contain the bug fix next month (3.2)
The problem is thus that we use the same bibus/OOo version (stock Ubuntu 9.10). I think the best is to remove all your OOo related packages and to re-install them.
Pierre.
2009-11-16 09:08:41 UTC by pmartino
-
Hello Pierre,
It was original Ubuntu 0910 OOo 3.1.1 build 9420.
For bibus I used from sourceforge "bibus1.5.0-1all.deb" and could start bibus from the menu entry. In the Ubuntu repository was bibus 1.4.3.2-3 version.
It is not understandable for me that version 3.1.1 from OpenOffice.org and Ubuntu 0910 differ in that point. As far as I remember the folder structure from OOo.org and...
2009-11-16 08:39:34 UTC by reuterr
-
This indeed looks like a bug in OOo. It looks like a well known bug in 3.1 that is fixed by a hook in bibus1.5
However the bug in not present in the Ubuntu/debian OOo3.1 version since it is fixed.
It works perfectly well here under Ubuntu9.10
What OOo version are you using. Is it the Ubuntu OOo ?
If it is the openoffice.org version you must use the bibusStart.py file to start bibus...
2009-11-16 08:00:49 UTC by pmartino
-
I also tried bibus 1.5.0-1 source version on Windows XP under the same conditions as under Ubuntu 0910. In this case the function "document finalize" did work without the patch to bibOOoBase.py (Ubuntu 0910).
Hence, I asume that the bug is in OpenOffice UNO under Linux.
Thank you very much Pierre for your outstandig good work in such a complex environment.
2009-11-15 18:05:06 UTC by reuterr
-
Hi Jan,
the problem seems to be a change in their website. They have now moved to an API based on json-RPC and I have asked them for information.
In the time being I have removed the menu entry in the cvs (version 1.5) since it will be non functional until I rewrite everything.
Pierre.
2009-11-14 17:37:50 UTC by pmartino
-
I installed now "bibus_1.5.0-1_all.deb" on Ubuntu 0910. The function "document finalize" did not work.
I have seen a patch at
http://swiss.ubuntuforums.org/showthread.php?p=8315416#post8315416 from siminm:
/usr/share/bibus/bibOOo/bibOOoBase.py line 749
replace "private:stream" with self.model.getLocation()
That brought the solution, now it works.
2009-11-14 16:42:32 UTC by reuterr
-
pmartino committed patchset 257 of module bibus to the Bibus Bibliographic software CVS repository, changing 5 files.
2009-11-14 13:53:03 UTC by pmartino
-
Hi Pierre,
I tried to debug bibus with WinPDB.org debugger. See following my protocol until the exception:
Debug bibus 1.5.0, bibus/bibOOo/bibOOoBase.py with WinPDB.org
Breakpoint at l.778
778 import rpdb2; rpdb2.start_embedded_debugger("password")
779 if not self.__newDoc(): # we try to open a copy of the current doc.
722 def __newDoc(self):
724 if...
2009-11-13 22:07:28 UTC by reuterr
-
pmartino committed patchset 256 of module bibus to the Bibus Bibliographic software CVS repository, changing 5 files.
2009-11-13 21:36:15 UTC by pmartino