<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Replace Ubuntu&#8217;s Default Brown Login Window</title>
	<atom:link href="http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/</link>
	<description>News, Tips, and How-Tos for Ubuntu Linux</description>
	<lastBuildDate>Thu, 02 Sep 2010 12:08:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gdm 12</title>
		<link>http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-17737</link>
		<dc:creator>gdm 12</dc:creator>
		<pubDate>Tue, 10 Jun 2008 14:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-17737</guid>
		<description>[...] login window, called gdm GNOME Display Manager, can be easily customized by installing themes.http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/Shopping results for gdm 12True GDM-12 12 Cubic Foot Refrigerated ...1,149.00 [...]</description>
		<content:encoded><![CDATA[<p>[...] login window, called gdm GNOME Display Manager, can be easily customized by installing themes.http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/Shopping results for gdm 12True GDM-12 12 Cubic Foot Refrigerated &#8230;1,149.00 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-6427</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 04 Feb 2008 15:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-6427</guid>
		<description>Thank you very much.  That fixed it.</description>
		<content:encoded><![CDATA[<p>Thank you very much.  That fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lapino</title>
		<link>http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-5142</link>
		<dc:creator>Lapino</dc:creator>
		<pubDate>Thu, 03 Jan 2008 17:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-5142</guid>
		<description>@Jeff:

It&#039;s a bug in 7.10, so you have to do it this way:

Open the file /etc/gdm/PreSession/Default in a text editor with administrator privileges (e.g. sudo vim /etc/gdm/PreSession/Default) and search for the part that says

# Default value
  if [ &quot;x$BACKCOLOR&quot; = &quot;x&quot; ]; then
    BACKCOLOR=(some color in hex)
  fi

and change it to:

# Default value
  if [ &quot;x$BACKCOLOR&quot; = &quot;x&quot; ]; then
    BACKCOLOR=&quot;x&quot;
  fi</description>
		<content:encoded><![CDATA[<p>@Jeff:</p>
<p>It&#8217;s a bug in 7.10, so you have to do it this way:</p>
<p>Open the file /etc/gdm/PreSession/Default in a text editor with administrator privileges (e.g. sudo vim /etc/gdm/PreSession/Default) and search for the part that says</p>
<p># Default value<br />
  if [ "x$BACKCOLOR" = "x" ]; then<br />
    BACKCOLOR=(some color in hex)<br />
  fi</p>
<p>and change it to:</p>
<p># Default value<br />
  if [ "x$BACKCOLOR" = "x" ]; then<br />
    BACKCOLOR=&#8221;x&#8221;<br />
  fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-5087</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 02 Jan 2008 19:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-5087</guid>
		<description>Tom,

I have a question for you that is related to this post.  How do you change to background color for the gnome splash screen?  In 7.04 and previous versions I did it in &quot;Login Window&quot;, but now in 7.10 it doesn&#039;t seem to work.</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>I have a question for you that is related to this post.  How do you change to background color for the gnome splash screen?  In 7.04 and previous versions I did it in &#8220;Login Window&#8221;, but now in 7.10 it doesn&#8217;t seem to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxo</title>
		<link>http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-5084</link>
		<dc:creator>Maxo</dc:creator>
		<pubDate>Wed, 02 Jan 2008 18:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/index.php/2008/01/02/how-to-replace-ubuntus-default-brown-login-window/#comment-5084</guid>
		<description>Another great trick is to browse to /usr/share/gdm/themes/ and then the folder that is the theme you are using.  Most themse use background.png for their background.  Simply swap it out with the background image you want and you have a new background image.  I usually copy the the folder and give it a new name and edit the files to show the new name as well, so my old theme is preserved, but it&#039;s not mandatory.</description>
		<content:encoded><![CDATA[<p>Another great trick is to browse to /usr/share/gdm/themes/ and then the folder that is the theme you are using.  Most themse use background.png for their background.  Simply swap it out with the background image you want and you have a new background image.  I usually copy the the folder and give it a new name and edit the files to show the new name as well, so my old theme is preserved, but it&#8217;s not mandatory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: tombuntu.com @ 2010-09-07 14:52:59 -->