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 588849 - Don't invoke cpp with xrdb
Don't invoke cpp with xrdb
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.26.x
Other Linux
: Normal enhancement
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-17 09:06 UTC by Martin Pitt
Modified: 2009-07-17 20:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Call xrdb with -nocpp (737 bytes, patch)
2009-07-17 09:07 UTC, Martin Pitt
committed Details | Review

Description Martin Pitt 2009-07-17 09:06:04 UTC
In order to improve startup speed, please consider to call xrdb with -nocpp. cpp is a pretty heavy beast, and the number of users which have preprocessor directives in their ~/.Xresources is probably a single digit (as is the number of users who still use ~/.Xresources with GNOME in the first place).

For the system directories it's even less important, since the distributions have pretty good control about what goes in there.
Comment 1 Martin Pitt 2009-07-17 09:07:43 UTC
Created attachment 138574 [details] [review]
Call xrdb with -nocpp
Comment 2 Ray Strode [halfline] 2009-07-17 20:15:01 UTC
sounds fine to me.