Bug 160691 - execution visual feedback: keep it till app window appears
Summary: execution visual feedback: keep it till app window appears
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeinit (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Lubos Lunak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-11 10:07 UTC by Maciej Pilichowski
Modified: 2008-04-12 13:48 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 Maciej Pilichowski 2008-04-11 10:07:49 UTC
Version:            (using KDE 3.5.9)
Installed from:    SuSE RPMs

I use bouncing cursor -- the problem is cursor bounces just for X amount of time and it is not related to real time execution of the app.

It would be great, if at least for KDE apps (*), it would be visual feedback _exactly_ to the point user could interact with application, i.e. main window appears (not splash screen).

If it would be possible for all apps -- even better.

(*) if automatic way is impossible then I would even opt for extra API calls (from every KDE app) just to maintain high quality of "KDE experience"
Comment 1 Lubos Lunak 2008-04-11 14:28:21 UTC
Funny, it works exactly that way here. Maybe you want to describe your problem instead of a generic vague description?
Comment 2 Maciej Pilichowski 2008-04-11 15:02:34 UTC
Cursor is back to normal shape before fully launching KDevelop or Ktorrent -- just examples. Is this fault of those apps?
Comment 3 Lubos Lunak 2008-04-11 16:19:56 UTC
Both KTorrent and KDevelop work just fine here.
Comment 4 Maciej Pilichowski 2008-04-11 16:42:35 UTC
I guess it is KDevelop issue -- it depends on what is being loaded really. I close this report then.
Comment 5 Maciej Pilichowski 2008-04-11 17:04:16 UTC
Posted here:
https://bugs.kde.org/show_bug.cgi?id=160716
Comment 6 Maciej Pilichowski 2008-04-11 17:11:46 UTC
Btw. it is in the second part duplicate of:
https://bugs.kde.org/show_bug.cgi?id=132670
Comment 7 Maciej Pilichowski 2008-04-12 12:22:45 UTC
Ok, back to this report and KDevelop. Here how the Kdevelop starts:

 1) run kdevelop 
 2) bouncing cursor 
 3) splashscreen, still bouncing cursor 
 4) kdevelop main window appears, normal cursor 
 5) default projects = ~100 files, it is loading, and loading, still normal cursor 
 6) default project is fully loaded -- still normal cursor 
 
 My wish: for (4) and (5) still show the bouncing cursor. Similar thing happens to Ktorrent but there the difference (time) is much small.

And maybe I rephrase "being operational" -- it is not showing just frame of the window (or something similar), but being able to interact.
Comment 8 Oswald Buddenhagen 2008-04-12 13:16:26 UTC
that's bogus. once an application is up (as in "it shows its main window"), launch feedback is supposed to cease. its purely up to the application to indicate that it is still non-responsive due to some processing at startup, and the canonical way to do this is a busy cursor. you wouldn't want launch feedback to re-appear when you switch to the next big project, right?
Comment 9 Maciej Pilichowski 2008-04-12 13:48:19 UTC
Ok, you are right.