Open tobiasBora opened 6 days ago
You can restart xournalpp
with LD_DEBUG=libs
set as environment variables. Than glibc will tell you exactly in which directories it has been trying to lookup your library. Hopefully this will make it obvious why it can't load from /run/current-system/sw/share/nix-ld/lib/
. Also make sure you are testing with nix-ld > v2.0.0 as it has changed significantly it's implementation.
Thanks for this great tool. But I'm a bit confused: I'd expect nix-ld to work also for appimages that I downloaded in https://github.com/xournalpp/xournalpp/releases, but it fails:
I do see errors related to ibus.so and libpixbufloader-svg.so, but I have them enabled already:
On the other hand,
appimage-run
works better (at least I can start the program).I can't really explain this bug, so sorry if this is unrelated, but since appimage-run kinds of work, I thought it would be a nix-ld related bug. Tested on kde plasma 6, wayland, recent nixos unstable.