On 26/05/22 17:34, Jon Escombe wrote:
LD_PRELOAD=/lib64/libgmodule-2.0.so ./PulseView-NIGHTLY-x86_64.AppImage
Thanks Jon for putting me on the right track!
I only needed a slightly different path for the library in Ubuntu, which is:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
Hi,
Is a library mismatch between the host and the AppImage contents (I get
the same issue on Fedora).
Short answer - try running it like this (preloads libgmodule from the
host filesystem);
LD_PRELOAD=/lib64/libgmodule-2.0.so ./PulseView-NIGHTLY-x86_64.AppImage
For the long answer, there
2 matches
Mail list logo