Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated command #14

Closed
Sworddragon opened this issue Nov 30, 2011 · 4 comments
Closed

Deprecated command #14

Sworddragon opened this issue Nov 30, 2011 · 4 comments
Assignees
Milestone

Comments

@Sworddragon
Copy link

I'm using unoconv 0.4 and if I want to convert a LibreOffice (3.4.4) document I get some warnings:

Warning: -headless is deprecated. Use --headless instead.
Warning: -invisible is deprecated. Use --invisible instead.
Warning: -nodefault is deprecated. Use --nodefault instead.
Warning: -nofirststartwizard is deprecated. Use --nofirststartwizard instead.
Warning: -nologo is deprecated. Use --nologo instead.
Warning: -norestore is deprecated. Use --norestore instead.
Warning: -accept=socket,host=localhost,port=2002;urp;StarOffice.ComponentContext is deprecated. Use --accept=socket,host=localhost,port=2002;urp;StarOffice.ComponentContext instead.

I think unoconv should use the new arguments if it detects LibreOffice.

@dagwieers
Copy link
Member

unoconv does not know what version it is using, or whether it is Openoffice or LibreOffice. Not that we couldn't try to find out in some way. I wonder if the UNO API exposes this information (it should). In that case we can adapt the options for different cases.

@dagwieers
Copy link
Member

This should be fixed in the latest release in Github. Please verify and/or reopen this issue ;-)

@Sworddragon
Copy link
Author

The warnings doesn't appear anymore and all is working fine.

@dagwieers
Copy link
Member

Thanks for the feedback and reporting the issue in the first place !

It's through such determination things get moving.

@ghost ghost assigned dagwieers Feb 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants