Closed teto closed 4 years ago
thus in absence of this pango-querymodules, how can I work around the error ?
It must be using a pango shipped with the game because pango in Nixpkgs does not even have the code for loading the modules: https://github.com/GNOME/pango/commit/7d30b3f91958a3ff45ee2b8e5de2b6186cadfb72 So hopefully, it would also contain pango-querymodules
or something.
I would try extracting the archive and looking how pango is linked (and trying to replace it with system one if it is dynamically linked, hoping ABI did not change).
But I doubt it will work on any other distro without work.
Here I found a mention of this issue in IRC logs: https://logs.nix.samueldr.com/nixos/2018-02-03#884288;
thanks ! dont have time to test now but sounds promising !
Describe the bug While trying to install a gog program via
steam-run ./gog_hyper_light_drifter_2.8.0.9.sh
, I got:The installer runs fine but shows squares instead of proper characters.
This is on nixos-unstable. I tried to nix-locate a pango-querymodules zihtout success. I might look into it later but post his in case someone already has a solution.