Skip to content
forked from KDE/klook

Quick file content preview application with Dolphin integration

Notifications You must be signed in to change notification settings

caminashell/klook

 
 

Repository files navigation

KDE Look (quicklook)

Introduction

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.

Requirements

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

Install

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

Known Issues

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)

Example Video Demonstration (old)

CTRL+Click to open in new tab/window

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.5%
  • QML 42.7%
  • CMake 1.8%
  • Shell 1.0%