Closed eyduh closed 11 months ago
Hi, I think this was also reported for Slackware: https://dcpomatic.com/bugs/view.php?id=2642 I'll take a look.
Maybe you could try the builds here: https://dcpomatic.com/build/appimage/39478c7 They add libthai and seem to work to me on a VM running nixOS.
This change has now been merged into the main
branch of DoM and will be in 2.16.72.
I only tried the main program thus far but works like a charm c:
Cheers!
Hi,
I'm trying to run the Appimage on NixOS 23.11 without success.
If I run the DCP in an environment with the required libraries I encounter the same issue:
Since the Appimage depends on shared libraries that are expected to reside in
/usr/lib/*
it fails to locate these libaries even if installed on the host as the actual location on nixos is in the nix store like a soJudging by this completely different issue, I would run into a similar issue with a few other libraries as well.
I'll look into setting up a nix derivation to build dcp-o-matic from source based on the instructions on your website but until then, would it be impractical to bundle these libraries into the AppImage? Alternatively, a way for it to find the libraries when in a non-standard location?
Thanks!