GNOME Bugzilla – Bug 562883
[PATCH] Reduce number of xrdb calls
Last modified: 2008-12-08 20:58:50 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).
Created attachment 123743 [details] [review] Patch to reduce 1 xrdb spawning
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.
So, unless you have something to add...