Hi!

I've just tried the 5.2rc and noticed this in the console:

$ Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 80: saw unknown, expected number

And a fontconfig folder is created in the run directory with a bunch of cache-files.

$ cat /etc/fonts/conf.d/10-scale-bitmap-fonts.conf:
    ...
64  <edit name="matrix" mode="assign">
65    <times>
66      <name>matrix</name>
67      <matrix>
68        <name>pixelsizefixupfactor</name>
69        <double>0.0</double>
70        <double>0.0</double>
71        <name>pixelsizefixupfactor</name>
72       </matrix>
73    </times>
74  </edit>
75  <edit name="size" mode="assign">
76    <divide>
77      <name>size</name>
78      <name>pixelsizefixupfactor</name>
79    </divide>
80  </edit>
81 </match>
   ...

OS: Debian testing amd64

Not sure this is the problem of PV but it's not happening with 5.1.2 version.

On 11.10.2016 16:50, Cory Quammen wrote:
On behalf of the ParaView development team, I am pleased to announce
that ParaView 5.2 Release Candidate 1 binaries and source tarballs are
now available for download at

http://www.paraview.org/download/

Please let us know if you encounter any problems with this release candidate.

Thanks,
Cory

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to