elementary / elementary/settings-printers

Printer name not always shown

Open
#105 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.