firmware-manager icon indicating copy to clipboard operation
firmware-manager copied to clipboard

Generic framework and GTK UI for firmware updates from system76-firmware and fwupd, written in Rust.

Results 18 firmware-manager issues
Sort by recently updated
recently updated
newest added

Hi, I'm a System76 Lemur Pro (lemp10) user on Fedora Silverblue. I haven't had any firmware updates for a long time until I recently installed Pop!_OS and found out that...

**Distribution (run `cat /etc/os-release`):** Pop!\_OS 22.04 **Related Application and/or Package Version (run `apt policy $PACKAGE NAME`):** system76-firmware **Issue/Bug Description:** Currently, only BIOS version is checked when the application is determining...

enhancement

fwupd stores the release date as an unsigned 64-bit Unix timestamp, whereas system76-firmware stores it as a string. Convert the System76 value to a timestamp to match fwupd. Ref: https://github.com/pop-os/firmware-manager/pull/127

Hello, I'm trying to install `firmware-manager` but at `make install` step I have the following error: ``` $ sudo make install prefix=/usr Password: install -Dm0755 "target/release/firmware-manager-gtk" "/usr/bin/com.system76.FirmwareManager" install: cannot stat...

For UEFI updates on laptops fwupdmgr requires that the laptop lid is open and laptop is on AC power and disallows firmware installation if those conditions are not satisfied (for...

enhancement

I just ran into https://github.com/fwupd/firmware-lenovo/issues/53 (updating firmware fails, saying something like "fwupd failed to write data to efivarfs: no space left"). The solution mentioned in the comments there (back up...

Vendors may associate an update message with a release, which is to be displayed after the device has been successfully updated. We will display that message in our info bar,...

Firmware from fwupd, when updates are available, will be fetched in advance, before it is shown in the UI. Closes #59

When a firmware update is available, two notifications are typically displayed (clicking on the first does nothing, clicking on the second opens the firmware manager): ![Screenshot from 2021-05-18 12-13-43](https://user-images.githubusercontent.com/7199422/118703665-97eff500-b7d3-11eb-920a-4aff780b73b7.png) The...

Hey, It took me a few moments to realize why exactly Firmware Manager kept showing it's only for administrators. I first traced it down to https://github.com/pop-os/system76-firmware/blob/2a64993c8d7fc10f170f3707846b0221c4313f8a/data/system76-firmware-daemon.conf listing two groups as...