Bug 412126 - Add support for `LVFS::UpdateMessage`
Summary: Add support for `LVFS::UpdateMessage`
Status: REPORTED
Alias: None
Product: Discover
Classification: Applications
Component: fwupd Backend (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Abhijeet Sharma
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-20 15:27 UTC by superm1
Modified: 2024-07-09 18:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description superm1 2019-09-20 15:27:54 UTC
In https://github.com/fwupd/fwupd/issues/1383 there was some discussion that frontends will need to adopt support for LVFS::UpdateMessage to be able to show messages after completing an update if they're present in the CAB.
This was implemented in the text frontends fwupdmgr/fwupdtool, but needs to be brought into other frontends now.  Sample code from fwupdmgr/fwupdtool implementation is here: https://github.com/fwupd/fwupd/commit/32241f4256bfbc6d1042e7ae725edb7d7906dc59
Comment 1 Unknown 2020-06-16 18:12:52 UTC
Any progress?