Tobias Bora

Results 287 comments of Tobias Bora

> nix-shell -p librsvg.out Not sure what you mean, I tried both to add librsvg in nix-ld and in current shell, no luck.

No, is it the case for you? I don't even see which package is supposed to provide this lib given that `nix run github:nix-community/nix-index-database -- lib/libpixbufloader-svg.so --top-level` returns zero element....

So I tried ``` (runCommand "librsvg" {} '' mkdir -p $out/lib/gdk-pixbuf-2.0/2.10.0/loaders ln -s "${librsvg}/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.so" "$out/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so" ln -s "${librsvg}/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.so" "$out/lib/libpixbufloader-svg.so" '') ``` and the first link does **not** work, while the...

And I also don't know if it is related, but while the latest musescore works with nix-ld, the 4.2.1 (working with appimage-run) does not start with nix-ld with this error:...

> We seem to have a cache in nixpkgs? modules/programs/gdk-pixbuf.nix It sets GDK_PIXBUF_MODULE_FILE Indeed… in my case it points to a file containing: ``` […] # GdkPixbuf Image Loader Modules...

I tried with the closed source, and I also sometimes see sleep issues, but the problem is not exactly the same as the above reported one, since the system would...

@aaronp24 So I tried to apply the patch with NixOS via: ``` hardware.nvidia = { open = true; # Set to false to use the proprietary kernel module, see https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus....

> Thanks for testing this. If you didn't see the vmap error or the one about kgspCreateRadix3 then you didn't hit either problem that that patch is supposed to fix....

@aaronp24 I had no issue since I tried your patch, so it seems fairly effective! Thanks a lot, I'll come back if the issue raises again, but so far it...

Thanks for the pointer, but as I understand it recreates stuff in `/nix/store` (based of fpm, see code in https://github.com/juliosueiras-nix/nix-utils/blob/b44e1ffd726aa03056db9df469efb497d8b9871b/utils/rpm-deb/default.nix#L129), so it's certainly more reliable, but it is less interesting...