Home

Awesome

kde-thumbnailer-qoi

kde-thumbnailer-qoi is a KDE thumbnailer plugin for QOI image files (e.g. Dolphin)

<img src="https://user-images.githubusercontent.com/1893754/152891089-51517b9c-fca1-4d3b-a6ff-32728fbf1e13.png" />

Prerequisites

Building

    git clone https://github.com/tobozo/kde-thumbnailer-qoi
    cd kde-thumbnailer-qoi
    git submodule update --init --recursive
    mkdir build
    cd build
    cmake ..
    make
    sudo make install

Variant for Ubuntu:

    cmake ../ -DXDG_DATA_DIRS=/usr/local/share -DXDG_CONFIG_DIRS=/usr/local/etc/xdg -DQT_PLUGIN_PATH=/usr/local/lib/x86_64-linux-gnu/plugins -DQML2_IMPORT_PATH=/usr/local/lib/x86_64-linux-gnu/qml

Troubleshooting:

Some check points if the thumbnail isn't displayed:

Credits