[digiKam-users] DK 7.6 Appimage start problems Fedora 35

Andrew Goodbody ajg02 at elfringham.co.uk
Sat Feb 12 10:17:06 GMT 2022


On 12/02/2022 05:10, kaizubg at gmail.com wrote:
>> $ find /usr -name "libgio*"
> 
> $ sudo find /usr -name "libgio*"
> /usr/lib/libgio-2.0.so.0
> /usr/lib/libgio-2.0.so.0.7000.3
> /usr/lib64/gio/modules/libgioremote-volume-monitor.so
> /usr/lib64/gio/modules/libgiognomeproxy.so
> /usr/lib64/gio/modules/libgiognutls.so
> /usr/lib64/gio/modules/libgiolibproxy.so
> /usr/lib64/libgiomm-2.4.so.1
> /usr/lib64/libgiomm-2.4.so.1.3.0
> /usr/lib64/libgio-2.0.so.0
> /usr/lib64/libgio-2.0.so.0.7000.3
> 
> 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:
> 
> $ sudo dnf repoquery --whatrequires libgio-2.0.so.0 | wc
> 710 710 24073
> 
> Is this a DK 7.6 bug?
> 
> Kai

No.

 > ERROR: ld.so: object '/usr/lib64/libgio-2.0.so' from LD_PRELOAD 
cannot be preloaded (cannot open shared object file): ignored.

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.

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.

Andrew


More information about the Digikam-users mailing list