Ubuntu SDK ide calls wrong lib path

Hi, I want to install Ubuntu SDK ide under Fedora 32 and there is an issue that I don’t know how to address it.

The app calls for the /snap/ubuntu-sdk-ide/3/bin/usdk-target looking for
gdk-pixbuf-2.0/2.10.0/loaders.cache I believe that in Ubuntu it calls it from /usr/lib/x86_64-linux-gnu/, in Fedora is located in /usr/lib64

How do I tell snap that the libs installed in my system are located in that folder?

I believe is not going to be the only problem I will have, thanks for the support.

snap packages are self contained, all libs and required tools to run a snap should be included in it … snaps are also usually confined (more or less, depending on the security features the host distro offers) and can not really “see” all the hosts library paths, on purpose …

so if you see a missing lib or tool it is more likely there is something missing in the snap …

if you now look into:

it has only had a release in the edge channel and it has last been touched 3y ago, perhaps @kalikiana (the packager) can chime in here but he has not been around for quite a while i think.