GNU bug report logs -
#59648
[PATCH] gnu: icedove: Use native notifications when available
Previous Next
Reported by: SeerLite <seerlite <at> nixnet.email>
Date: Mon, 28 Nov 2022 04:55:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
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 59648 in the body.
You can then email your comments to 59648 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#59648
; Package
guix-patches
.
(Mon, 28 Nov 2022 04:55:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
SeerLite <seerlite <at> nixnet.email>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 28 Nov 2022 04:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnuzilla.scm (icedove)[phases]{wrap-program}: Add libnotify
to LD_LIBRARY_PATH.
---
gnu/packages/gnuzilla.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index feb80d81a2..6a8ee41a1e 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1189,6 +1189,7 @@ (define (runpaths-of-input label)
"eudev"
"pulseaudio"
;; For the integration of native notifications
+ ;; (same reason as icedove)
"libnotify"))))
(wrap-program (car (find-files lib "^icecat$"))
`("XDG_DATA_DIRS" prefix (,gtk-share))
@@ -1496,10 +1497,13 @@ (define-public icedove
(pulseaudio #$(this-package-input "pulseaudio"))
(pulseaudio-lib (string-append pulseaudio "/lib"))
(eudev #$(this-package-input "eudev"))
- (eudev-lib (string-append eudev "/lib")))
+ (eudev-lib (string-append eudev "/lib"))
+ ;; For the integration of native notifications (same reason as icecat)
+ (libnotify #$(this-package-input "libnotify"))
+ (libnotify-lib (string-append libnotify "/lib")))
(wrap-program (car (find-files lib "^icedove$"))
`("XDG_DATA_DIRS" prefix (,gtk-share))
- `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib ,eudev-lib)))))))))
+ `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib ,eudev-lib ,libnotify-lib)))))))))
(inputs
(list alsa-lib
bzip2
@@ -1519,6 +1523,7 @@ (define-public icedove
libffi
libgnome
libjpeg-turbo
+ libnotify
libpng-apng
libvpx
libxcomposite
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59648
; Package
guix-patches
.
(Mon, 05 Dec 2022 16:18:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 59648 <at> debbugs.gnu.org (full text, mbox):
Hi,
SeerLite <seerlite <at> nixnet.email> skribis:
> * gnu/packages/gnuzilla.scm (icedove)[phases]{wrap-program}: Add libnotify
> to LD_LIBRARY_PATH.
Jonathan: this one’s for you. :-)
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59648
; Package
guix-patches
.
(Thu, 08 Dec 2022 15:10:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 59648 <at> debbugs.gnu.org (full text, mbox):
Hello SeerNet,
hm, when I enable notifications in Thunderbird I get notifications from
my sway desktop:
I just enabled it via Settings -> General -> Incoming Messages -> When
new messages arrive -> [x] Show an alert.
This is without your patch applied...
~Jonathan
Added tag(s) moreinfo.
Request was from
Christopher Baines <mail <at> cbaines.net>
to
control <at> debbugs.gnu.org
.
(Tue, 13 Dec 2022 13:24:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59648
; Package
guix-patches
.
(Sun, 19 Feb 2023 09:32:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 59648 <at> debbugs.gnu.org (full text, mbox):
Hi! Sorry, I didn't receive this response when it was sent, and it
wasn't in my inbox.
> Hello SeerNet,
It's SeerLite :s
> hm, when I enable notifications in Thunderbird I get notifications from
> my sway desktop:
> I just enabled it via Settings -> General -> Incoming Messages -> When
> new messages arrive -> [x] Show an alert.
>
> This is without your patch applied...
Yes, that's the same for me as well. The issue is not that there aren't
notifications, but that IceDove chooses to use its own fallback
implementation of them rather than using the program configured to send
them (in my case it's dunst). Without my patch I get large notifications
inconsistent with my setup. With my patch I get my custom configured
dunst notifications.
I'm pretty sure Icecat would use the same fallback notification
implementation if it didn't have libnotify. That's how I found out about
this issue back when I made the patch after all, but I can't remember
the details anymore. All I can say is Icedove uses the right
notifications on my machine with the patch applied.
I hope that explains the difference and maybe you're able to reproduce
the issue.
PS: I was actually actively waiting for a response since I sent the
patch (same as my other patch). Unfortunately I didn't check mumi
earlier. I've also changed my E-mail provider as the server I was
previously using was having a hard time getting to Debbugs.
Reply sent
to
Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
:
You have taken responsibility.
(Wed, 12 Apr 2023 08:35:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
SeerLite <seerlite <at> nixnet.email>
:
bug acknowledged by developer.
(Wed, 12 Apr 2023 08:35:01 GMT)
Full text and
rfc822 format available.
Message #21 received at 59648-done <at> debbugs.gnu.org (full text, mbox):
Hello SeerLite,
rebased and pushed as a3239ffd84e6ee9d9494085ddc3b875ebf43e225.
~Jonathan
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 10 May 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.