Skip to content
This repository was archived by the owner on Jul 24, 2018. It is now read-only.

Commit d8b54e6

Browse files
committed
Add notes on mandatory packages to readme
1 parent b1463ad commit d8b54e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ An ownCloud app to work with office documents alone and/or collaboratively.
1212
**Solution**: Try to disable gzip for Documents app by adding the following line to your .htaccess:
1313
`SetEnvIf Request_URI .*/apps/documents/ajax/.* no-gzip dont-vary`
1414

15+
**Problem**: Doc(x) support doesn't work__
16+
**Solution**: Install at least `libreoffice-common` and `libreoffice-writer` packages for your distro.__
17+
If you don't want to mess around with dependencies, you need simply install `unoconv` package. It will do the trick for you.
18+
1519
### How to add more fonts ###
1620
+ Upload font files to **documents/css/fonts** directory
1721
+ Edit **documents/css/fonts.css** adding `@font-face` rule for each uploaded file

0 commit comments

Comments
 (0)