Bug 375176 - No document preview (.odt, .doc, .docx, .ods)
Summary: No document preview (.odt, .doc, .docx, .ods)
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
: 385659 385729 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-01-17 10:41 UTC by Benjamin
Modified: 2018-09-19 13:55 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In: 18.12.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin 2017-01-17 10:41:10 UTC
I have tried some stuff to get the preview of odt and other Document-Files to work (as it does for example in konqueror), but didn't manage to get it working.
Pdf preview is working smoothly but not the odf-formats. This would be a great feature of dolphin for people doing a lot of work with document stuff.

Version 16.04.3
KDE Frameworks 5.28.0
Qt 5.6.1 (kompiliert gegen 5.6.1)

kde-thumbnailer-openoffice and kdegraphics-thumbnailers installed.
Comment 1 Elvis Angelaccio 2017-01-17 16:38:42 UTC
You need to install Calligra 3.0 (it was recently released). Also, don't forget to enable those previews in the Dolphin settings.
Comment 2 Benjamin 2017-01-18 12:34:19 UTC
Okay, I tried to find the new version on kubuntu backport ppa, but couldn't find them so far. Is there any date, when it will be released, or any other way to install the 3.0 on kubuntu 16.04? 

Thanks....
Comment 3 Christoph Feck 2017-01-19 02:03:37 UTC
There is no need to install the full Calligra 3.0, but the OpenDocument thumbnailer needs to be compiled as a KF5 version, otherwise Dolphin will not use them.

https://store.kde.org/content/show.php?content=110864 has a patch from an openSUSE developer.

I suggest to report this issue to the bug tracker of your distribution, asking them to apply that patch.
Comment 4 Rog131 2017-10-13 01:04:15 UTC
Ubuntu bugs: No preview shown in Dolphin - https://bugs.launchpad.net/ubuntu/+source/kde-thumbnailer-openoffice/+bug/1711566
Comment 5 Nate Graham 2017-10-13 01:51:46 UTC
*** Bug 385659 has been marked as a duplicate of this bug. ***
Comment 6 Nate Graham 2017-10-15 04:03:43 UTC
*** Bug 385729 has been marked as a duplicate of this bug. ***
Comment 7 Nate Graham 2018-09-18 14:07:23 UTC
Re-opening; we can fix this in KDE land.
Comment 8 Kai Uwe Broulik 2018-09-19 11:22:55 UTC
Git commit 6828ff113ac36d0cba7a0c7e2e4d0264c7156c2e by Kai Uwe Broulik.
Committed on 19/09/2018 at 11:22.
Pushed by broulik into branch 'master'.

Add Open Document thumbnailer

Provides thumbnails for ODT, ODS, ODP, ODG, ODF files as well as their template counterparts
FIXED-IN: 18.12.0

Differential Revision: https://phabricator.kde.org/D15591

M  +14   -0    thumbnail/CMakeLists.txt
A  +57   -0    thumbnail/opendocumentcreator.cpp     [License: LGPL]
A  +33   -0    thumbnail/opendocumentcreator.h     [License: LGPL]
A  +9    -0    thumbnail/opendocumentthumbnail.desktop

https://commits.kde.org/kio-extras/6828ff113ac36d0cba7a0c7e2e4d0264c7156c2e
Comment 9 David REVOY 2018-09-19 13:55:12 UTC
Thank you Kai Uwe Broulik! 👍