Thumbnails: Difference between revisions

Crazivik (talk | contribs)
Crazivik (talk | contribs)
No edit summary
Line 71: Line 71:
}</syntaxhighlight>
}</syntaxhighlight>


=== HEIC thumbnailer ===
=== HEIF thumbnailer ===
On minimal GNOME environments (as explained in the <code>FFmpeg thumbnailer</code> section above) HEIC thumbnails do not work despite the <code>libheif</code> package being installed. To fix this, you need  <code>libheif.out</code> as well. HEIF thumbnails should now work correctly if the symlinks to 'share/thumbnailers' are defined:
On minimal GNOME environments (as explained in the <code>FFmpeg thumbnailer</code> section above) HEIF thumbnails do not work despite the <code>libheif</code> package being installed. To fix this, you need  <code>libheif.out</code> as well. HEIF thumbnails should now work correctly if the symlinks to 'share/thumbnailers' are defined:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
Line 83: Line 83:
     libheif.out
     libheif.out
   ];
   ];
  # 'heif.thumbnailer' is automatically generated in '/run/current-system/sw/share/thumbnailers'


   environment.pathsToLink = [
   environment.pathsToLink = [