View Single Post
Old 08-24-2014, 08:07 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,374
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Conversion to MOBI requires rasterization of SVG images. Rasterization of SVG images requires an instance of a browser (Qt WebKit) to be spun up. Presumably something in Qt 5 has changed causing the hidden browser to take focus, despite being hidden and launched from inside an app that has LSUIElement 1 set (which means it tells OS X it does not want any UI drawn for it).

You will notice it with conversion to both MOBI and PDF (both require Qt WebKit).
kovidgoyal is offline   Reply With Quote