On Fri, 17 Aug 2012, Marc Balmer wrote: > Since today, the script in linux/configRun calls a binary lpstat, which > is not installed on my Debian squeeze 32 bit system. > > I did not find out which package does provide lpstat, can someone > enlighten me, please?
There is a bunch of tools and a library related to printing: lib/DtPrint programs/dtprintinfo -> dtprintinfo programs/dtprintegrate -> dtlp dtlpsetup inside there is a system-dependent detection code to find out which printing system to use (AT&T lpstat vs. BSD lpq). The code is mostly in here: programs/dtprintinfo/objects/PrintObj/ Upon installation LANG=C /usr/dt/bin/dtprintinfo -populate is invoked as root - this is where the lpstat call comes from. I have cups installed so I do have "lpstat" installed. Maybe support for your printing system should be added to PrintObj interface. If you intend not to have any, maybe a dummy system could be implemented not to give any printer connections nor queues. //Marcin ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel