mttbernardini / appimage-thumbnailer

🖼️ A thumbnailer for AppImages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thumbnailer for AppImages

This project contains a thumbnailer for AppImages, compatible with GNOME and KDE based DEs.

For now the code is still in draft and has not been thoroughly tested yet.

Building

Clone this repository. Remember to clone submodules as well for dependencies (libappimage):

git clone --recursive https://github.com/mttbernardini/appimage-thumbnailer

A Makefile is provided to run the build process in a isolated Docker container:

make help

Roadmap

  • Write thumbnailer in C/C++ to make it usable by both GNOME and KDE, using libappimage
  • Set up build system and dependencies
  • Set up distro packaging under the name of appimage-thumbnailer

© 2021 Matteo Bernardini

Licensed under the MIT License

About

🖼️ A thumbnailer for AppImages

License:MIT License


Languages

Language:CMake 36.2%Language:C 32.1%Language:Makefile 14.8%Language:C++ 8.5%Language:Shell 7.4%Language:Dockerfile 0.9%