Package: guix;
Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Date: Mon, 28 Apr 2025 02:57:02 UTC
Severity: normal
To reply to this bug, email your comments to 78103 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu, ", bug-guix <at> gnu.org
:bug#78103
; Package guix
.
(Mon, 28 Apr 2025 02:57:02 GMT) Full text and rfc822 format available.Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, vivien <at> planete-kraus.eu, ", bug-guix <at> gnu.org
.
(Mon, 28 Apr 2025 02:57:02 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com> To: bug-guix <bug-guix <at> gnu.org> Subject: GNOME calendar reminders do not trigger notifications Date: Mon, 28 Apr 2025 11:55:53 +0900
Hi, Since commit 3c8427ca415, saving reminders for a GNOME Calendar event works... but! they dot appear to trigger any notifications. -- Thanks, Maxim
bug-guix <at> gnu.org
:bug#78103
; Package guix
.
(Tue, 29 Apr 2025 06:24:02 GMT) Full text and rfc822 format available.Message #8 received at 78103 <at> debbugs.gnu.org (full text, mbox):
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com> To: 78103 <at> debbugs.gnu.org Cc: noelopez <at> free.fr, vivien <at> planete-kraus.eu, liliana.prikler <at> gmail.com Subject: Re: bug#78103: GNOME calendar reminders do not trigger notifications Date: Tue, 29 Apr 2025 15:23:16 +0900
Hi, Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes: > Hi, > > Since commit 3c8427ca415, saving reminders for a GNOME Calendar event > works... but! they dot appear to trigger any notifications. Apparently that's another known upstream problem [0]. I was able to reproduce it in a fresh Fedora 42 VM, and installing Evolution fixes it. Given that: 1) it's a pretty bad user experience to not be reminded about events they created, and for which they explicitly added reminders; 2) and that adding Evolution itself adds a "mere" 100 MiB to the closure of, according to: 'guix size evolution-data-server evolution' (3132.4 MiB) vs 'guix size evolution-data-server' (3031.1 MiB); I'd propose we simply include the `evolution` package out of the box with a comment to remove it if/when moving the calendar notification functionality from evolution to gnome-shell-calendar-server [1] is implemented. What do you think? [0] https://gitlab.gnome.org/GNOME/gnome-calendar/-/issues/498 [1] https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/155 -- Thanks, Maxim
bug-guix <at> gnu.org
:bug#78103
; Package guix
.
(Tue, 29 Apr 2025 08:40:01 GMT) Full text and rfc822 format available.Message #11 received at 78103 <at> debbugs.gnu.org (full text, mbox):
From: Noé Lopez <noelopez <at> free.fr> To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, 78103 <at> debbugs.gnu.org Cc: vivien <at> planete-kraus.eu, liliana.prikler <at> gmail.com Subject: Re: bug#78103: GNOME calendar reminders do not trigger notifications Date: Tue, 29 Apr 2025 10:39:09 +0200
[Message part 1 (text/plain, inline)]
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes: > Hi, > > Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes: > >> Hi, >> >> Since commit 3c8427ca415, saving reminders for a GNOME Calendar event >> works... but! they dot appear to trigger any notifications. > > Apparently that's another known upstream problem [0]. I was able to > reproduce it in a fresh Fedora 42 VM, and installing Evolution fixes it. > > Given that: > > 1) it's a pretty bad user experience to not be reminded about events > they created, and for which they explicitly added reminders; > > 2) and that adding Evolution itself adds a "mere" 100 MiB to the closure > of, according to: > > 'guix size evolution-data-server evolution' (3132.4 MiB) vs > 'guix size evolution-data-server' (3031.1 MiB); > > I'd propose we simply include the `evolution` package out of the box > with a comment to remove it if/when moving the calendar notification > functionality from evolution to gnome-shell-calendar-server [1] is > implemented. > > What do you think? > Probably its a good idea? But I’m not sure if we want evolution in the app list since it is segfaulting after adding an account on my end. So I will see if I can patch it tonight to make it work. Also, it complains like calendar about missing org.gnome.evolution.dataserver.Sources5 service. Is that expected? Have a nice day, Noé > [0] https://gitlab.gnome.org/GNOME/gnome-calendar/-/issues/498 > [1] https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/155 > > -- > Thanks, > Maxim
[signature.asc (application/pgp-signature, inline)]
maxim.cournoyer <at> gmail.com, noelopez <at> free.fr, liliana.prikler <at> gmail.com, vivien <at> planete-kraus.eu, bug-guix <at> gnu.org
:bug#78103
; Package guix
.
(Fri, 02 May 2025 01:53:02 GMT) Full text and rfc822 format available.Message #14 received at 78103 <at> debbugs.gnu.org (full text, mbox):
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com> To: 78103 <at> debbugs.gnu.org Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com> Subject: [PATCH] services/gnome: Include Evolution by default to fix calendar notifications. Date: Fri, 2 May 2025 10:51:50 +0900
This increases the GNOME closure by about 81 MiB (from 4442 MiB to 4524 MiB), as can be seen via the command: guix shell --no-grafts gnome -- sh -c 'guix size $GUIX_ENVIRONMENT' * gnu/packages/gnome.scm (gnome-essential-extras): [evolution]: Register package. Fixes: <https://issues.guix.gnu.org/78103>. Change-Id: I606d01e9a3e72ea67bc67387c4e0d75b4ce4adce --- gnu/packages/gnome.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 86481705bbb..d76b93db1ff 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10511,6 +10511,13 @@ (define-public gnome-essential-extras dbus dconf desktop-file-utils + ;; XXX: Evolution shouldn't be 'essential', but + ;; there's a current issue where the GNOME + ;; calendar event notifications do not work + ;; without Evolution installed, so keep it until + ;; <https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/155> + ;; is implemented. + evolution font-abattis-cantarell font-dejavu gnome-default-applications base-commit: b2b7d2a3275d5ba866ae7fecac928ed4bd416beb -- 2.49.0
bug-guix <at> gnu.org
:bug#78103
; Package guix
.
(Mon, 05 May 2025 09:25:01 GMT) Full text and rfc822 format available.Message #17 received at 78103 <at> debbugs.gnu.org (full text, mbox):
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com> To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, 78103 <at> debbugs.gnu.org Cc: Noé Lopez <noelopez <at> free.fr>, Vivien Kraus <vivien <at> planete-kraus.eu> Subject: Re: bug#78103: [PATCH] services/gnome: Include Evolution by default to fix calendar notifications. Date: Mon, 05 May 2025 11:24:45 +0200
Am Freitag, dem 02.05.2025 um 10:51 +0900 schrieb Maxim Cournoyer: > This increases the GNOME closure by about 81 MiB (from 4442 MiB to > 4524 MiB), > as can be seen via the command: > > guix shell --no-grafts gnome -- sh -c 'guix size > $GUIX_ENVIRONMENT' > > * gnu/packages/gnome.scm (gnome-essential-extras): [evolution]: > Register > package. > > Fixes: <https://issues.guix.gnu.org/78103>. > Change-Id: I606d01e9a3e72ea67bc67387c4e0d75b4ce4adce LGTM.
bug-guix <at> gnu.org
:bug#78103
; Package guix
.
(Tue, 06 May 2025 06:19:06 GMT) Full text and rfc822 format available.Message #20 received at 78103 <at> debbugs.gnu.org (full text, mbox):
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com> To: Liliana Marie Prikler <liliana.prikler <at> gmail.com> Cc: 78103 <at> debbugs.gnu.org, Vivien Kraus <vivien <at> planete-kraus.eu>, Noé Lopez <noelopez <at> free.fr> Subject: Re: bug#78103: [PATCH] services/gnome: Include Evolution by default to fix calendar notifications. Date: Tue, 06 May 2025 15:18:21 +0900
Hi, Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes: > Am Freitag, dem 02.05.2025 um 10:51 +0900 schrieb Maxim Cournoyer: >> This increases the GNOME closure by about 81 MiB (from 4442 MiB to >> 4524 MiB), >> as can be seen via the command: >> >> guix shell --no-grafts gnome -- sh -c 'guix size >> $GUIX_ENVIRONMENT' >> >> * gnu/packages/gnome.scm (gnome-essential-extras): [evolution]: >> Register >> package. >> >> Fixes: <https://issues.guix.gnu.org/78103>. >> Change-Id: I606d01e9a3e72ea67bc67387c4e0d75b4ce4adce > LGTM. Unfortunately, I've finally rebooted my system, and the calendar events reminders are still *not* shown, although Evolution is installed as expected. Given that solution worked in Fedora, I suppose we need to set XDG_DATA_DIRS or similar, for example to expose a needed d-bus service. I'll have to investigate again. -- Thanks, Maxim
bug-guix <at> gnu.org
:bug#78103
; Package guix
.
(Sat, 17 May 2025 02:10:02 GMT) Full text and rfc822 format available.Message #23 received at 78103 <at> debbugs.gnu.org (full text, mbox):
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com> To: Liliana Marie Prikler <liliana.prikler <at> gmail.com> Cc: 78103 <at> debbugs.gnu.org, Vivien Kraus <vivien <at> planete-kraus.eu>, Noé Lopez <noelopez <at> free.fr> Subject: Re: bug#78103: [PATCH] services/gnome: Include Evolution by default to fix calendar notifications. Date: Sat, 17 May 2025 11:08:55 +0900
Hi, Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes: [...] > Unfortunately, I've finally rebooted my system, and the calendar events > reminders are still *not* shown, although Evolution is installed as > expected. Given that solution worked in Fedora, I suppose we need to > set XDG_DATA_DIRS or similar, for example to expose a needed d-bus > service. > > I'll have to investigate again. This is what the D-Bus session chatter looks like in Fedora, when the alarm is triggered: --8<---------------cut here---------------start------------->8--- user <at> fedora:~$ dbus-monitor method call time=1747441738.643689 sender=:1.24 -> destination=:1.105 serial=1130 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=Remove array of bytes "/home/user/.local/share/gvfs-metadata/home" + \0 array of bytes "/.local/share/gnome-shell/notifications" + \0 signal time=1747441740.043168 sender=:1.105 -> destination=(null destination) serial=7 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=AttributeChanged string "/home/user/.local/share/gvfs-metadata/home" string "/.local/share/gnome-shell/notifications" method call time=1747441740.048340 sender=:1.24 -> destination=org.freedesktop.DBus serial=1131 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=RemoveMatch string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/org/gnome/desktop/notifications/application/org-gnome-evolution/'" method return time=1747441740.048360 sender=org.freedesktop.DBus -> destination=:1.24 serial=4294967295 reply_serial=1131 method call time=1747441740.778987 sender=:1.165 -> destination=:1.154 serial=127 path=/org/gnome/evolution/dataserver/SourceManager/Source_10; interface=org.gnome.evolution.dataserver.Source.Writable; member=Write string " [Data Source] DisplayName[ar]=شخصي [...] DisplayName[zh_TW]=個人 DisplayName=Personal Enabled=true Parent=local-stub [Calendar] BackendName=local Color=#62a0ea Selected=true Order=0 [Alarms] IncludeMe=true LastNotified=2025-05-17T00:29:00Z ForEveryEvent=false " method return time=1747441740.783057 sender=:1.154 -> destination=:1.165 serial=68 reply_serial=127 signal time=1747441740.783229 sender=:1.154 -> destination=(null destination) serial=69 path=/org/gnome/evolution/dataserver/SourceManager/Source_10; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.gnome.evolution.dataserver.Source" array [ dict entry( string "Data" variant string " [Data Source] DisplayName[ar]=شخصي [...] Parent=local-stub [Calendar] BackendName=local Color=#62a0ea Selected=true Order=0 [Alarms] IncludeMe=true LastNotified=2025-05-17T00:29:00Z ForEveryEvent=false " ) ] array [ ] method call time=1747441740.784275 sender=:1.165 -> destination=org.freedesktop.portal.Desktop serial=128 path=/org/freedesktop/portal/desktop; interface=org.freedesktop.portal.Notification; member=AddNotification string "system-calendar 020d77fc9df4e2f93a89560ae580773f54d7adfe 1747441740" array [ dict entry( string "title" variant string "Reminders" ) dict entry( string "body" variant string "notifications test 05/17/2025 09:30:00 AM (25 minutes)" ) dict entry( string "icon" variant struct { string "themed" variant array [ string "appointment-soon" string "appointment-soon-symbolic" ] } ) dict entry( string "priority" variant string "normal" ) dict entry( string "default-action" variant string "app.show-reminders" ) dict entry( string "buttons" variant array [ array [ dict entry( string "label" variant string "Reminders" ) dict entry( string "action" variant string "app.show-reminders" ) ] ] ) ] method call time=1747441740.784606 sender=:1.93 -> destination=:1.31 serial=883 path=/org/freedesktop/impl/portal/PermissionStore; interface=org.freedesktop.impl.portal.PermissionStore; member=Lookup string "notifications" string "notification" method return time=1747441740.784779 sender=:1.31 -> destination=:1.93 serial=33 reply_serial=883 array [ dict entry( string "org.gnome.Evolution" array [ string "yes" ] ) ] variant byte 0 method call time=1747441740.784903 sender=:1.93 -> destination=:1.95 serial=884 path=/org/freedesktop/portal/desktop; interface=org.freedesktop.impl.portal.Notification; member=AddNotification string "org.gnome.Evolution" string "system-calendar 020d77fc9df4e2f93a89560ae580773f54d7adfe 1747441740" array [ dict entry( string "title" variant string "Reminders" ) dict entry( string "body" variant string "notifications test 05/17/2025 09:30:00 AM (25 minutes)" ) dict entry( string "icon" variant struct { string "themed" variant array [ string "appointment-soon" string "appointment-soon-symbolic" ] } ) dict entry( string "priority" variant string "normal" ) dict entry( string "default-action" variant string "app.show-reminders" ) dict entry( string "buttons" variant array [ array [ dict entry( string "label" variant string "Reminders" ) dict entry( string "action" variant string "app.show-reminders" ) ] ] ) ] method call time=1747441740.785260 sender=:1.95 -> destination=:1.24 serial=258 path=/org/gtk/Notifications; interface=org.gtk.Notifications; member=AddNotification string "org.gnome.Evolution" string "system-calendar 020d77fc9df4e2f93a89560ae580773f54d7adfe 1747441740" array [ dict entry( string "title" variant string "Reminders" ) dict entry( string "body" variant string "notifications test 05/17/2025 09:30:00 AM (25 minutes)" ) dict entry( string "icon" variant struct { string "themed" variant array [ string "appointment-soon" string "appointment-soon-symbolic" ] } ) dict entry( string "priority" variant string "normal" ) dict entry( string "default-action" variant string "app.show-reminders" ) dict entry( string "buttons" variant array [ array [ dict entry( string "label" variant string "Reminders" ) dict entry( string "action" variant string "app.show-reminders" ) ] ] ) ] method return time=1747441740.785586 sender=:1.95 -> destination=:1.93 serial=259 reply_serial=884 method call time=1747441740.787459 sender=:1.24 -> destination=org.freedesktop.DBus serial=1132 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=AddMatch string "type='signal',interface='ca.desrt.dconf.Writer',path='/ca/desrt/dconf/Writer/user',arg0path='/org/gnome/desktop/notifications/application/org-gnome-evolution/'" method return time=1747441740.787475 sender=org.freedesktop.DBus -> destination=:1.24 serial=4294967295 reply_serial=1132 method call time=1747441740.787867 sender=:1.24 -> destination=ca.desrt.dconf serial=1133 path=/ca/desrt/dconf/Writer/user; interface=ca.desrt.dconf.Writer; member=Change array of bytes [ 2f 6f 72 67 2f 67 6e 6f 6d 65 2f 64 65 73 6b 74 6f 70 2f 6e 6f 74 69 66 69 63 61 74 69 6f 6e 73 2f 61 70 70 6c 69 63 61 74 69 6f 6e 2f 6f 72 67 2d 67 6e 6f 6d 65 2d 65 76 6f 6c 75 74 69 6f 6e 2f 61 70 70 6c 69 63 61 74 69 6f 6e 2d 69 64 00 6f 72 67 2e 67 6e 6f 6d 65 2e 45 76 6f 6c 75 74 69 6f 6e 2e 64 65 73 6b 74 6f 70 00 00 73 00 50 70 ] method return time=1747441740.788103 sender=:1.116 -> destination=:1.24 serial=101 reply_serial=1133 string ":1.116:user:57" method return time=1747441740.793485 sender=:1.24 -> destination=:1.95 serial=1134 reply_serial=258 method call time=1747441743.717813 sender=:1.135 -> destination=org.gtk.Notifications serial=109 path=/org/gtk/Notifications; interface=org.gtk.Notifications; member=RemoveNotification string "org.gnome.Ptyxis" string "177d08eb-7bed-4827-b5ed-ff29c125ea49" --8<---------------cut here---------------end--------------->8--- The same in Guix System, with Evolution installed to the system profile, produces something similar: --8<---------------cut here---------------start------------->8--- method call time=1747445640.987638 sender=:1.75 -> destination=ca.desrt.dconf serial=120 path=/ca/desrt/dconf/Writer/user; interface=ca.desrt.dconf.Writer; member=Change array of bytes [ 2f 6f 72 67 2f 67 6e 6f 6d 65 2f 65 76 6f 6c 75 74 69 6f 6e 2d 64 61 74 61 2d 73 65 72 76 65 72 2f 63 61 6c 65 6e 64 61 72 2f 72 65 6d 69 6e 64 65 72 73 2d 70 61 73 74 00 00 00 00 00 00 00 00 73 79 73 74 65 6d 2d 63 61 6c 65 6e 64 61 72 0a 35 62 33 39 31 30 31 64 31 61 39 38 34 64 34 32 39 62 66 33 34 31 35 33 39 38 66 34 33 38 35 31 39 39 61 65 32 61 63 37 09 32 30 32 35 30 35 31 37 54 30 33 33 39 30 30 0a 31 37 34 37 34 34 35 36 34 30 0a 31 37 34 37 34 34 35 39 34 30 0a 31 37 34 37 34 34 37 32 30 30 0a 42 45 47 49 4e 3a 56 45 56 45 4e 54 0d 0a 55 49 44 3a 66 39 64 32 66 39 39 32 39 33 65 38 65 62 62 34 31 34 35 31 31 36 61 30 39 32 39 34 37 37 66 30 64 61 64 38 64 38 62 37 0d 0a 44 54 53 54 41 4d 50 3a 32 30 32 35 30 35 31 37 54 30 31 33 30 32 36 5a 0d 0a 44 54 53 54 41 52 54 3b 54 5a 49 44 3d 2f 66 72 65 65 61 73 73 6f 63 69 61 74 69 6f 6e 2e 73 6f 75 72 63 65 66 6f 72 67 65 2e 6e 65 74 2f 45 75 72 6f 70 65 2f 50 61 72 69 73 3a 0d 0a 20 32 30 32 35 30 35 31 37 54 30 33 33 39 30 30 0d 0a 44 54 45 4e 44 3b 54 5a 49 44 3d 2f 66 72 65 65 61 73 73 6f 63 69 61 74 69 6f 6e 2e 73 6f 75 72 63 65 66 6f 72 67 65 2e 6e 65 74 2f 45 75 72 6f 70 65 2f 50 61 72 69 73 3a 32 30 32 35 30 35 31 37 54 30 34 30 30 30 30 0d 0a 53 55 4d 4d 41 52 59 3a 74 65 73 74 6f 0d 0a 53 45 51 55 45 4e 43 45 3a 37 0d 0a 43 52 45 41 54 45 44 3a 32 30 32 35 30 35 31 37 54 30 31 33 30 32 36 5a 0d 0a 4c 41 53 54 2d 4d 4f 44 49 46 49 45 44 3a 32 30 32 35 30 35 31 37 54 30 31 33 33 32 33 5a 0d 0a 42 45 47 49 4e 3a 56 41 4c 41 52 4d 0d 0a 58 2d 45 56 4f 4c 55 54 49 4f 4e 2d 41 4c 41 52 4d 2d 55 49 44 3a 66 61 39 32 39 31 37 62 35 36 64 64 66 37 35 31 62 31 33 65 32 61 65 36 31 33 38 32 35 30 32 33 63 37 64 65 30 66 34 38 0d 0a 41 43 54 49 4f 4e 3a 41 55 44 49 4f 0d 0a 54 52 49 47 47 45 52 3b 52 45 4c 41 54 45 44 3d 53 54 41 52 54 3a 50 54 30 53 0d 0a 45 4e 44 3a 56 41 4c 41 52 4d 0d 0a 42 45 47 49 4e 3a 56 41 4c 41 52 4d 0d 0a 58 2d 45 56 4f 4c 55 54 49 4f 4e 2d 41 4c 41 52 4d 2d 55 49 44 3a 35 62 33 39 31 30 31 64 31 61 39 38 34 64 34 32 39 62 66 33 34 31 35 33 39 38 66 34 33 38 35 31 39 39 61 65 32 61 63 37 0d 0a 41 43 54 49 4f 4e 3a 41 55 44 49 4f 0d 0a 54 52 49 47 47 45 52 3b 52 45 4c 41 54 45 44 3d 53 54 41 52 54 3a 2d 50 54 35 4d 0d 0a 41 43 4b 4e 4f 57 4c 45 44 47 45 44 3a 32 30 32 35 30 35 31 37 54 30 31 33 32 30 30 5a 0d 0a 45 4e 44 3a 56 41 4c 41 52 4d 0d 0a 45 4e 44 3a 56 45 56 45 4e 54 0d 0a 00 e3 02 00 61 73 00 39 00 2b 03 ] method call time=1747445640.987790 sender=:1.75 -> destination=:1.16 serial=121 path=/org/gnome/evolution/dataserver/SourceManager/Source_13; interface=org.gnome.evolution.dataserver.Source.Writable; member=Write string " [Data Source] DisplayName[ar]=\D8\B4\D8\AE\D8\B5\D9\8A [...] DisplayName=Personal Enabled=true Parent=local-stub [Calendar] BackendName=local Color=#62a0ea Selected=true Order=0 [Offline] StaySynchronized=true [Refresh] Enabled=true EnabledOnMeteredNetwork=true IntervalMinutes=30 [Alarms] IncludeMe=true LastNotified=2025-05-17T01:34:00Z ForEveryEvent=false " method return time=1747445640.988368 sender=:1.16 -> destination=:1.75 serial=74 reply_serial=121 signal time=1747445640.988373 sender=:1.16 -> destination=(null destination) serial=75 path=/org/gnome/evolution/dataserver/SourceManager/Source_13; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.gnome.evolution.dataserver.Source" array [ dict entry( string "Data" variant string " [Data Source] DisplayName[ar]=\D8\B4\D8\AE\D8\B5\D9\8A [...] DisplayName=Personal Enabled=true Parent=local-stub [Calendar] BackendName=local Color=#62a0ea Selected=true Order=0 [Offline] StaySynchronized=true [Refresh] Enabled=true EnabledOnMeteredNetwork=true IntervalMinutes=30 [Alarms] IncludeMe=true LastNotified=2025-05-17T01:34:00Z ForEveryEvent=false " ) ] array [ ] method call time=1747445640.988452 sender=:1.75 -> destination=:1.47 serial=122 path=/org/gnome/evolution/dataserver/Subprocess/1457/2; interface=org.gnome.evolution.dataserver.Calendar; member=DiscardAlarm string "f9d2f99293e8ebb4145116a0929477f0dad8d8b7" string "20250517T033900" string "5b39101d1a984d429bf3415398f4385199ae2ac7" uint32 16 method call time=1747445640.988750 sender=:1.47 -> destination=org.freedesktop.DBus serial=246 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner string ":1.75" method return time=1747445640.988785 sender=org.freedesktop.DBus -> destination=:1.47 serial=67 reply_serial=246 string ":1.75" signal time=1747445640.988974 sender=:1.47 -> destination=(null destination) serial=247 path=/org/gnome/evolution/dataserver/Subprocess/1457/2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.gnome.evolution.dataserver.Calendar" array [ dict entry( string "Revision" variant string "2025-05-17T01:34:00.988851Z(7)" ) ] array [ ] signal time=1747445640.989165 sender=:1.47 -> destination=(null destination) serial=248 path=/org/gnome/evolution/dataserver/Subprocess/1457/2; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.gnome.evolution.dataserver.Calendar" array [ dict entry( string "Revision" variant string "2025-05-17T01:34:00.989052Z(8)" ) ] array [ ] method call time=1747445641.001874 sender=:1.47 -> destination=:1.105 serial=249 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=Move array of bytes "/root/.local/share/gvfs-metadata/home" + \0 array of bytes "/.local/share/evolution/calendar/system/calendar.ics~" + \0 array of bytes "/.local/share/evolution/calendar/system/calendar.ics" + \0 method return time=1747445641.001962 sender=:1.47 -> destination=:1.75 serial=250 reply_serial=122 method return time=1747445641.006105 sender=:1.15 -> destination=:1.75 serial=56 reply_serial=120 string ":1.15:user:30" signal time=1747445641.006314 sender=:1.15 -> destination=(null destination) serial=57 path=/ca/desrt/dconf/Writer/user; interface=ca.desrt.dconf.Writer; member=Notify string "/org/gnome/evolution-data-server/calendar/reminders-past" array [ string "" ] string ":1.15:user:30" method call time=1747445641.006416 sender=:1.75 -> destination=ca.desrt.dconf serial=123 path=/ca/desrt/dconf/Writer/user; interface=ca.desrt.dconf.Writer; member=Change array of bytes [ 2f 6f 72 67 2f 67 6e 6f 6d 65 2f 65 76 6f 6c 75 74 69 6f 6e 2d 64 61 74 61 2d 73 65 72 76 65 72 2f 63 61 6c 65 6e 64 61 72 2f 72 65 6d 69 6e 64 65 72 73 2d 70 61 73 74 00 00 00 00 00 00 00 00 00 61 73 00 39 45 ] method return time=1747445641.026315 sender=:1.15 -> destination=:1.75 serial=58 reply_serial=123 string ":1.15:user:31" signal time=1747445641.026590 sender=:1.15 -> destination=(null destination) serial=59 path=/ca/desrt/dconf/Writer/user; interface=ca.desrt.dconf.Writer; member=Notify string "/org/gnome/evolution-data-server/calendar/reminders-past" array [ string "" ] string ":1.15:user:31" signal time=1747445641.973375 sender=:1.105 -> destination=(null destination) serial=13 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=AttributeChanged string "/root/.local/share/gvfs-metadata/home" string "/.local/share/evolution/calendar/system/calendar.ics~" signal time=1747445641.973436 sender=:1.105 -> destination=(null destination) serial=14 path=/org/gtk/vfs/metadata; interface=org.gtk.vfs.Metadata; member=AttributeChanged string "/root/.local/share/gvfs-metadata/home" string "/.local/share/evolution/calendar/system/calendar.ics" --8<---------------cut here---------------end--------------->8--- Fedora has: evolution-data-server 3.56.1 evolution: not installed (I'm surprised by this, earlier I had found notifications were missing without it installed -- perhaps an update fixed it) libportal: 0.9.1 xdg-desktop-portal-gnome: 48.0 xdg-desktop-portal: 1.20.0 dconf: 0.40.0 gtk3: 3.24.49 gtk4: 4.18.4 Guix has: evolution-data-server: 3.56.1 evolution: 3.54.3 libportal: 0.7.1 xdg-desktop-portal-gnome: 46.2 xdg-desktop-portal: 1.18.4 dconf: 0.40.0 gtk3: 3.24.43 gtk4: 4.16.13 -- Thanks, Maxim
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.