Re: [cdesktopenv-devel] [PATCH 2/4] dtprintinfo: Use CUPS lpq for FreeBSD

2012-09-23 Thread Jon Trulson
On Mon, 24 Sep 2012, Marcin Cieslak wrote: Applied. > Use /usr/local/bin/lpq from CUPS for FreeBSD > for now; this prevents immediate dtprintinfo > crash. > > In the future we should handle both built-in > /usr/bin/lpq as well as CUPS /usr/local/bin/lpq > output in separate functions. > > Code to

[cdesktopenv-devel] [PATCH 2/4] dtprintinfo: Use CUPS lpq for FreeBSD

2012-09-23 Thread Marcin Cieslak
Use /usr/local/bin/lpq from CUPS for FreeBSD for now; this prevents immediate dtprintinfo crash. In the future we should handle both built-in /usr/bin/lpq as well as CUPS /usr/local/bin/lpq output in separate functions. Code to support CUPS should probably shared between other operating systems.