KDE popup notification-HowTo ?

May be not the right place to ask, but anyway here goes…

I want to show a pop up notification on the KDE panel(taskbar) on some event(say the outcome of a background script file). Are there APIs avaialble for this in KDE? Where should i be looking for?

You want to use kdialog (kde4-kdialog package) for this. For example, type this in user terminal

kdialog --passivepopup ‘Go away!’ 5

kdialog --help (for more options)

Thank you.Just what i was looking for :stuck_out_tongue: