Bug 50271 - launch feedback missing for starting addressbook
Summary: launch feedback missing for starting addressbook
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-06 08:35 UTC by Ferdinand Gassauer
Modified: 2007-09-14 12:17 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 Ferdinand Gassauer 2002-11-06 08:35:11 UTC
Version:           1.5 (using KDE 3.0.9)
Compiler:          gcc version 2.95.2 19991024 (release)
OS:          Linux (i686) release 2.2.19

Hi!
No launch feedback (cursor) is displayed after starting the addressbook out of kmail.
as it takes some (IMHO too long) time to start up the addressbook with some 800 entries 
The user will tend to click the icon multiple times
BTW I can't remember if the feedback was there prior to KDE 31
cu
ferdinand
Comment 1 Ingo Klöcker 2002-11-06 18:10:22 UTC
I just checked: In KDE 3.0 the startup notification was shown. 
But we simply start the address book with KRun::runCommand("kaddressbook"); 
and this hasn't changed since KDE 3.0 so it has probably been changed in KRun. 
 
Comment 2 Lubos Lunak 2003-02-04 13:34:48 UTC
KRun::runCommand() has been fixed. You should however consider using one of the 
startServiceBy* methods, as runCommand() is just guessing and may possibly sometimes 
guess wrong.