GNU bug report logs -
#27831
[PATCH 0/1] gnu: neofetch: Fix search path.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Tue, 25 Jul 2017 20:23:01 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
ascii logo doesn't work. We don't use /usr in Guix, do we? So I made
a quick fix according to strace neofetch output:
[...]
stat("/gnu/store/6rq4dkzbwi89w0dlxj0nm7fzfi2qrjxv-neofetch-3.2.0/usr/share/neofetch/ascii/distro", 0x7ffe77460b90) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/neofetch/ascii/distro", 0x7ffe77460aa0) = -1 ENOENT (No such file or directory)
stat("/data/data/com.termux/files/usr/share/neofetch/ascii/distro", 0x7ffe774609b0) = -1 ENOENT (No such file or directory)
stat("/boot/home/config/non-packaged/share/neofetch/ascii/distro", 0x7ffe774608c0) = -1 ENOENT (No such file or directory)
[...]
Oleg Pykhalov (1):
gnu: neofetch: Fix search path.
gnu/packages/admin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.13.3
This bug report was last modified 8 years and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.