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 562883 - [PATCH] Reduce number of xrdb calls
[PATCH] Reduce number of xrdb calls
Status: RESOLVED WONTFIX
Product: gnome-settings-daemon
Classification: Core
Component: plugins
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2008-12-01 16:17 UTC by Rodrigo Moya
Modified: 2008-12-08 20:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
Patch to reduce 1 xrdb spawning (6.77 KB, patch)
2008-12-01 16:24 UTC, Rodrigo Moya
rejected Details | Review

Description Rodrigo Moya 2008-12-01 16:17:01 UTC
We are calling xrdb in 3 different places, and while we use -nocpp in 2 of them, it still makes sense to try to reduce the number of processes spawned. Attached patch moves the xcursor loading code from the font plugin to the xrdb plugin.

Not sure if it affects anything (like xcursor needed before/with/after font initialization).
Comment 1 Rodrigo Moya 2008-12-01 16:24:45 UTC
Created attachment 123743 [details] [review]
Patch to reduce 1 xrdb spawning
Comment 2 Jens Granseuer 2008-12-01 20:34:35 UTC
The xrdb plugin is now disabled by default, plus Behdad says -nocpp is really fast, so I don't think we want to do this.
Comment 3 Jens Granseuer 2008-12-08 20:58:50 UTC
So, unless you have something to add...