emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27831: closed ([PATCH 0/1] gnu: neofetch: Fix sear


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27831: closed ([PATCH 0/1] gnu: neofetch: Fix search path.)
Date: Tue, 25 Jul 2017 21:14:02 +0000

Your message dated Wed, 26 Jul 2017 00:13:38 +0300
with message-id <address@hidden>
and subject line Splitted accross several bug reports (27832)
has caused the debbugs.gnu.org bug report #27831,
regarding [PATCH 0/1] gnu: neofetch: Fix search path.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27831: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27831
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/1] gnu: neofetch: Fix search path. Date: Tue, 25 Jul 2017 23:21:41 +0300
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




--- End Message ---
--- Begin Message --- Subject: Splitted accross several bug reports (27832) Date: Wed, 26 Jul 2017 00:13:38 +0300
Sorry, splitted accross several bug reports:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27832


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]