Bug 228477 - kget window does not get focus when started from Konqueror and kget is already running
Summary: kget window does not get focus when started from Konqueror and kget is alread...
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 16:30 UTC by Andrey Borzenkov
Modified: 2010-06-14 16:03 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 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