Git Version | Version Git
Subscription date : 26 October 2008
Messages : 1904
|
I am also having problems with animations. Email and music applets seems to have been broken once the animation starts there is no way to stop them. |
|
matttbe, Sunday 01 September 2013 à 14:35
|
|
Subscription date : 24 January 2009
Messages : 12573
|
@taiebot: and do you have this bug after having restarted the dock? (and relaunch these applications) |
|
fabounet, Friday 13 September 2013 à 16:56
|
|
Subscription date : 30 November 2007
Messages : 17118
|
icons are animated until the dock hides (not until the application opens).
yes, when the dock hides, all animations stop
maybe we should relaunch the animation if an icon is launching ...
I click a second time the icon is animated until the dock hides
so it means myData.bIsRunning is FALSE ? |
|
matttbe, Friday 13 September 2013 à 17:22
|
|
Subscription date : 24 January 2009
Messages : 12573
|
yes, when the dock hides, all animations stop
maybe we should relaunch the animation if an icon is launching ... Yes, maybe but the main problem is that the animation should stop when the application opens (or after a timeout).
I only have this bug when the dock is launched at startup (no problem if I relaunch it after).
so it means myData.bIsRunning is FALSE ? I can check but it's maybe due to something else? (because the animation is not stopped) |
Subscription date : 26 October 2008
Messages : 1904
|
it has been solved by the way. |
|
matttbe, Saturday 14 September 2013 à 10:56
|
|
Subscription date : 24 January 2009
Messages : 12573
|
it has been solved by the way. No, I still have this bug with Firefox (only at startup) |
|
matttbe, Saturday 14 September 2013 à 11:23
|
|
Subscription date : 24 January 2009
Messages : 12573
|
matttbe : fabounet : matttbe : I click a second time the icon is animated until the dock hides
so it means myData.bIsRunning is FALSE ?
I can check but it's maybe due to something else? (because the animation is not stopped)
I think that when I click a second time, there is an animation (because I click on an applet) and it continues because gldi_icon_is_launching() returns TRUE, no? |
|
fabounet, Friday 20 September 2013 à 17:39
|
|
Subscription date : 30 November 2007
Messages : 17118
|
or after a timeout
yes it stops after a timeout (that's the bug I fixed recently)
it seems to be working correctly for me (for instance, try with a command "sleep 20 && program-to-launch", don't forget to define the class then)  |
|
matttbe, Friday 20 September 2013 à 19:09
|
|
Subscription date : 24 January 2009
Messages : 12573
|
yes it stops after a timeout (that's the bug I fixed recently) Yes, I think it's fixed.
for instance, try with a command "sleep 20 && program-to-launch", don't forget to define the class then I'll try later (when I'll be using my computer ) |
Git Version | Version Git
|