I noticed the name of one of my printers isn't always shown. In this case it's a printer connected over the network.
It looks like the UI is bound to printer.info. The printer.info getter requests:
CUPS.get_option ("printer-info", dest.options) ?? "";
But there seems to be no subscription to changes or periodically re-retrieval of this printer-info?
Could this be the cause of the name not always showing up?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I noticed the name of one of my printers isn't always shown. In this case it's a printer connected over the network.
It looks like the UI is bound to printer.info. The
printer.infogetter requests:But there seems to be no subscription to changes or periodically re-retrieval of this printer-info?
Could this be the cause of the name not always showing up?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.