paper-plane-developers/paper-plane

flatpak: does not run with org.gnome.Sdk 43.

bellegarde-c opened this issue · 2 comments

tdjson 1.8.8 depends on libssl.so.1 from org.gnome.Sdk 42.

telegrand: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

oneplus-enchilada:~/.local/share/flatpak/runtime$ find . -name libssl.so.1.1
./org.gnome.Platform/aarch64/42/481a9d35ba454a3e5b3acadab5e0ea769a9d50f8dd571d88316ff0c55f9034aa/files/lib/aarch64-linux-gnu/libssl.so.1.1
./org.freedesktop.Platform/aarch64/21.08/151b30ed55a817f43fece60256e1147bec544244617999455f527c572d1598f1/files/lib/aarch64-linux-gnu/libssl.so.1.1

The prebuilt version of tdjson 1.8.8 is build with OpenSSL 3, which is present in org.gnome.Sdk 43, so I guess something has gone wrong in your flatpak container. I suggest trying to remove and then reinstall the app.

Closing for no activity. Feel free to reopen if you still face this issue!