https://bugzilla.xfce.org/show_bug.cgi?id=14576
--- Comment #63 from HYPERION <[email protected]> --- To support more images files : "/usr/bin/folder-thumbnailer" as follow : #!/bin/bash convert -thumbnail "$1" "$2/folder.jpg" "$3" ||\ convert -thumbnail "$1" "$2/.folder.jpg" "$3" ||\ convert -thumbnail "$1" "$2/folder.png" "$3" ||\ convert -thumbnail "$1" "$2/cover.jpg" "$3" ||\ exit 1 AND "/usr/share/thumbnailers/folder.thumbnailer" as follow : [Thumbnailer Entry] Version=1.0 Encoding=UTF-8 Type=X-Thumbnailer Name=Folder Thumbnailer MimeType=inode/directory; Exec=/usr/bin/folder-thumbnailer %s %i %o -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
