[Poppler-bugs] [Bug 26365] Incorrect rendering of a pdf file

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 2 04:38:37 PST 2010


http://bugs.freedesktop.org/show_bug.cgi?id=26365





--- Comment #11 from James Cloos <cloos at jhcloos.com>  2010-02-02 04:38:35 PST ---
> Any other way to get that info ?

Yes.  Use lsof(8) to see what files evince has open.

To get definitive data, have only one evince window open.

Open the pdf in evince, use 'ps xw|grep evince' to get the PID of the
evince process (you may also be able to use »pidof evince« if you have
pidof installed) and then use lsof:

   :; lsof -p $(pidof evince) | grep -v /fontconfig/ | grep font

that should show all of the files evince has open which have the string
font in their pathnames, excluding the fontconfig cache files.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list