On Mon, Oct 22, 2012 at 10:13 PM, David F. Skoll <[email protected]> wrote: > On Mon, 22 Oct 2012 21:08:06 -0500 > tamouse mailing lists <[email protected]> wrote: > >> Here it is: http://pastebin.com/v84cspAY > > That is very weird. Can you replicate it with a directory just > containing 00-defs.rem and 01-begin.rem and post those, possibly > with sensitive info removed? I'm just trying to figure out how I can > replicate the problem. > > Regards, > > David. > _______________________________________________ > Remind-fans mailing list > [email protected] > http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans > Remind is at http://www.roaringpenguin.com/products/remind
Hmm, weird, I thought I just replied to this, but i can find the reply. At any rate, I have isolated the problem: 02-mystuff.rem begins with the following two reminders: REM AT 17:00 RUN $NOTIFY 'start dinner' % REM AT 18:00 RUN $NOTIFY 'DINNERTIME' % Moving these to the *end* of the file causes the banner to reappear. $NOTIFY is an envar set on this machine to: /usr/bin/notify-send -t 0 Reminder which pops up a message dialog. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
