@Techman35: I've been trying to get it to work for a while now (and even built from source and started to dislike the (to me) strange approach with nix-packaging quite a bit) until I stumbled upon the solution in a mostly unrelated comment elsewhere:
If you have LD_PRELOAD
set in your environment, that seems to trip up daedalus / nix-shell.
I have /usr/lib/libgtk3-nocsd.so.0
in $LD_PRELOAD
from https://aur.archlinux.org/packages/gtk3-nocsd-git.
With an unset LD_PRELOAD
in the shell before running the .bin
, it worked for me – maybe that helps in your case as well :)
Pinned Comments
cga commented on 2020-12-05 14:48
Been trying to find a way to package Daedalus, but you are better off using the official .bin script for now. Maintaining ownership of the package, hoping for proper Linux support by IOG. Right now they use NixOS and it's very messy to package.
Refer to this for now: https://daedaluswallet.io/