After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687849 - Opening the Activities overview is slow and initially takes many seconds on a cold start
Opening the Activities overview is slow and initially takes many seconds on a...
Status: RESOLVED DUPLICATE of bug 687364
Product: gnome-shell
Classification: Core
Component: general
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-07 14:44 UTC by Jean-François Fortin Tam
Modified: 2012-11-27 23:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2012-11-07 14:44:31 UTC
Followup to bug #655850.

Now, searching the applications doesn't lag at all... but it seems like the problem was just moved elsewhere: on a cold start, when you click the Activities button (or press the Logo key, or go to the hotcorner), you will have to wait for 2-7 seconds with heavy I/O before anything shows up. During that process, the UI is mostly locked up.

This is especially noticeable with netbooks and older computers (don't try this with a SSD).
Comment 1 Matteo Settenvini 2012-11-07 17:57:23 UTC
I can confirm the problem on GNOME 3.6 running with bleeding edge Fedora 18, on a Lenovo Thinkpad X121e.
I have to wait around ~6-7 seconds, and the whole system is unusable during that time.
Comment 2 Ryan Lerch 2012-11-26 15:57:58 UTC
I am hitting this one also. I only have to wait about 1-2 seconds.

I think this issue may be because the SVGs for the icons in the overview are now rendered for the first time that the overview is activated.
Comment 3 Elad Alfassa 2012-11-26 16:57:36 UTC
(In reply to comment #2)
> I think this issue may be because the SVGs for the icons in the overview are
> now rendered for the first time that the overview is activated.

I think (or at least, hope) that the shell uses the png icons and not the svg ones.
Comment 4 Jasper St. Pierre (not reading bugmail) 2012-11-26 17:15:18 UTC
We use whatever GtkIconTheme returns. I don't know if it prefers scalable icons or not. You can try passing the correct NO_SCALABLE flag to the GtkIconTheme call in st-texture-cache.c to see if it has an impact on performance.
Comment 5 Matthias Clasen 2012-11-26 21:49:54 UTC
When stracing the shell, I don't see any app icon svgs being opened when going to the overview for the first time.
Comment 6 Ryan Lerch 2012-11-27 15:00:08 UTC
Is there something else that happens on the first load of the overview that would be causing this wait?
Comment 7 Jasper St. Pierre (not reading bugmail) 2012-11-27 23:51:41 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 687364 ***