unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27831] [PATCH 0/1] gnu: neofetch: Fix search path.
@ 2017-07-25 20:21 Oleg Pykhalov
  2017-07-25 20:21 ` [bug#27832] [PATCH 1/1] " Oleg Pykhalov
  2017-07-25 21:13 ` bug#27831: Splitted accross several bug reports (27832) Oleg Pykhalov
  0 siblings, 2 replies; 4+ messages in thread
From: Oleg Pykhalov @ 2017-07-25 20:21 UTC (permalink / raw)
  To: 27831

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#27832] [PATCH 1/1] gnu: neofetch: Fix search path.
  2017-07-25 20:21 [bug#27831] [PATCH 0/1] gnu: neofetch: Fix search path Oleg Pykhalov
@ 2017-07-25 20:21 ` Oleg Pykhalov
  2017-07-25 21:01   ` bug#27832: " Marius Bakke
  2017-07-25 21:13 ` bug#27831: Splitted accross several bug reports (27832) Oleg Pykhalov
  1 sibling, 1 reply; 4+ messages in thread
From: Oleg Pykhalov @ 2017-07-25 20:21 UTC (permalink / raw)
  To: 27832

* gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro logo.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 319a34ae8..0578433cb 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2169,7 +2169,7 @@ tool for remote execution and deployment.")
                  (("\"/etc/neofetch")
                   (string-append "\"" out "/etc/neofetch"))
                  (("\"/usr/share/neofetch")
-                  (string-append "\"" out "/usr/share/neofetch"))))
+                  (string-append "\"" out "/share/neofetch"))))
              #t))
          (delete 'configure))))
     (home-page "https://github.com/dylanaraps/neofetch")
-- 
2.13.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#27832: [PATCH 1/1] gnu: neofetch: Fix search path.
  2017-07-25 20:21 ` [bug#27832] [PATCH 1/1] " Oleg Pykhalov
@ 2017-07-25 21:01   ` Marius Bakke
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2017-07-25 21:01 UTC (permalink / raw)
  To: Oleg Pykhalov, 27832-done

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

Oleg Pykhalov <go.wigust@gmail.com> writes:

> * gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro logo.

Applied, thank you!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#27831: Splitted accross several bug reports (27832)
  2017-07-25 20:21 [bug#27831] [PATCH 0/1] gnu: neofetch: Fix search path Oleg Pykhalov
  2017-07-25 20:21 ` [bug#27832] [PATCH 1/1] " Oleg Pykhalov
@ 2017-07-25 21:13 ` Oleg Pykhalov
  1 sibling, 0 replies; 4+ messages in thread
From: Oleg Pykhalov @ 2017-07-25 21:13 UTC (permalink / raw)
  To: 27831; +Cc: 27831-done

Sorry, splitted accross several bug reports:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27832

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-25 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-25 20:21 [bug#27831] [PATCH 0/1] gnu: neofetch: Fix search path Oleg Pykhalov
2017-07-25 20:21 ` [bug#27832] [PATCH 1/1] " Oleg Pykhalov
2017-07-25 21:01   ` bug#27832: " Marius Bakke
2017-07-25 21:13 ` bug#27831: Splitted accross several bug reports (27832) Oleg Pykhalov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).