PuffinPlot issue tracker

Bug: a88/009

ID : 009b244f-4d37-4ac6-a6c1-9266a44012b1
Short name : a88/009
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Mon, 17 Nov 2014 17:48:27 +0000
Target : 1.03
Summary : Printing doesn't work on OS X

Comment: --------- Comment ---------
ID: a8716822-ee1e-42b6-a211-a86366d58d20
Short name: a88/009/a87
From: Pontus Lurcock <pont@talvi.net>
Date: Mon, 17 Nov 2014 19:55:57 +0000

This appears to be caused be PrinterJob.lookUpPrintServices()
returning an empty list on OS X -- see http://stackoverflow.com/q/23362369
for another report, albeit currently without a good solution.
However, it seems that there's no actual need to call 
setPrintService on the job, so I have simply removed both the
lookupPrintServices call and the setPrintService call. Seems to
work fine on both Ubuntu and OS X.