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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77997 in the body.
You can then email your comments to 77997 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#77997
; Package
guix-patches
.
(Tue, 22 Apr 2025 21:34:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 22 Apr 2025 21:34:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
--
Best regards,
Nicolas Graves
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77997
; Package
guix-patches
.
(Sun, 27 Apr 2025 12:09:02 GMT)
Full text and
rfc822 format available.
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)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 27 Apr 2025 12:09:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
bug acknowledged by developer.
(Sun, 27 Apr 2025 12:09:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 26 May 2025 11:24:19 GMT)
Full text and
rfc822 format available.
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.