hadess

Results 354 comments of hadess

rpmbuild would add both the Requires (which it already has) and the provides for that library.

Pretty sure that's not in the plans. It's supposed to be ABI stable. Centos 8/RHEL8 will have a different version.

Centos 7 and RHEL7's kernel aren't new enough to support the latest versions of the evdi driver, so this might not ever work, but there's a patch below to make...

I think that our best bet might be to split off the kernel module from the daemon, if it's possible at all to use a newer DisplayLinkManager with an older...

Something like this: ``` diff --git a/displaylink.spec b/displaylink.spec index 676d814..33fdae2 100644 --- a/displaylink.spec +++ b/displaylink.spec @@ -1,5 +1,11 @@ %global debug_package %{nil} +%if 0%{?rhel} +%kernel_pkg_name kernel-mt +%else +%kernel_pkg_name kernel +%endif...

> There's also an option to erase 'drive' as part of the block `Format()` method: http://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Format In this case please be wary of this potential dangerous issue: #977 It's about...

It looks like gw also doesn't return 1 on other failures, such as reading or writing errors. I can see cases where this isn't wanted, but it would be great...

I know it's not the same thing, but the Flatpak from Flathub has support for x86_64 and aarch64 (aka arm64): https://flathub.org/apps/details/tech.feliciano.pocket-casts

> On [flathub/com.adobe.Flash-Player-Projector#28](https://github.com/flathub/com.adobe.Flash-Player-Projector/pull/28) we hit an issue where the tarball changed, but the web page from which the version number is scraped had not been updated. As a result, the...

> What data would you need to ascertain that – the full HTML contents? That's not currently included in the log, though I suppose it could be added. I can...