unoconv / unoconv

Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice.
http://dag.wieers.com/home-made/unoconv/
GNU General Public License v2.0
2.57k stars 374 forks source link

Unsupported URL on 64bit Ubuntu 12.04 #95

Closed nielssteenkrogh closed 9 years ago

nielssteenkrogh commented 11 years ago

Did like this:

  1. apt-get install unoconv
  2. apt-get install libreoffice
  3. replaced the unoconv with the lastes from github

Before step 2 the unoconv failed with "url not supported" error for any document type I was bit confused by having a libreoffice --version also after step1 But looks like the filters were not in place by then - anyway - now works perfect for docx conversions

dagwieers commented 11 years ago

Great to hear. We need to get Ubuntu to upgrade to the latest and maybe fix the dependencies to libreoffice is installed by default ?

dagwieers commented 11 years ago

Unfortunately 12.10 just got released with v0.5 :-/

http://packages.ubuntu.com/search?keywords=unoconv

tdavis commented 11 years ago

Sadly, this doesn't appear to be a general fix: following 1-3 still results in the same error for me.

% unoconv -V unoconv 0.6 Written by Dag Wieers dag@wieers.com Homepage at http://dag.wieers.com/home-made/unoconv/

platform posix/linux2 python 2.7.3 (default, Sep 26 2012, 21:51:14) [GCC 4.7.2] LibreOffice 3.6

dagwieers commented 11 years ago

Please read the troubleshooting guide in the README.

nielssteenkrogh commented 11 years ago

this is my libreoffice output from dpkg --get-selections > 1.txt grep -ri "libreoffice" ./1.txt

libreoffice install libreoffice-base install libreoffice-base-core install libreoffice-calc install libreoffice-common install libreoffice-core install libreoffice-draw install libreoffice-emailmerge install libreoffice-filter-mobiledev install libreoffice-gnome install libreoffice-gtk install libreoffice-help-da install libreoffice-help-en-us install libreoffice-impress install libreoffice-java-common install libreoffice-l10n-da install libreoffice-math install libreoffice-style-human install libreoffice-style-tango install

libreoffice-writer install

dagwieers commented 11 years ago

Maybe also check #96 ?

tj commented 11 years ago

started getting this again randomly haha, this time I'll make sure to make note of what fixed it for me

dagwieers commented 9 years ago

Is this issue still pertinent ?

If so, feel free to reopen this issue and provide us with the details from the Troubleshooting instructions using the latest unoconv from the master branch and a recent version of LibreOffice.

Thanks for the feedback !