[HPLIP-Devel] random xid in slp.py

2006-06-20 Thread Tim Waugh
In base/slp.py there is: packet = ''.join(['\x01\x06\x00,\x00\x00en\x00\x03', struct.pack('!H', xid or random.randint(1, 65535)), '\x00\x00\x00\x18service:x-hpnp-discover:\x00\x00\x00\x00']) Does this random XID need to be cryptographically secure, or will any number do?

Re: [HPLIP-Devel] Packaging qt-dependent HPLIP parts separately

2006-06-27 Thread Tim Waugh
On Tue, 2006-06-27 at 11:56 +0200, Johannes Meixner wrote: I assume what you really want is some kind of base package which can actually be used and installed without any graphical stuff (e.g. so that HPLIP can be used on a server without pulling in tons of graphical stuff)? Yes, this is

Re: [HPLIP-Devel] HP Linux Imaging and Printing System (HPLIP) 1.7.1 Release

2007-02-14 Thread Tim Waugh
On Wed, 2007-01-24 at 16:46 -0800, John Hosszu wrote: HPLIP 1.7.1 - This release has the following changes. What is the status of release 1.7.1? Is it a test release, a development release, a stable release? What does the major number change signify? Thanks, Tim. */ signature.asc

[HPLIP-Devel] Report 'marker-supply-low' IPP state reason when out of ink

2007-04-02 Thread Tim Waugh
Hi, Here is a patch so that printing via CUPS will set the printer-state-reasons to contain 'marker-supply-low' when the device is low on ink. This helps with IPP printer status reporting tools. Tim. */ --- hplip-1.7.2/prnt/hpijs/hpijs.cpp.marker-supply 2007-03-30 17:44:32.0 +0100 +++

Re: [HPLIP-Devel] Report 'marker-supply-low' IPP state reason when out of ink

2007-04-04 Thread Tim Waugh
The previous patch contained a logic error. Here is a fixed version. Tim. */ --- hplip-1.7.2/prnt/hpijs/hpijs.cpp.marker-supply 2007-03-30 17:44:32.0 +0100 +++ hplip-1.7.2/prnt/hpijs/hpijs.cpp 2007-03-30 17:53:23.0 +0100 @@ -516,7 +516,31 @@ goto BUGOUT; } if

Re: [HPLIP-Devel] Packaging qt-dependent HPLIP parts separately

2007-04-04 Thread Tim Waugh
On Tue, 2006-06-27 at 09:23 -0700, dwelch91 wrote: One correction, hp-print would also be in this list. -Don dwelch91 wrote: Tim, I think for the purposes of a Qt-less HPLIP, you could create a RPM without: toolbox.py sendfax.py* fab.py* ui/ directory* plugins/ directory