Re: [Libreoffice] -conver-to on master

2011-04-18 Thread Miklos Vajna
On Mon, Apr 18, 2011 at 01:08:42PM +0200, Miklos Vajna wrote: > ~/git/libreoffice/master/install/program$ file hello.odt > hello.odt: OpenDocument Text > ~/git/libreoffice/master/install/program$ ./soffice.bin --headless > --convert-to rtf hello.odt > convert /home/vmiklos/git/libreoffice/maste

Re: [Libreoffice] -conver-to on master

2011-04-18 Thread Simos Xenitellis
On Mon, Apr 18, 2011 at 2:08 PM, Miklos Vajna wrote: > On Mon, Apr 18, 2011 at 12:48:16PM +0300, Simos Xenitellis > wrote: >> I tried LibreOffice 3.4 (pre-release) and it works with 'csv' to 'ods' >> conversion, >> as described in >> http://www.mail-archive.com/users@libreoffice.org/msg03444.ht

Re: [Libreoffice] -conver-to on master

2011-04-18 Thread Miklos Vajna
On Mon, Apr 18, 2011 at 12:48:16PM +0300, Simos Xenitellis wrote: > I tried LibreOffice 3.4 (pre-release) and it works with 'csv' to 'ods' > conversion, > as described in > http://www.mail-archive.com/users@libreoffice.org/msg03444.html > > ./soffice.bin --headless --convert-to ods /tmp/test.cs

Re: [Libreoffice] -conver-to on master

2011-04-18 Thread Simos Xenitellis
On Mon, Apr 18, 2011 at 12:36 PM, Miklos Vajna wrote: > On Mon, Apr 18, 2011 at 01:52:13PM +0530, Muthu Subramanian K > wrote: >> Seems to work for me without the patch. How old or new is your master, >> please? [ Or I guess you are running without any input files! for the >> conversion to work!

Re: [Libreoffice] -conver-to on master

2011-04-18 Thread Miklos Vajna
On Mon, Apr 18, 2011 at 01:52:13PM +0530, Muthu Subramanian K wrote: > Seems to work for me without the patch. How old or new is your master, > please? [ Or I guess you are running without any input files! for the > conversion to work! ] Hmm, this is interesting. ;) The build I'm hacking here i

Re: [Libreoffice] -conver-to on master

2011-04-18 Thread Muthu Subramanian K
Seems to work for me without the patch. How old or new is your master, please? [ Or I guess you are running without any input files! for the conversion to work! ] The patch looks non-intrusive and if it works it should be good - assuming you have made sure that lo is not running in the background

Re: [Libreoffice] -conver-to on master

2011-04-17 Thread Miklos Vajna
On Sun, Apr 17, 2011 at 08:51:31AM +0530, Muthu Subramanian K wrote: > hmm...no idea on this one...I haven't touched the code in a long time now... > you would want to diff the desktop module and see? As Andreas points out, it seems the problem is that in 3.3 -conver-to implied -headless, in 3.4

Re: [Libreoffice] -conver-to on master

2011-04-17 Thread Andreas Mantke
Hi Miklos, Muthu, *, Am Sonntag, 17. April 2011, 05:21:31 schrieb Muthu Subramanian K: > Hi Miklos, (...) > > ./soffice.bin --nologo --convert-to rtf --outdir > > /home/vmiklos/git/libreoffice/lo-test-files/writer/bug/35985/out > > /home/vmiklos/git/libreoffice/lo-test-files/writer/bug/35985/test.

Re: [Libreoffice] -conver-to on master

2011-04-16 Thread Muthu Subramanian K
Hi Miklos, hmm...no idea on this one...I haven't touched the code in a long time now... you would want to diff the desktop module and see? Thanks! Muthu Subramanian On 04/15/2011 04:07 AM, Miklos Vajna wrote: > Hi, > > On -3-3, the following works fine: > > libreoffice -nologo -convert-to rtf

[Libreoffice] -conver-to on master

2011-04-14 Thread Miklos Vajna
Hi, On -3-3, the following works fine: libreoffice -nologo -convert-to rtf -outdir /home/vmiklos/git/libreoffice/lo-test-files/writer/bug/35985/out /home/vmiklos/git/libreoffice/lo-test-files/writer/bug/35985/test.rtf On master, I tried: ./soffice.bin --nologo --convert-to rtf --outdir /home/vm