Search Criteria
Package Details: firmware-manager 0.1.5+12+g3c542bd-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/firmware-manager.git (read-only, click to copy) |
---|---|
Package Base: | firmware-manager |
Description: | Generic framework and GTK UI for firmware updates from system76-firmware and fwupd |
Upstream URL: | https://github.com/pop-os/firmware-manager |
Licenses: | GPL-3.0-or-later |
Conflicts: | libfirmware-manager |
Submitter: | electrickite |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 10 |
Popularity: | 0.014896 |
First Submitted: | 2020-04-02 02:45 (UTC) |
Last Updated: | 2024-09-05 19:34 (UTC) |
Dependencies (9)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libgudev
- openssl (openssl-gitAUR, openssl-staticAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- fwupd (fwupd-gitAUR) (optional) – Generic firmware updates
- system76-firmware-daemon (system76-firmware-daemon-gitAUR, system76-firmware-gitAUR, system76-firmware) (optional) – System76 firmware updates
Required by (2)
- system76-driver (optional)
- system76-driver-git (optional)
Latest Comments
« First ‹ Previous 1 2 3
jsimon0 commented on 2021-02-10 18:30 (UTC)
@yochananmarqos This worked. Thanks
yochananmarqos commented on 2021-02-10 18:13 (UTC) (edited on 2021-02-10 18:14 (UTC) by yochananmarqos)
@jsimon0: I solved the issue in my
firmware-manager-git
package by using a Polkit policy. Try that out. You'll be able to run the binary just asfirmware-manager
and use the menu shortcut. It will prompt for elevation.jsimon0 commented on 2021-02-10 17:17 (UTC)
While this builds for me, I cannot run it. I get the following exception at runtime if I run with elevated permissions. Anybody else?
Obviously, if I run it without elevated permissions, it opens but doesn't work.
electrickite commented on 2020-12-16 02:57 (UTC)
@dreieck Version 0.1.1-2 adds a firmware-manager symlink.
yochananmarqos commented on 2020-12-13 00:02 (UTC) (edited on 2020-12-13 00:05 (UTC) by yochananmarqos)
@dreieck: I symlink
com.system76.FirmwareManager
tofirmware-manager
in myfirmware-manager-git
package. However, it makes no sense to symlinkcom.system76.FirmwareManager.Notify
as it's only used bycom.system76.FirmwareManager.Notify.service
.As far as the Cargo crates, that's how it works. Go packages are similar. Please don't spam every AUR package that uses Rust. See Arch package guidelines.
dreieck commented on 2020-12-12 23:45 (UTC)
The executables get installed at the non-intuitive names
/usr/bin/com.system76.FirmwareManager
and/usr/bin/com.system76.FirmwareManager.Notify
.Can you make them installed (or symlinked) to intuitive names, like
firmware-manager
andfirmware-manager.Notify
?Thanks for maintaining!
dreieck commented on 2020-12-12 23:12 (UTC)
Your
PKGBUILD
downloads stuff inbuild()
.This must not happen. No internet connection must be assumed in
build()
andpackage()
.Please make sure that everything needed to build the software is downloaded in the
source
-array, if that is not possible use theprepare()
-function and download stuff there. (source
-array has the advantage that user's makepkg.conf-settings are honoured.)Thanks for maintaining!
« First ‹ Previous 1 2 3