Can Evolution calendar reminders pop-up automatically?

HggdH hggdh2 at gmail.com
Fri Aug 22 23:40:37 UTC 2008


On Fri, 2008-08-22 at 15:22 -0700, Tim Zakharov wrote:
> Hi,
> Here is some new information on this problem.  Read this Ubuntu Forums
> post:
> 
> http://ubuntuforums.org/showthread.php?t=874333
> 
> In particular, read this thread the OP from above refers to:
> 
> http://ubuntuforums.org/showthread.php?t=444342
> 
> Could this issue be due to a setting in gconf?  Is that a default
> Gnome 
> setting, or do Ubuntu devs customize this?  Could this be why the 
> problem is present in Ubuntu but not in OpenSUSE?  See this thread:
> 
> http://www.nabble.com/Can-calendar-reminders-be-made-persistent--td18317635.html
> 

Actually, no, it is not a Ubuntu-specific change. I looked up both
2.23.90 (Intrepid) and SVN, and both versions have the following in
evolution/calendar/gui/alarm-notify/config-data.c, @
config_data_get_calendars:

...
        state = gconf_client_get_bool (conf_client,
                                      "/apps/evolution/calendar/notify/notify_with_tray",
                                      NULL);
        if (!state) /* Should be old client*/ {
                GSList *source;
                gconf_client_set_bool (conf_client,
                                      "/apps/evolution/calendar/notify/notify_with_tray",
                                      TRUE,
                                      NULL);
...

So... BANG! gconf notify_with_tray is magically set...

I think this is worth a bugzilla, or a launchpad bug.

And... I am curious on what OpenSUSE offers...

.hggdh..

p.s. I have just unset notify_with_tray, and I will check what happens
when I restart Evo ;-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20080822/22a7a439/attachment.sig>


More information about the Ubuntu-devel-discuss mailing list