Bug 205901
| Summary: | Can the root window color be changed to match new fedora background | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | louisgtwo |
| Component: | xorg-x11-xinit | Assignee: | X/OpenGL Maintenance List <xgl-maint> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-26 03:19:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 197822 | ||
|
Description
louisgtwo
2006-09-09 20:24:57 UTC
We should wait for the final background before doing this, though. Diana wants to lighten it up a bit. Moving this one to gdm, plain X doesn't have the ability to set any root window color at startup besides black. the problem seems to be that we are setting two different colors in two different places: /etc/gdm/PreSession/Default gets the color configured in the gdm config file and sets it, then later /etc/gdm/Xsession includes /etc/X11/xinit/xinitrc-common, which overrides that with a hardcoded color of #222E45. The fix would be to move the xsetroot call from xinitrc-common to xinitrc. fixed in 1.0.2-11.fc6 |