cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco community 5C office and txt preview

dvieira
Champ in-the-making
Champ in-the-making
Hi

I just installed the software to test it on ubuntu 14 headless as easy install

Althou the alfresco indexes correctly the doc, docx, pptx and txt files i cant preview them.

What is wrong? Is it supose to be this way?

Regards

David
2 REPLIES 2

hgindl
Champ in-the-making
Champ in-the-making
did you miss to install the prerequisites?
http://docs.alfresco.com/5.0/concepts/install-lolibfiles.html

supta
Champ in-the-making
Champ in-the-making
I had the same problem. Here's my solution:

1. Check if libreoffice is running –> service alfresco status libreoffice
2. Open ALFRESCO ROOT FOLDER/libreoffice/scripts/libreoffice_ctl.sh –> remove any backslashes from line SOFFICE="$SOFFICEWRAPPER –nofirststartwizar….
3. Make a ctl.sh symlink to libreoffice_ctl.sh
4. Restart libreoffice –> service alfresco restart libreoffice

Hope that helps.