zdohnal
zdohnal
Hi @OlesyaGerasimenko , I'm not a Git expert, but I can tell you what works for me when I want to create a pull request: - clone the upstream (OpenPrinting...
Hi @michaelrsweet , can you look into it once you have a time? I don't have iPad to properly play with this...
Hi @10ne1 , thank you for reporting the issue - in general we discussed as part of https://github.com/OpenPrinting/cups/issues/347 which is about side effect of the change (which you correctly found...
@michaelrsweet IIUC pipes would work locally, but we support remote adding printers (lpadmin -h, a remote request for cupsd) - I would guess it won't work like this? Only other...
Not at the moment, but I would like to come with something for 2.4.8. Currently I'm stuck with different things.
It looks CUPS web interface uses the settings from the browser environment where it runs, which looks correct to me. lpadmin takes the settings from terminal environment - those two...
@michaelrsweet "en_AU" gets into PPD via LANG env variable from ```cupsGetLang()``` - should we cut the _XY if LANG contains it, since we don't provide any country specific locale, and...
@michaelrsweet Ok, so the fact is that libcups is able to find the country-specific locale on the machine, but not the browser. Even if we don't have country specific file...
Hopefully fixed by the latest commit - feel free to check.
Sounds reasonable, but I would print the hostname only if we have username (it is not 'Witheld') and the hostname is not localhost. @michaelrsweet WDYT?