Once the db is reopened, 'reopen' signal is emitted and the following
callbacks are executed:
softwarecenter/ui/gtk3/panes/availablepane.py(601)on_db_reopen()
-> self.refresh_apps()
the call above will set the whole SC screen (except for the toolbar) to
white. This is caused by the call:
415 self.show_appview_spinner()
and later (on_query_complete):
285 self.hide_appview_spinner()
The same happens if the user is in the installed pane, when the callback
for db_reopen does:
652 self._build_categorised_installedview(keep_state)
(which shows and hides a spinner).
Michael, would it be safe to remove the showing and hiding of the
spinner?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/965093
Title:
the software centre flash
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/965093/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs