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 744013 - StTextureCache: do not monitor files inside GResource
StTextureCache: do not monitor files inside GResource
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-04 20:50 UTC by Cosimo Cecchi
Modified: 2015-02-04 21:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
StTextureCache: do not monitor files inside GResource (1.15 KB, patch)
2015-02-04 20:50 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2015-02-04 20:50:53 UTC
See also bug 744010.
Comment 1 Cosimo Cecchi 2015-02-04 20:50:55 UTC
Created attachment 296151 [details] [review]
StTextureCache: do not monitor files inside GResource

This is wasteful, since GResource does not support file monitoring.
Further, doing so will trigger a fallback code path in GLib that polls
every second in a thread, which is doubly wasteful.
Comment 2 Florian Müllner 2015-02-04 21:06:58 UTC
Review of attachment 296151 [details] [review]:

OK
Comment 3 Cosimo Cecchi 2015-02-04 21:20:53 UTC
Attachment 296151 [details] pushed as 12b0050 - StTextureCache: do not monitor files inside GResource