GNU bug report logs -
#55000
[PATCH] gnu: Fix incorrect path in home-fish-service
Previous Next
Reported by: Maya <maya.omase <at> protonmail.com>
Date: Sun, 17 Apr 2022 21:37:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55000 in the body.
You can then email your comments to 55000 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#55000
; Package
guix-patches
.
(Sun, 17 Apr 2022 21:37:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Maya <maya.omase <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 17 Apr 2022 21:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I haven't found any info on this and I wasn't sure if I should open a bug report. I believe this is a bug in the home-fish-service, as guix home copies the configuration file to "~/config/fish/config.fish" but the path where fish looks for is "~/.config/fish/config.fish"
Other than that it functions correctly, it must've been a mistake as one rarely changes this file and once in the right place, it works perfectly. Without it though, the guix home is non-functional.
Regards,
Maya
---
gnu/home/services/shells.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/home/services/shells.scm b/gnu/home/services/shells.scm
index d96c951cd8..fd0a8397f6 100644
--- a/gnu/home/services/shells.scm
+++ b/gnu/home/services/shells.scm
@@ -586,7 +586,7 @@ (define-configuration home-fish-configuration
serialize-fish-abbreviations))
(define (fish-files-service config)
- `(("config/fish/config.fish"
+ `((".config/fish/config.fish"
,(mixed-text-file
"fish-config.fish"
#~(string-append "\
--
2.35.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Thu, 28 Apr 2022 22:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Maya <maya.omase <at> protonmail.com>
:
bug acknowledged by developer.
(Thu, 28 Apr 2022 22:00:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 55000-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Maya <maya.omase <at> protonmail.com> skribis:
> I haven't found any info on this and I wasn't sure if I should open a bug report. I believe this is a bug in the home-fish-service, as guix home copies the configuration file to "~/config/fish/config.fish" but the path where fish looks for is "~/.config/fish/config.fish"
>
> Other than that it functions correctly, it must've been a mistake as one rarely changes this file and once in the right place, it works perfectly. Without it though, the guix home is non-functional.
Indeed. This is because ‘home-files-service-type’ no longer prepends
“.” to file names.
Applied now, thanks!
Ludo’.
PS: And congrats on getting bug #55000. :-)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 27 May 2022 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.