-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hey!
This is a continuation of the discussion from ublue-os/bluefin#3172.
Goals
- Enable firmware upgrades (or just notifications).
Proposal
1. Add a firmware module
This module would use the fwupd service, either through DBus or fwupdmgr.
For reference, similar implementations already exist in other tools:
GNOME Software’s fwupd plugin1 and Canonical’s firmware-updater DBus service2.
This module is disabled by default.
2. Add firmware module flags
--disable-module-firmware Disable the firmware update module (shorthand for --policy-module-firmware=disabled)
--policy-module-firmware string Set the firmware module policy: disabled, notify-only, update-only, update-and-notify
It will allow adding similar --policy-module-xxx for other modules in the future, still preserving backward compatibility.
Related Tickets
Alternative Solutions
- Add upgrade notification in GNOME Firmware (https://gitlab.gnome.org/World/gnome-firmware/-/issues/71)
- Restore GNOME Software as it already has firmware upgrade notification included
Best regards,
Maciej Lech
Footnotes
omid-1985
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request