Opened 9 years ago
Closed 9 years ago
#4767 closed defect (fixed)
Activity startup pulsing icon in the frame
Reported by: | godiard | Owned by: | |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
I identified at least one of the sources of the pulsing icon at activity startup.
In 566415f9 we introduced a special case to solve the Journal activity window startup case. In that case home_activity is None, but there are other case where that happen. The case is a race conditiion between the startup window is displayed and the activity main window is realized.
Attached there are two logs, one, showing the rigt startup sequence, and another showing the startup sequence generating th pulsing icon.
Attachments (3)
Change History (4)
Changed 9 years ago by godiard
Changed 9 years ago by godiard
Changed 9 years ago by godiard
comment:1 Changed 9 years ago by Gonzalo Odiard
- Resolution set to fixed
- Status changed from new to closed
Avoid pulsing icon at startup - Fixes #4767
Check if the window is a splash screen before add it,
in all the cases. This check solves the issue originated
by a race condition between the splash window creation and
the creation of the main activity window.
Signed-off-by: Gonzalo Odiard <godiard@…>
Changeset: 118c56182b1dbfeffe9c77a59a89c8e0305da263
Patch with the log added to do the test