Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mttbernardini/appimage-thumbnailer
🖼️ A thumbnailer for AppImages
https://github.com/mttbernardini/appimage-thumbnailer
appimage appimages gnome imagemagick kde linux thumbnailer tumbler xdg-thumbnail
Last synced: 9 days ago
JSON representation
🖼️ A thumbnailer for AppImages
- Host: GitHub
- URL: https://github.com/mttbernardini/appimage-thumbnailer
- Owner: mttbernardini
- License: mit
- Created: 2021-03-09T14:43:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T15:57:47.000Z (over 3 years ago)
- Last Synced: 2024-08-02T00:26:08.694Z (3 months ago)
- Topics: appimage, appimages, gnome, imagemagick, kde, linux, thumbnailer, tumbler, xdg-thumbnail
- Language: CMake
- Homepage:
- Size: 86.9 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-appimage - Thumbnailer for AppImages - Generates icons for AppImages that are shown in file managers of GNOME and KDE compatible desktop environments. (AppImage consumption tools / Desktop integration)
README
# 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`):
```sh
git clone --recursive https://github.com/mttbernardini/appimage-thumbnailer
```A `Makefile` is provided to run the build process in a isolated Docker container:
```sh
make help
```## Roadmap
- [x] Write thumbnailer in C/C++ to make it usable by both GNOME and KDE, using `libappimage`
- [x] Set up build system and dependencies
- [ ] Set up distro packaging under the name of `appimage-thumbnailer`---
© 2021 Matteo BernardiniLicensed under the MIT License