Bug 146005 - system notification configuration for rsibreak
Summary: system notification configuration for rsibreak
Status: RESOLVED FIXED
Alias: None
Product: rsibreak
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Tom Albers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-27 00:53 UTC by Jon Mueller
Modified: 2007-05-27 12:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Mueller 2007-05-27 00:53:35 UTC
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.
Comment 1 Philip Rodrigues 2007-05-27 01:15:09 UTC
Confirmed here
Comment 2 Tom Albers 2007-05-27 12:38:06 UTC
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;