On 10/24/07, <b class="gmail_sendername">黄叶</b> <<a href="mailto:hylinux@gmail.com">hylinux@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, All<br>I have a question, I don't like ubuntu yellow background, so, I had use some theme for change <br>the gnome desktop, include the background image, and the window manager, and had changed the gdm theme.
<br>
<br>it seem ot all tings is ok.<br>but I found one background is yellow still. <br>that background is show after I had inputted the username and password, but the gnome splan not begin, <br>this background is yellow still.
<br>it is X Server background ?<br><br>how to changed this background color or image I like ?<br><br>thanks very much.<br><br>Mike.G<br><br>
<br>--<br>ubuntu-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br><br></blockquote></div><br><br>Hi Mike, <br><br>I don't like this ugly pseudo-yellow color, too (actually this color is #dab082, ugly isn't it?). So I've found a solution, and ahem, well I hope you are command-line-savy :D
<br><br>Edit /etc/gdm/gdm.conf-custom to your needs. I changed following entries in [greeter] section:<br>BackgroundColor=#4c4c4c<br>GraphicalThemedColor=#4c4c4c<br>... yeah, I like #4c4c4c pretty much :D<br><br>So, normally this should work, but the Ubuntu-guys added a script which gets executed right after you inserted your user name and password: /etc/gdm/PreSession/Default. Its intend is just eye-candy, so just change the ugly default color to something you prefer.
<br><br>Edit /etc/gdm/PreSession/Default in line 61 (on my box)<br>BACKCOLOR="#dab082" to<br>BACKCOLOR="#4c4c4c" or something else.<br><br>At last you need to restart your gdm with<br># sudo invoke-rc.d
gdm restart<br><br>and you're done. Hope this works. Have a nice day!<br><br>Benjamin<br><br><br>