[Bug 889735] Re: unoconv using deprecated LibreOffice switches

2016-01-19 Thread Amr Ibrahim
** Changed in: unoconv (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/889735 Title: unoconv using deprecated LibreOffice switches To manage notifica

[Bug 889735] Re: unoconv using deprecated LibreOffice switches

2012-02-07 Thread dag
I fixed it last night in the latest version on Github. Can you please test this version on your Ubuntu system ? I would like to release this as soon as possible, but need some more widespread testing as I live in a Linux mono-culture :-) -- You received this bug notification because you are a me

Re: [Bug 889735] Re: unoconv using deprecated LibreOffice switches

2012-01-11 Thread dag
On Wed, 11 Jan 2012, A. Bram Neijt wrote: > I'd have to take some time to fork the code, but why not use something > like: > > import os > def isLibreOffice(binaryPath): >return "libre" in os.path.realpath(binaryPath).lower() > > print "is libre", isLibreOffice("/usr/bin/soffice") > > I have n

[Bug 889735] Re: unoconv using deprecated LibreOffice switches

2012-01-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unoconv (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/889735 Title: uno

[Bug 889735] Re: unoconv using deprecated LibreOffice switches

2012-01-11 Thread A. Bram Neijt
I'd have to take some time to fork the code, but why not use something like: import os def isLibreOffice(binaryPath): return "libre" in os.path.realpath(binaryPath).lower() print "is libre", isLibreOffice("/usr/bin/soffice") I have not tested this on Windows, but it should help fix the erro

Re: [Bug 889735] Re: unoconv using deprecated LibreOffice switches

2011-11-14 Thread dag
On Mon, 14 Nov 2011, John Pye wrote: > Further followup: I found that if I already have LibreOffice running, I > don't get these errors. Seems that unoconv is invoking a headless > version of libreoffice, then closing it if no longer needed. When I have > open documents, it doesn't close (or open)

[Bug 889735] Re: unoconv using deprecated LibreOffice switches

2011-11-14 Thread John Pye
Further followup: I found that if I already have LibreOffice running, I don't get these errors. Seems that unoconv is invoking a headless version of libreoffice, then closing it if no longer needed. When I have open documents, it doesn't close (or open) a new LO hence no error. My script is just a

[Bug 889735] Re: unoconv using deprecated LibreOffice switches

2011-11-14 Thread John Pye
This was on Ubuntu 11.10 32 bit. From the output below, I can see that my assumption was obviously wrong. john@novo:~$ unoconv --version unoconv 0.4 Written by Dag Wieers Homepage at http://dag.wieers.com/home-made/unoconv/ platform posix/linux2 python 2.7.2+ (default, Oct 4 2011, 20:03:08) [G

[Bug 889735] Re: unoconv using deprecated LibreOffice switches

2011-11-14 Thread John Pye
What additional information are you lacking that makes this bug report incomplete? Sorry, I reported this as a libreoffice bug as I assumed that the unoconv package was built out of the same source package as libreoffice. -- You received this bug notification because you are a member of Ubuntu Bu