KDE APK Thumbnailer
nihui
Source i (link to git-repo or to original if based on someone elses unmodified work):
2.1 --- 2011/11/2
fix plugin loading.
1.0 --- 2011/5/16
port to KDE 4.x by nihui.
More Various KDE 1.-4. Improvements from nihui:
Other Various KDE 1.-4. Improvements:
© 2025 /s/Cinnamon - Eyecandy for your Cinnamon Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
4 Comments
How can install this great and beatiful improvement? Thanks
You may have to install it from source. make sure you have gcc cmake qt-dev kdelibs-dev packages installed on your system. cd [KDE_WMF_THUMBNAILER_SOURCE_DIR] cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` . make sudo make install
Thanks for your quickly answer. I do everything you say but: I don't find qt-dev for OpenSuSE. However I try, and the console say to me... CMake Error at /usr/share/kde4/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE): Could NOT find LIBWMF (missing: LIBWMF_LIBRARIES LIBWMF_INCLUDE_DIR) Call Stack (most recent call first): FindLIBWMF.cmake:34 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:7 (find_package) -- Configuring incomplete, errors occurred! Any suggestion.
libwmf is missing, please install libwmf-dev and try again. regards, nihui