Version: 0.8.0 (using KDE 3.5.7, Kubuntu (feisty) 4:3.5.7-0ubuntu1~feisty2) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.20-15-generic Under system notifications, the event source says "No description available" instead of anything about RSI Break.
Confirmed here
SVN commit 668708 by toma: Fix compilation and add a Global sections to the eventsrc which is used in the 'configure notification' via the systemsettings. BUG:146005 M +4 -0 eventsrc M +3 -3 rsiwidget.h --- trunk/extragear/utils/rsibreak/src/eventsrc #668707:668708 @@ -1,3 +1,7 @@ +[!Global!] +IconName=rsibreak +Comment=RSIBreak + [start short break] Name=Start of a short break Name[ar]=بدء انقطاع صغير --- trunk/extragear/utils/rsibreak/src/rsiwidget.h #668707:668708 @@ -21,15 +21,15 @@ #ifndef RSIWidget_H #define RSIWidget_H +#include "dcopiface.h" + #include <qdatetime.h> #include <qlabel.h> +#include <qpixmap.h> -#include <dcopiface.h> - class QTimer; class QPushButton; class KAccel; -class QPixmap; class RSIDock; class RSITimer;