GNU bug report logs - #27831
[PATCH 0/1] gnu: neofetch: Fix search path.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#27831: closed ([PATCH 0/1] gnu: neofetch: Fix search path.)
Date: Tue, 25 Jul 2017 21:14:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 26 Jul 2017 00:13:38 +0300
with message-id <874lu0dxtp.fsf <at> gmail.com>
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
help-debbugs <at> gnu.org.)


-- 
27831: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27831
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Oleg Pykhalov <go.wigust <at> gmail.com>
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



[Message part 3 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: 27831 <at> debbugs.gnu.org
Cc: 27831-done <at> debbugs.gnu.org
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


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.