After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 333689 - pop up an alert -1 minutes before the start of the appointment ...
pop up an alert -1 minutes before the start of the appointment ...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.6.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-03-07 04:09 UTC by Poornima
Modified: 2006-05-04 11:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Poornima 2006-03-07 04:09:27 UTC
Evolution version 2.5.92

Create a new appointment; press 'Alarms' - select 'Customize' in the combo:

Notice - the 1st entry contains text:

"Pop up an alert -1 minutes before the start of the appopintment"

it's not clear what -1 means to me -judging from other alarms - which are
missing a '-' - this is not a delimiter but a bug.

Novell bugzilla bug https://bugzilla.novell.com/show_bug.cgi?id=155488
Comment 1 André Klapper 2006-03-10 12:00:28 UTC
also see bug 333912 about the "-1" issue
Comment 2 Andreas Kotowicz 2006-03-10 13:50:46 UTC
as said in bug #333912, this seems to me to be some overflow problem:

if I edit the alarm then the minutes field actually reads this
big number: 4294967295. 

I can reproduce this problem for any custom alarm.
Comment 4 Sebastien Bacher 2006-05-03 09:35:00 UTC
Still happening with GNOME 2.14.1. Do you have any indication on where to start looking if somebody wants to work on that issue?
Comment 5 Sebastien Bacher 2006-05-03 11:12:31 UTC
from the distribution bug: 

"...
One thing I have discovered is a user work around: 

If one edits the Calendar preferences and changes "Show a reminder"  to something other than 15 minutes (no need to tick the check box) the problem goes away but setting it back to 15 re-introduces the problem.  This should indicate that the fix should be small at least.
..."
Comment 6 Harish Krishnaswamy 2006-05-03 11:45:45 UTC
The patch already exists at http://mail.gnome.org/archives/evolution-patches/2006-March/msg00081.html. Another patch that was missed upstream :-(
Comment 7 Chenthill P 2006-05-03 13:39:02 UTC
I did not commit it as there was no review comment for it. Will commit it now :)
Comment 8 Harish Krishnaswamy 2006-05-04 09:36:10 UTC
Committed to the trunk and the stable branch (2.6)
Comment 9 Sebastien Bacher 2006-05-04 11:09:47 UTC
I used the patch on the Ubuntu package, we got a bug about it: https://launchpad.net/distros/ubuntu/+source/evolution/+bug/42858

"This bug is a regression from the fix to bug#33416.

When using the default setting for gconf entry "calendar/other/default_reminder_interval" of 15 and selecting the type of alarm (15 minutes, 1 hour, 1 day, custom) the 15 minutes option is repeated after "1 day".

ie:

1. Ensure gconf entry "evolution/calendar/other/default_reminder_interval" = 15
2. Open up a calendar appointment
3. Select alarms and note the Alarm selector menu has two "15 minutes before appointment" entries.

http://librarian.launchpad.net/2460520/17_fix_alarm_delay_for_calendar.patch
The attached patch fixes this problem for all cases.

It should replace the existing patch 17_fix_alarm_delay_for_calendar.patch introduced as the fix for bug#33416"