[Bug 1965138] Re: Desktop application should check for service available information before listing it

2022-03-20 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-advantage-desktop-daemon - 1.8 --- ubuntu-advantage-desktop-daemon (1.8) jammy; urgency=medium * Hide unavailable services (LP: #1965138) -- Robert Ancell Fri, 18 Mar 2022 15:02:33 +1300 ** Changed in: ubuntu-advantage-desktop-daemon

[Bug 1965138] Re: Desktop application should check for service available information before listing it

2022-03-17 Thread Lucas Albuquerque Medeiros de Moura
Just approved the PR robert-ancell Also, I understand the need to use status.json directly. In the future we can better discuss on how we can extend `ua status --format json` to the Desktop needs to simplify that process. -- You received this bug notification because you are a member of Ubuntu

[Bug 1965138] Re: Desktop application should check for service available information before listing it

2022-03-16 Thread Robert Ancell
We are using `/var/lib/ubuntu-advantage/status.json` directly to avoid the server round trip as we want the current status quickly when starting the UI. The file also allows us to watch it for changes and update the UI accordingly. It would be more desirable to use `ua status --format=json`, but

[Bug 1965138] Re: Desktop application should check for service available information before listing it

2022-03-16 Thread Robert Ancell
The following PR should hopefully fix this: https://github.com/canonical/ubuntu-advantage-desktop-daemon/pull/14 ** Changed in: software-properties (Ubuntu) Assignee: (unassigned) => Robert Ancell (robert-ancell) ** Changed in: software-properties (Ubuntu) Importance: Undecided => High