PDF File Thumbnail in Thunar is Blank

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
vincentvega
Posts: 2
Joined: 2015-04-22T13:02:34-07:00
Authentication code: 6789

PDF File Thumbnail in Thunar is Blank

Post by vincentvega »

Linux Mint 13 xfce
Imagemagick version 8:6.6.9.7-5

I converted a jpg to pdf using the convert command with no special options. The result file opened fine and displayed fine as well. However the file icon/preview in thunar file manager is transparent. All other pdf files created with cups-pdf and other software are displayed with the thumbnail of the first page of the pdf file as the file icon. Im wondering why this pdf file icon is different and if there is anything I can do do have it display as expected.

Thanks
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: PDF File Thumbnail in Thunar is Blank

Post by fmw42 »

I do not think that IM makes thumbnails for file icons for image files as part of the convert process from one format to another.

But the IM developers would need to respond to get a proper answer.
vincentvega
Posts: 2
Joined: 2015-04-22T13:02:34-07:00
Authentication code: 6789

Re: PDF File Thumbnail in Thunar is Blank

Post by vincentvega »

Actually I think I know what is going on.

The following link describes that the thumbnail embedded in the pdf file may be broken causing the thumbnailer to display an empty icon.

Code: Select all

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684485
This may be the issue. The solution might be to disable embedded thumbnails in the pdf file. Im not sure if/how that can be done.
Post Reply