https://bugs.freedesktop.org/show_bug.cgi?id=72628

Christian Lohmaier <lohma...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lohma...@gmx.de

--- Comment #28 from Christian Lohmaier <lohma...@gmx.de> ---
bisecting of the bug (only looking at pdf output) resulten in this:

# first bad commit: [c2c8aa000953d41aadffe29d204954aa0914c647] source
sha:8efbafaf8681d39c8c3674368e02ddd572ba5d32

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8efbafaf8681d39c8c3674368e02ddd572ba5d32

"Related: fdo#68192 register bundled fonts"

             pdf                          LibreOffice
before: Arial BoldItalicMT                serif-font
after:  LiberationSerif BoldItalic        non-serif font

So that commit swaps around the two. you swap serif-font in LO and non-serif in
PDF by non-serif-font in LO and serif-font in PDF.

Apart from that: This issues is impossible to bibisect on Mac (10.9). What the
result is on older builds depends on some random race condition or Mac does
some weird caching or whatever.

doing 

rm -rf ~/Library/Application\ Support/LibreOffice* *.pdf ; (
./LibreOffice.app/Contents/MacOS/soffice 72628_BCM.odt ||
./LibreOffice.app/Contents/MacOS/soffice 72628_BCM.odt ) && open 72628_BCM.pdf

(LO likes to crash without user-dir it seems, so running it twice in this case,
when LO is up, use "Export to PDF" button from toolbar, accept default name and
quit using command+Q, compare rendering result of PDF in preview app and quit
that with command+Q as well, then repeat a couple of times and grow some grey
hair...)

running the above command multiple times gives all kind of results on 0052712:
>From no text in PDF, to same style in both LO and PDF (some time serif, some
time non-serif) to different fontstyle in LO and PDF.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to