
KDE MS Office OLE Document Thumbnailer
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KDE thumbnailer plugin for Microsoft Office OLE Documents.
This plugin should support all ole documents with thumbnails saved, including doc ppt pps xls files.
However, most doc and xls documents do not have thumbnail image saved along with document body, you may not see the previews.
It depends on libgsf for ole archieve handling and shipped with internal libkowmf copy for rendering wmf graphics from calligra suite.
You do not need any office suite installed to make this plugin work.
Enjoy!
8 years ago
2012/2/23 --- 1.1 ~ 1.2
german translation.
fix input resource leak.
2012/2/9 --- 1.0
initial release.
8 years ago
2012/2/23 --- 1.1 ~ 1.2
german translation.
fix input resource leak.
2012/2/9 --- 1.0
initial release.
HessiJames
8 years ago
if I try to unmount my usb stick the process kio_thumb is blocking the device.
lsof shows that there are multiple files that are kept open - all MS OLE files some with thumbnails, some without.
This does not happen with OOXML files.
Greetings
Daniel
Report
nihui
8 years ago
try it to see if it is ok.
thank you very much !
Report
HessiJames
8 years ago
Thank you very much, I'll update the rpms.
Report
HessiJames
8 years ago
openSUSE rpms are now available at http://download.opensuse.org/repositories/KDE:/Extra/
Report
axelmasok
8 years ago
Report
bitcrazy
8 years ago
cd kde-thumbnailer-msoole
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
su -c 'make install'
Isn't so hard.
Report