-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon animation or other feedback during slow launch #171
Comments
@jeremypw would you be able to see whether #172 works? I tried introducing a few seconds sleep in the startup of Tasks app and while the spinner persists, the bounce animation does not because the appinfo launch seems to return immediately. It might just work on a real system with slow spinning disk though, if you or someone else can test? |
@jeremypw do you know what/where that spinner is drawn? If the PR does not work, then if that spinner code can be reused to keep the bounce animation going, it would fix this issue. |
@vjr That PR seems to be targeted at Horus is still using |
@jeremypw oops lol ok let me look at the master branch |
@vjr Thanks! Maybe I'll try to progress the |
I wonder if the |
I think the best solution would involve detecting when the app window actually appears (or the app fails), presumably via signal from the window manager. I noticed that in some cases even if you hover over the dock item, the spinner disappears significantly in advance of the window appearing. |
Problem
With a modestly equipped machine, with spinning disk, some apps , in particular Flatpaks, take several seconds to open a window after clicking on the dock item. During this time there is no visual feedback unless the pointer is over the item (when the cursor becomes a spinner). As I for one habitually move the pointer away from the item immediately after clicking in preparation for the window appearing, it is irritating to have to move the pointer back to discover whether the application is still launching or has closed for some reason.
Proposal
It would be better to have the item itself show a "launching" status with an animation or otherwise.
Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered: