GNOME Bugzilla – Bug 352429
evolution-alarm-notify is not started upon log-in
Last modified: 2012-10-10 02:55:10 UTC
Please describe the problem: When logging into Gnome e-a-n should be started by default (perhaps only if there are items with alarms in the future). Currently it only starts when the Evolution application is started. This leads to missed alarms. It is reasonable for an end user to expect alarm notification without starting Evolution as the Gnome clock/calendar applet shows these events, thus they are not necessarily tied specifically to Evolution in the user's mind. Steps to reproduce: 1. Log in to Gnome 2. Check the process list to see if evolution-alarm-notify is running This has been tested on Ubuntu 6.06. I filed a bug with them and it was rejected as an upstream issue. Actual results: e-a-n is not running. Expected results: e-a-n should be running if there are alarm events. Does this happen every time? To my knowledge Other information:
e-a-n will be *triggered* by evolution-data-server if there is an alarm t display the alarm. e-a-n does not manage alarms. in my humble opinion, ubuntu should fix this by starting e-d-s by default. seb?
How is evolution-data-server supposed to be started? Shouldn't it be autospawned since the gnome-panel calendar uses it? Ubuntu bug about that: https://launchpad.net/distros/ubuntu/+source/evolution-data-server/+bug/62593
Comment 1 is wrong. Sorry, Andre. ;) The issue is, that e-a-n needs to be added to the session, AFAIK. Also, I'm pretty sure this is filed somewhere already...
For the record, e-d-s is started automatically. e-a-n is not. I do not know whether it was started with the session or triggered by e-d-s in earlier releases.
For Ubuntu 6.10 we will install /etc/xdg/autostart/evolution-alarm-notify.desktop: ---- 8< ----- [Desktop Entry] Encoding=UTF-8 Name=Evolution Alarm Notifier Comment=Evolution Alarm Notifier Icon=stock_alarm Exec=/usr/lib/evolution/2.8/evolution-alarm-notify Terminal=false Type=Application Categories= ---- 8< ---- Not sure whether this is the cleanest solution, but it works fine.
evolution-alarm-notify has an autostart .desktop file now. Closing this as FIXED.