GNU bug report logs -
#77997
[PATCH] gnu: swaynotificationcenter: Fix hardcoded filename.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 22 Apr 2025 21:34:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:
> This is a follow-up to ed12cba2216599a35560ad4c43f2894872910f33.
>
> It fixes configModel.vala:310: [...]/profile/etc/xdg/swaync/config.json:2:23:
> Parse error: unexpected identifier `store', expected value
>
> * gnu/packages/wm.scm (swaynotificationcenter)[arguments]: Refresh
> 'fix-swaync-path phase.
> ---
> gnu/packages/wm.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 2a5d21c0db0..18469408844 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -2461,7 +2461,8 @@ (define-public swaynotificationcenter
> (lambda _
> (substitute* "src/config.json.in"
> (("@JSONPATH@")
> - (string-append #$output "/etc/xdg/swaync/configSchema.json")))
> + (format #f "\"~a/etc/xdg/swaync/configSchema.json\""
> + #$output)))
> (substitute* "src/functions.vala"
> (("/usr/local/etc/xdg/swaync")
> (string-append #$output "/etc/xdg/swaync"))))))))
> --
> 2.49.0
Something similar to this was pushed as
ab39ed52a047c1cc1bf3ddb857cfd2bed3b42a05.
Closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 23 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.