HugoHasenbein / redmine_preview_office

Plugin for Redmine. Preview Microsoft Office Documents in Redmine's preview pane
https://www.redmine.org/plugins/redmine_preview_office
GNU General Public License v2.0
31 stars 16 forks source link

Libreoffice ubuntu 14 #11

Open acosonic opened 5 years ago

acosonic commented 5 years ago

Just a note, on ubuntu 14, I had redmine errors about missing pdf files,

after debugging, I have realised that there are some libreoffice processes running, and after manually killing them, plugin worked!

here are commands:

ps -afx | grep libr then kill -9 (libre office PID's)...

So this is not an issue, just sharing with community, maybe you can add it somewhere as a note in Readme...

acosonic commented 5 years ago

Also it doesn't show file on first attempt, it should display some kind of loading gif, until conversion to PDF is complete, then display file..