elementary / elementary/settings-printers
Printer name not always shown
- Dominant language
- Vala
- Stars
- 14
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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!](https://www.bountysource.com/issues/66770986-printer-name-not-always-shown?utm_campaign=plugin&utm_content=tracker%2F60188248&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F60188248&utm_medium=issues&utm_source=github).
Contributor guide
Assessment
This issue has not been assessed yet.