Mario Limonciello
Mario Limonciello
CC @gportay. This is from 714983d82d
Oh; did we start compiling it in? In that case let me just spin up a PR for you to try. You can test it in the fwupd development environment...
`source venv/bin/activate`
huh.... It's supposed to be setting the `LD_LIBRARY_PATH` so it can load that properly. Arch might be doing it a little weird. I've tested it both on Ubuntu and Fedora...
Here's a fix for that. I'll send a PR separately. ``` --- a/contrib/launch-venv.sh +++ b/contrib/launch-venv.sh @@ -4,7 +4,7 @@ DIST="$(dirname $0)/../dist" BIN="$(basename $0)" export FWUPD_LOCALSTATEDIR=${DIST} export FWUPD_SYSCONFDIR=${DIST}/etc -export LD_LIBRARY_PATH=${DIST}/lib/${gcc}:${DIST}/lib64 +export...
Did you run refresh yet?
> I am sorry, I do not remember how to (or if it is possible even). I cannot help about that, @hughsie, @superm1 maybe? If you take a CAB and...
This was reproduced using snapd 2.61.1.
It should be the same. We didn't make any changes in this area.
In the dbus method can we have a way to discover what PCRs they're bound to? We shouldn't *need* to be doing anything for some PCRs.