Bug 99447

Summary: Reminder does not work
Product: [Applications] korgac Reporter: Volker Paul <volker.paul>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED WAITINGFORINFO    
Severity: normal CC: finex, smartins, winter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Volker Paul 2005-02-15 13:18:15 UTC
Version:           1.0 (using KDE KDE 3.3.0)
Installed from:    SuSE RPMs
OS:                Linux

Kontact reminder didn't fire.
I set it to remind 1 min before date, by starting script
/home/volker/testreminder
which should create file testresult

volker@wpaul2:~> cat testreminder
echo "testevent reminder fired!!" >/home/volker/testresult
volker@wpaul2:~> l testreminder
-rwxrwxr-x  1 volker users 59 2005-02-15 11:32 testreminder*

volker@wpaul2:~> date; cat testresult
Tue Feb 15 12:19:39 CET 2005
cat: testresult: No such file or directory

Does kontact output some logging info?
I started it from comsole and got this output:

volker@wpaul2:~> kontact &
[1] 4458
volker@wpaul2:~> QDate::setYMD: Invalid date 1601-01-01
QDate::setYMD: Invalid date 1601-01-01
QDate::setYMD: Invalid date 1601-01-01
QDate::setYMD: Invalid date 1601-01-01
QLayout "unnamed" added to QFrame "unnamed", which already has a layout
QTime::setHMS Invalid time -1:-1:-1.000
QTime::setHMS Invalid time -1:-1:-1.000
QLayout "unnamed" added to QFrame "unnamed", which already has a layout


Does this have anything to do with my reminder problem?
Comment 1 Alvaro Aguilera 2006-10-28 14:20:05 UTC
Reproducible in KOrganizer 3.5.5 / KDE 3.5.5-19.1
Comment 2 Reinhold Kainhofer 2006-11-02 19:09:51 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.
Comment 3 Allen Winter 2008-06-20 17:01:44 UTC
Is this still happening in KDE 3.5.9 ?
Comment 4 FiNeX 2008-09-28 23:53:28 UTC
I've reproduced it using korganizer from current trunk.
Comment 5 Sergio Martins 2009-03-02 02:10:58 UTC
You have to have #!/bin/bash as the first line, otherwise Qt doesn't know which interpreter to use.

Finex, do you want to give it a try?
Comment 6 Allen Winter 2013-10-24 20:23:44 UTC
no response in several years.