elnode icon indicating copy to clipboard operation
elnode copied to clipboard

hardcoded binary path

Open spiderbit opened this issue 8 years ago • 1 comments

Inside nixos when the webserver tries to serve files it does not find the "/bin/cat" binary it apperently uses for that.

(setq elnode-send-file-program (locate-file "cat" exec-path)) (setq elnode-send-file-program "cat")

that or that solves that problem dont know which is the better fix, but both would be better than having a absolute path.

spiderbit avatar Mar 19 '17 21:03 spiderbit

came here to make a pr on that. Also a nixos user

imho, elnode-send-file-program "cat" is sufficient. not having cat in /bin/ is pretty normal, not having coreutils things in the path is much weirder.

Reasonable-Solutions avatar Sep 28 '18 09:09 Reasonable-Solutions