Bug 228477

Summary: kget window does not get focus when started from Konqueror and kget is already running
Product: [Applications] kget Reporter: Andrey Borzenkov <arvidjaar>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrey Borzenkov 2010-02-25 16:30:45 UTC
Version:            (using KDE 4.4.0)
OS:                Linux
Installed from:    Mandriva RPMs

I start new download from within Konqueror using Actions - Download with KGet. If kget is started and I get file selection window.

When I do the same when kget is already running (sitting in tray), file selection dialogue does not get focus, it remains on knoqueror. It makes impression as if nothing happens at all.
Comment 1 Lubos Lunak 2010-06-14 12:07:38 UTC
SVN commit 1137800 by lunakl:

Revert r827288 - there already is a way of disabling startup notification
for .desktop files, and that's adding 'X-KDE-StartupNotify=false'.
Simple as that.
CCBUG: 228477



 M  +1 -1      kdesktopfileactions.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1137800
Comment 2 Matthias Fuchs 2010-06-14 12:42:43 UTC
SVN commit 1137803 by mfuchs:

Always set focus to KGet download window when started via Konqueror. Thx llunak for the tip.
BUG:228477

 M  +19 -1     main.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1137803
Comment 3 Matthias Fuchs 2010-06-14 16:03:20 UTC
SVN commit 1137864 by mfuchs:

Always set focus to KGet download window when started via Konqueror. Thx llunak for the tip.
Fix is a hack, better (not backportable since there are changes in kdelibs needed) solution in trunk.
CCBUG:228477

 M  +2 -1      main.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1137864