Opened 10 years ago

Closed 10 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)

startup_activity_ok.log (3.1 KB) - added by godiard 10 years ago.
startup_activity_pulsing.log (4.0 KB) - added by godiard 10 years ago.
0001-Avoid-pulsing-icon-at-startup-WITH-LOG.patch (3.1 KB) - added by godiard 10 years ago.
Patch with the log added to do the test

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by godiard

Changed 10 years ago by godiard

Changed 10 years ago by godiard

Patch with the log added to do the test

comment:1 Changed 10 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

Note: See TracTickets for help on using tickets.