Re: Getting notifications in the plasma widget

2012-10-01 Thread Robin Atwood
➢ this app written years ago .. it is using the Qt4 / KDE Platform 4 libraries, correct? Yes. It was written not that many years ago! -Robin -- Robin Atwood Communications Technology Micro Focus 3, HarbourFront Place #13-01/04 HarbourFront Tower 2 Singapore 099254 Direct:   +65 6510 4205 Shoret

Re: Getting notifications in the plasma widget

2012-10-01 Thread Aaron J. Seigo
On Tuesday, October 2, 2012 00:06:50 Robin Atwood wrote: > OK, I think I know what the problem is. The app is for monitoring system > services and must run as root to be able to do anything. There are two > knotifys running, one as my user and one as root. bingo. > I guess there is no way to > co

Re: Getting notifications in the plasma widget

2012-10-01 Thread Robin Atwood
On Monday 01 Oct 2012, Aaron J. Seigo wrote: > On Monday, October 1, 2012 22:35:41 Robin Atwood wrote: > > Oh yes, it´s not that old! > > ok :) so that leave very few reasons for this not working. > > if other applications using the same kdelibs are showing their popup > notifications in the noti

Re: Getting notifications in the plasma widget

2012-10-01 Thread Aaron J. Seigo
On Monday, October 1, 2012 22:35:41 Robin Atwood wrote: > Oh yes, it´s not that old! ok :) so that leave very few reasons for this not working. if other applications using the same kdelibs are showing their popup notifications in the notification plasmoid, then the knotify4 daemon sees the dbus s

Re: Getting notifications in the plasma widget

2012-10-01 Thread Robin Atwood
On Monday 01 Oct 2012, Aaron J. Seigo wrote: > On Sunday, September 30, 2012 21:33:56 Robin Atwood wrote: > > On Sunday 30 Sep 2012, Aaron J. Seigo wrote: > > > On Saturday, September 29, 2012 19:49:25 Robin Atwood wrote: > > > > > I have just realised that an application I wrote years ago has its

Re: Getting notifications in the plasma widget

2012-09-30 Thread Aaron J. Seigo
On Sunday, September 30, 2012 21:33:56 Robin Atwood wrote: > On Sunday 30 Sep 2012, Aaron J. Seigo wrote: > > On Saturday, September 29, 2012 19:49:25 Robin Atwood wrote: > > > > I have just realised that an application I wrote years ago has its > > > > KNotification message popups appearing on the

Re: Getting notifications in the plasma widget

2012-09-30 Thread Robin Atwood
On Sunday 30 Sep 2012, Aaron J. Seigo wrote: > On Saturday, September 29, 2012 19:49:25 Robin Atwood wrote: > > > I have just realised that an application I wrote years ago has its > > > KNotification message popups appearing on the desktop and not in the > > > plasma > > > widget in the panel. I s

Re: Getting notifications in the plasma widget

2012-09-29 Thread Aaron J. Seigo
On Saturday, September 29, 2012 19:49:25 Robin Atwood wrote: > > I have just realised that an application I wrote years ago has its > > KNotification message popups appearing on the desktop and not in the > > plasma > > widget in the panel. I simply call > > > > KNotification::event( eventid

Getting notifications in the plasma widget

2012-09-29 Thread Robin Atwood
I posted this question on kde-devel but no one seemed to know the answer and it was suggested I try here. Apologies if this is not the appropriate place. > I have just realised that an application I wrote years ago has its > KNotification message popups appearing on the desktop and not in the pl