Klook is a quick preview feature based on Qt and Qt Quick, allows users to look at the contents of a file in the Dolphin
Warning
This project is for exploratory research to revive an old feature, therefore experimental and will have no active support. It is recommended to back up system before using it for production.
To build you must have following programs and packages installed:
cmake extra-cmake-modules libkf5kdelibs4support-dev qtmultimedia5-dev libkf5declarative-dev libkf5plasma-dev exiv2 libexiv2-dev libkf5kexiv2-dev
To install it just do:
mkdir build
cd build
cmake .. && make && make install
Note
If you want to use KLook from Dolphin you also have to apply Dolphin patches that make Klook show up on pressing space.
You can also use it with StackFolder plasma applet, that can be downloaded here. StackFolder does has support for KLook built-in so you just have to install the package from https://abf.rosalinux.ru/projects/50034
Upon build, Exiv2 version check fails, but the build continues to completion.
Could NOT find Exiv2: Found unsuitable version "..", but required is at least "0.19" (found /usr/lib/x86_64-linux-gnu/libexiv2.so)