Bug 248481

Summary: kdialog --attach $WINID --passivepopup "You've got mail! Click me to read!" 10 should switch to $WINID on click
Product: [Applications] kdialog Reporter: Kevin Brubeck Unhammer <unhammer+dill>
Component: generalAssignee: Brad Hards <bradh>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: 1.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Kevin Brubeck Unhammer 2010-08-20 10:41:41 UTC
Version:           1.0 (using KDE 4.4.5) 
OS:                Linux

Feature request: If I call

kdialog --attach $WINID --passivepopup "You've got mail! Click me to read!" 10 

(eg from some sort of shell script or whatever) I'd like to be able to click the popup and be switched into the calling application with $WINID. 

Reproducible: Always

Steps to Reproduce:
call

kdialog --attach $WINID --passivepopup "You've got mail! Click me to read!" 10 

from eg. Konsole, click popup

Actual Results:  
popup just disappears

Expected Results:  
I am switched into Konsole (or whatever caller with $WINID is)