Subject: Re: [PATCHes ghostscript-esp] Gentoo patches for -esp - msg#00085
List: printing.cups.devel
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: CUPS API: Wait for event?
> Anonymous wrote:
> > Now i'm pissed! Pykota is exactly what i need. Everything you're trying to
> > develop already has been developed just know where to look and how it's
> > called ;P Oh well, i gues i try to finish my work.. i like c++ more than
> > python anyway ;)
> >
> > Could you please elaborate on CUPS events subscription, i'm having hard
> > time finding this info :/
>
> Assuming you are using CUPS 1.2, you can subscribe to events as
> outlined in the IPP Notifications and ippget RFCs. At this point
> we don't have a lot of separate documentation, sorry...
Is there even an undocumented example somewhere of how to use notifications and
subscriptions? All documentation for this is very poor -- even a few lines of
uncommented C would be immensely helpful.
-Nathan
Next Message by Date:
click to view message preview
[RFE] STR #1645: Web Interface: printer wizard "device" page needs usability improvements
[STR New]
The "device" page of the web based "add printer wizard" currently does not
provide *any* hint to the user what it is about. Some of the available
space should be used to explain the possible choices to the user
(screenshot 1).
Then, the snmp backend has its discovered device URIs listed intermingled
with all the rest (screenshot 2).
I think, it should be divided into two separate drop down boxes:
* "Generic (fill in all data)": [...drop down list....]
* "Auto-discovered on your Network": [...drop down list....]
Link: http://www.cups.org/str.php?L1645
Version: 1.2-feature
Previous Message by Thread:
click to view message preview
Re: [PATCHes ghostscript-esp] Gentoo patches for -esp
Stefan Schweizer wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
the gentoo package has a lot of patches which I noticed not many being in
the ghostscript-esp svn. Can you please have a look at the patches and
possibly commit them? Please ask if you have any questions
> ...
Please file STRs against ESP Ghostscript for each of these, and
include a description of what each patch is supposed to do.
http://www.cups.org/espgs/str.php
Thanks!
--
______________________________________________________________________
Michael Sweet, Easy Software Products mike at easysw dot com
Internet Printing and Publishing Software http://www.easysw.com
Next Message by Thread:
click to view message preview
[RFE] STR #1625: "make test" should make use of the snmp backend
[STR New]
"make test" does create a list of symlinks to enable the CUPS backends like
this:
ln -s $root/backend/http /tmp/cups-$user/bin/backend
ln -s $root/backend/ipp /tmp/cups-$user/bin/backend
ln -s $root/backend/lpd /tmp/cups-$user/bin/backend
[....]
It should create one for the snmp backend too, to allow testing its
printer dicover capabilities:
ln -s $root/backend/snmp /tmp/cups-$user/bin/backend
Link: http://www.cups.org/str.php?L1625
Version: 1.3-feature