Project

General

Profile

Freedom Issue #2965

Updated by bill-auger over 3 years ago

another one bites the dust

<pre>
$ digikam
digikam: error while loading shared libraries: libQt5WebEngineWidgets.so.5: cannot open shared object file: No such file or directory

$ lddtree `which digikam` | grep None
libQt5WebEngineWidgets.so.5 => None
libQt5WebEngineCore.so.5 => None
</pre>

more precisely: "links to" - webengine is not in its dependency chain; because the dependency is satisfied in arch indirectly via 'marble-common' (which is rebuilt in [libre] to remove webengine support)

Back