<div dir="ltr"><div>yes, some libraries are dropped from the bundle. Look here :</div><div><br></div><div><a href="https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/appimage/04-build-appimage.sh#L308">https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/appimage/04-build-appimage.sh#L308</a></div><div><br></div><div>Gilles Caulier<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 6 févr. 2022 à 15:25, Remco Viëtor <<a href="mailto:remco.vietor@wanadoo.fr">remco.vietor@wanadoo.fr</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On dimanche 6 février 2022 15:01:22 CET Hans-Peter Huth wrote:<br>
> On Sun, 6 Feb 2022 14:30:34 +0100<br>
> Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com" target="_blank">caulier.gilles@gmail.com</a>><br>
> <br>
> wrote:<br>
> > Ok, it's the same issue than :<br>
> > <a href="https://github.com/AppImage/AppImageKit/issues/1162" rel="noreferrer" target="_blank">https://github.com/AppImage/AppImageKit/issues/1162</a><br>
> > <br>
> > The problem is with libgmodule shared library. Look if you have a .so<br>
> > named like this in /usr/lib64/ and try to preload the file before starting<br>
> > appimage...<br>
> <br>
> still no success:<br>
> LD_PRELOAD=$LD_PRELOAD:/usr/lib64/libgio-2.0.so.0:/usr/lib64/libpangocairo-1<br>
> .0.so:/usr/lib64/<a href="http://libgmodule-2.0.so" rel="noreferrer" target="_blank">libgmodule-2.0.so</a><br>
> ./digiKam-7.6.0-20220205T123907-x86-64.appimage<br>
> ...<br>
> digikam: symbol lookup error: /usr/lib64/<a href="http://libpangocairo-1.0.so" rel="noreferrer" target="_blank">libpangocairo-1.0.so</a>: undefined<br>
> symbol: pango_font_get_hb_font<br>
That looks like a version error to me. Looking up that symbol, it appears it <br>
was introduced in Pango 1.44. So perhaps check the exact version you have <br>
installed?<br>
<br>
Same thing for any other missing symbols: check the exact version you have <br>
(your package manager should tell you that).<br>
<br>
That of course assumes those libraries are not packaged in the appimage...<br>
<br>
<br>
<br>
</blockquote></div>