Created
February 27, 2013 21:10
-
-
Save xavierlacot/5051742 to your computer and use it in GitHub Desktop.
LibreOffice odp odt ods Quicklook preview on OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd /System/Library/QuickLook | |
$ sudo wget http://trinity.neooffice.org/downloads/neopeek.qlgenerator.tgz | tar xzvf |
It would probably be even better to import it into /Library, which is a directory intended to be updated by users, instead of /System/Library, which is intended to be managed by Apple:
cd /Library/QuickLook
curl http://trinity.neooffice.org/downloads/neopeek.qlgenerator.tgz | sudo tar xzvf -
also try this if you want to make sure the QuickLook is set (and verify it).
qlmanage -r && qlmanage -m | grep neopeek
No longer available.
available here : https://bugs.documentfoundation.org/attachment.cgi?id=44711
source : https://bugs.documentfoundation.org/show_bug.cgi?id=35361
But the quicklook is not very nice (not like CSV quickloook for example).
There may be a newer one in NeoOffice Viewer
Just installed the NeoOffice Viewer and there is no Quicklook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great tip, but I think this works better. I also replaced wget by curl because that is installed by default.
curl http://trinity.neooffice.org/downloads/neopeek.qlgenerator.tgz | sudo tar xzvf -