Davide Cavalca

Results 55 comments of Davide Cavalca

Here you go: ``` $ lspci | grep "00:02.0" 00:02.0 USB controller: Red Hat, Inc. QEMU XHCI Host Controller (rev 01) ```

That fails to compile as-is: ``` $ cargo build Compiling foo v0.1.0 (/home/fedora/dcavalca/foo) error[E0277]: `Vec` doesn't implement `std::fmt::Display` --> src/main.rs:8:31 | 8 | println!("Device ID: {}", device.device_id()); | ^^^^^^^^^^^^^^^^^^ `Vec`...

As a datapoint, I'm on T99W175.F0.0.0.5.7.VZ.006 on an X1 Nano with Fedora 36 and it's failing with 'Invalid transition' even after installing the latest libqmi and the fcc-unlock mentioned above.

Yeah, from what I've seen it's pretty common to publish internal crates. They don't have to be versioned independently -- you can just bulk publish them all at once with...

I'm not terribly familiar with AppImage. I've used Flatpak, and it's a decent way for upstream projects to publish official releases that are easy to consume on all distros. It...

https://github.com/fedora-sysv/initscripts/blob/a6a54d08d7cfe07e385f215fa561255fc7a1d77b/network-scripts/ifup-eth#L204 is where the `exit 0` happens

Speaking as a Fedora packager, I think this should be added so we can accurately represent the license expression for this package. Note that Fedora [explicitly discourages](https://docs.fedoraproject.org/en-US/legal/license-field/#_no_effective_license_analysis) packagers from performing...

https://github.com/bus1/dbus-broker/issues/93 is the corresponding issue for dbus-broker, and has some additional context on this as well.

For distributions it would be valuable to at least have the _option_ to build against system packages without having to patch the build system.

I don't know anything about Bazzite, but my understanding is that it's composed from Fedora packages. If that's the case, I would strongly recommend not building the Asahi integration packages...