Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ppdLocalize: Also translate some global ppd properties #5303

Closed

Conversation

albert-astals-cid-kdab
Copy link
Contributor

There's quite a few ppds out there with translations for Manufacturer, ModelName, ShortNickName and NickName so use them

There's quite a few ppds out there with translations
for Manufacturer, ModelName, ShortNickName and NickName
so use them
@albert-astals-cid-kdab
Copy link
Contributor Author

@michaelweghorn This should fix the problem you're having with the PDF-Drucker.ppd file you sent me.

@michaelrsweet
Copy link
Collaborator

Will consider this, but PPDs have been deprecated for over 10 years now...

@michaelrsweet michaelrsweet self-assigned this Apr 26, 2018
@michaelrsweet michaelrsweet added the enhancement New feature or request label Apr 26, 2018
@albert-astals-cid-kdab
Copy link
Contributor Author

I understand, and this is kind of off topic here, but i'll ask anyway, how are we supposed to get the same level of functionality if not using ppd?

@michaelrsweet
Copy link
Collaborator

Modern printers (basically anything sold since 2010) support IPP-based printing using standard formats - we really only "need" PPDs for older printers and special use printers that haven't yet adopted IPP - mainly industrial (label/POS/kiosk) and things like those 2x3" mobile (bluetooth) photo printers. I'll be presenting an alternative to PPDs at the 2018 Open Printing summit next month that uses the ippserver sample code to create "printer applications" that can be used by any CUPS client since CUPS 1.4.

@michaelweghorn
Copy link
Contributor

@michaelweghorn This should fix the problem you're having with the PDF-Drucker.ppd file you sent me.

@albert-astals-cid-kdab It does. Thanks!

Modern printers (basically anything sold since 2010) support IPP-based printing using standard formats - we really only "need" PPDs for older printers and special use printers that haven't yet adopted IPP - mainly industrial (label/POS/kiosk) and things like those 2x3" mobile (bluetooth) photo printers. I'll be presenting an alternative to PPDs at the 2018 Open Printing summit next month that uses the ippserver sample code to create "printer applications" that can be used by any CUPS client since CUPS 1.4.

@michaelrsweet I'm really looking forward to hearing more about this then. In the current situation, we unfortunately had to take the difficult decision to stick with the deprecated APIs after careful evaluation. We had the practical problem that devices did not provide all of their options via IPP, even though many of them had some support for IPP. (Corresponding IPP attributes did exist in the specification in the cases I had a closer look at, but were not supported/exposed by the devices.) This included rather new printers as well. It would be great to have a way to finally be able to drop obsolete and deprecated APIs without losing functionality.

@michaelrsweet
Copy link
Collaborator

@michaelweghorn The printer application method is more targeted at printers that don't support IPP at all or do it so badly we can't use them directly.

Newer printers that don't implement all of their functionality via IPP will (unless somebody cares deeply enough about it to write it themselves) need a firmware update from the printer vendor. Firmware updates are somewhat likely for longer-lived office MFPs, which is (coincidentally) where we see these sorts of gaps between IPP and printer drivers - really depends on how much customer feedback they get (so they know the IPP functionality is important...)

@michaelweghorn
Copy link
Contributor

@michaelrsweet For those specific MFPs with insufficient support for IPP attributes, we did actually contact the vendor/supplier and got a list of IPP attributes that are currently supported and the information that they might have a look at implementing more if we were willing to pay. Given that even the new devices were problematic and there is a multitude of the "printers that don't support IPP at all or do it so badly we can't use them directly" around as well, we "gave up" at this point and decided to stick with the deprecated APIs for now.

Is that printer application method some kind of "wrapper" to be able to use PPD-based printers just like "real" IPP printers? That would be great in my opinion, since it would make the "nasty stuff with the deprecated things" be done in one place and allow frameworks/applications to finally migrate to the new APIs and still use the old printers and their functionality.

@michaelrsweet
Copy link
Collaborator

@michaelweghorn The printer application could provide a PPD-based wrapper, however it would still suffer from the same limitations of the current CUPS WRT mapping IPP's "job-password" attribute to whatever PPD option(s) are used by the driver. An alternative would be for a vendor (or third party) to support a printer application for those printers, with the printer-specific bits being described in a different way, internally, and exposed externally as the "job-password" attribute.

I'm hoping to provide some examples/sample code in the PWG's ippsample project so that it is relatively easy to deploy this sort of solution.

@michaelweghorn
Copy link
Contributor

@michaelrsweet: Thanks for the update!

@albert-astals-cid-kdab
Copy link
Contributor Author

friendly ping about getting this merged :)

@michaelrsweet
Copy link
Collaborator

@albert-astals-cid-kdab At this point we are debating the merit of "fixing" this issue; these fields were never meant to be localized and PPDs have been deprecated for a very long time. I should have a final answer for you in the next month or so.

@michaelrsweet
Copy link
Collaborator

Sorry, we've decided that we won't be localizing these fields.

@michaelrsweet michaelrsweet added the wontfix This will not be worked on label Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants