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 663841 - Icons at applications list can load faster
Icons at applications list can load faster
Status: RESOLVED DUPLICATE of bug 647778
Product: gnome-shell
Classification: Core
Component: general
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-11 10:42 UTC by Saulo Toledo
Modified: 2011-11-11 11:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Saulo Toledo 2011-11-11 10:42:22 UTC
I know the application list is loaded at first use, but this is annoying for some users. I think this is a job to be done at shell start, or load from a cache who is updated by a backend thread.

At shell start, most users will not notice the delay. If they click at applications list they expect the system to respond immediately, but we wait 2 seconds... And in my netbook? gnome works great! But at applications list... Showing the new Gnome for some friends, the wait was negative too..

If starts with shell isn't an option, why not use some data structure to load a faster cache who is updated by a running system thread?

There must be a good solution to this problem...
Comment 1 Milan Bouchet-Valat 2011-11-11 11:24:31 UTC
Yes, it's been discussed many times. Loading apps on start might not be a good solution, since typically you don't need to use the application list, only the Dash. So we'd force loading data that is not always needed. It could be loaded slowly in the background to avoid affecting performance, maybe.

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