Comment 11 for bug 33545

Revision history for this message
Martin Pitt (pitti) wrote :

Fixed the reason (g-c-m regression) for holding back the patch:

 gnome-cups-manager (0.31-1.1ubuntu8) dapper; urgency=low
 .
   * Add debian/patches/get-ppds-attrs.patch:
     - libgnomecups/gnome-cups-ui-driver.c, ppd_request(): Do not use
       gnome_cups_request_add_requested_attributes() to select only particular
       attributes; this libgnomecups operation seems to not work any more with
       current cups (which is why cups' svn 5438 fix had to be reverted). With
       this patch, we can finally fix LP#33545.
     - This will now send about three attributes we are not interested in, but
       this is negligible compared to the > 3000 attributes we get from the
       PPDs.

Will upload fixed cupsys soon.