- thumbnails are stored in `~/.cache/thumbnails` folder in `normal` or `large` subfolders
- thumbnail for file from path `/path/file.jpg` is stored in `~/.cache/thumbnails/large/<hash>.png`, where `hash` can be computed as: `echo -n 'file:///path/file.jpg' | md5sum`
- thumbnails are generated just when file thumbnails are needed
- thumbnails for certain file types are generated by *thumbnailers* set in `/usr/share/thumbnailers`. To check thumbnails for certain data type, run `cat /usr/share/thumbnailers/* | grep mytype`
- thumbnailer for image file types is `libgdk-pixbuf2.0-bin` - if no thumbnails are generated for image types, check whether this debian package is installed on the system
File thumbnails in Gnome/Ubuntu
Správa článků
VyhledáváníVyberte atribut, podle kterého se bude vyhledávat:
ID Kategorie Titulek Úvod Text Tags Obrázek 1 Obrázek 2 Autor Datum vložení Datum publikování Zveřejnit Soukromý článek? Počet zobrazení10.2.2019 23:15
,
Počet přečtení: 285
How does the thumbnails generating work on Ubuntu.