<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Le 12/02/2022 à 11:17, Andrew Goodbody
a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:9494e61d-a3ad-07cf-8a79-b0a255e2d2a0@elfringham.co.uk">On
12/02/2022 05:10, <a class="moz-txt-link-abbreviated" href="mailto:kaizubg@gmail.com">kaizubg@gmail.com</a> wrote:
<br>
<blockquote type="cite">
<blockquote type="cite">$ find /usr -name "libgio*"
<br>
</blockquote>
<br>
$ sudo find /usr -name "libgio*"
<br>
/usr/lib/libgio-2.0.so.0
<br>
/usr/lib/libgio-2.0.so.0.7000.3
<br>
/usr/lib64/gio/modules/libgioremote-volume-monitor.so
<br>
/usr/lib64/gio/modules/libgiognomeproxy.so
<br>
/usr/lib64/gio/modules/libgiognutls.so
<br>
/usr/lib64/gio/modules/libgiolibproxy.so
<br>
/usr/lib64/libgiomm-2.4.so.1
<br>
/usr/lib64/libgiomm-2.4.so.1.3.0
<br>
/usr/lib64/libgio-2.0.so.0
<br>
/usr/lib64/libgio-2.0.so.0.7000.3
<br>
<br>
Everything in place. GIO as being the acronym for Gnome
Input/Output, developed and maintained by the The GNOME Project,
is likely part of the standard configuration on Fedora/GNOME.
There are 710 packages the depend on this library:
<br>
<br>
$ sudo dnf repoquery --whatrequires libgio-2.0.so.0 | wc
<br>
710 710 24073
<br>
<br>
Is this a DK 7.6 bug?
<br>
<br>
Kai
<br>
</blockquote>
<br>
No.
<br>
<br>
> ERROR: ld.so: object '/usr/lib64/libgio-2.0.so' from
LD_PRELOAD cannot be preloaded (cannot open shared object file):
ignored.
<br>
<br>
That error comes from your OS installation and tells you that it
cannot find the file you specified or there is some other reason
it cannot open it eg wrong permissions.
<br>
<br>
You asked it to preload /usr/lib64/libgio-2.0.so but the find
above only shows /usr/lib64/libgio-2.0.so.0 and BTW you added sudo
to the find command which was not needed, it is best not to use
sudo unless necessary.
<br>
<br>
Andrew
<br>
</blockquote>
<p>It seems that <br>
</p>
<p><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;">LD_PRELOAD=/lib64/libpango-1.0.so.0:/usr/lib64/libgmodule-2.0.so.0
./digiKam-7.6.0-20220211T110741-x86-64.appimage</span><br>
</span></p>
<p><span style="font-family:monospace">works for fedora35</span></p>
<p><span style="font-family:monospace">Michel<br>
</span></p>
<p><span style="font-family:monospace"></span><br>
<span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"><span
style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"></span></span></span></span></p>
<p><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"><span
style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"><br>
</span></span></span></span></p>
<p><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"><span
style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"><br>
</span></span></span></span></p>
<p><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"><span
style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"><br>
</span></span></span></span></p>
<p><span style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"><span
style="font-family:monospace"><span
style="color:#000000;background-color:#ffffff;"></span></span></span><br>
</span></p>
</body>
</html>