<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>xhytex</title>
	<atom:link href="http://xhytex.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xhytex.com</link>
	<description>A geek&#039;s notebook</description>
	<lastBuildDate>Sun, 12 Dec 2010 17:23:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Elder Scrolls 5: Skyrim</title>
		<link>http://xhytex.com/2010/12/elder-scrolls-5-skyrim/</link>
		<comments>http://xhytex.com/2010/12/elder-scrolls-5-skyrim/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 17:22:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://xhytex.com/?p=15</guid>
		<description><![CDATA[Elder Scrolls 5 has just been announced with a release date of 11/11/11! I think I may need a new computer by then, time to save up!]]></description>
			<content:encoded><![CDATA[<p>Elder Scrolls 5 has just been announced with a release date of 11/11/11! I think I may need a new computer by then, time to save up! </p>
]]></content:encoded>
			<wfw:commentRss>http://xhytex.com/2010/12/elder-scrolls-5-skyrim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change GDM 3 login theme in Linux Mint Debian Edition (LMDE)</title>
		<link>http://xhytex.com/2010/11/how-to-change-gdm-3-login-theme-in-linux-mint-debian-edition-lmde/</link>
		<comments>http://xhytex.com/2010/11/how-to-change-gdm-3-login-theme-in-linux-mint-debian-edition-lmde/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 16:08:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://xhytex.com/?p=13</guid>
		<description><![CDATA[If you are using LMDE and would like to change the look of the gdm 3 login window you can do so by editing the file: /usr/share/gdm/greeter-config/20_debian You will notice that this file is in fact a symbolic link to /etc/gdm3/greeter.gconf-defaults which happens to get overwritten with the default file on every restart. However it [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using LMDE and would like to change the look of the gdm 3 login window you can do so by editing the file:</p>
<p>/usr/share/gdm/greeter-config/20_debian</p>
<p>You will notice that this file is in fact a symbolic link to /etc/gdm3/greeter.gconf-defaults which happens to get overwritten with the default file on every restart. However it is 20_debian that gets read by gdm3 so you can replace this symbolic link with the file with your changes. To do so run the following:<br />
<code><br />
sudo rm /usr/share/gdm/greeter-config/20_debian<br />
sudo cp /etc/gdm3/greeter.gconf-defaults /usr/share/gdm/greeter-config/20_debian<br />
</code><br />
This will replace the symbolic link with the default file and you can then run <code>sudo gedit /usr/share/gdm/greeter-config/20_debian</code> to make your changes.</p>
<p>The default file will look like this:</p>
<pre># Use a specific background
/desktop/gnome/background/picture_filename   /usr/share/backgrounds/linuxmint/Talento-1.jpg
/desktop/gnome/background/picture_options   stretched

# Theming options
/desktop/gnome/interface/gtk_theme      Shiki-Wise
#/desktop/gnome/interface/icon_theme      gnome-wise

# Greeter options
#/apps/gdm/simple-greeter/logo_icon_name    debian-swirl

# Some other possible options
#/apps/gdm/simple-greeter/banner_message_enable      true
#/apps/gdm/simple-greeter/banner_message_text      Welcome
#/apps/gdm/simple-greeter/disable_restart_buttons   false
#/apps/gdm/simple-greeter/disable_user_list      false

# The lower panel doesn't work with the compositor
/apps/metacity/general/compositing_manager      false</pre>
<p>Here you can change the background picture, gtk theme and icons used. The themes, icons and backgrounds will need to be available to the gdm user and therefore need to be in /usr/share/(backgrounds/themes/icons).</p>
<p>Once your changes have been made run the following command:<br />
<code><br />
sudo dpkg-reconfigure gdm3<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://xhytex.com/2010/11/how-to-change-gdm-3-login-theme-in-linux-mint-debian-edition-lmde/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New theme</title>
		<link>http://xhytex.com/2010/11/new-theme/</link>
		<comments>http://xhytex.com/2010/11/new-theme/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 21:11:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://xhytex.com/?p=9</guid>
		<description><![CDATA[I have installed a new theme called MNML by Ian Stewart which is going to be the base for my new design. I know, I know, I should really make a new design from scratch. I just don&#8217;t have the time these days.]]></description>
			<content:encoded><![CDATA[<p>I have installed a new theme called MNML by Ian Stewart which is going to be the base for my new design. I know, I know, I should really make a new design from scratch. I just don&#8217;t have the time these days.</p>
]]></content:encoded>
			<wfw:commentRss>http://xhytex.com/2010/11/new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Installation</title>
		<link>http://xhytex.com/2010/11/wordpress-installation/</link>
		<comments>http://xhytex.com/2010/11/wordpress-installation/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 19:11:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://xhytex.com/?p=7</guid>
		<description><![CDATA[Take two: I have managed to get wordpress installed second time running. The first attempt appeared to work at first glance but the backend was a bit flaky. For example I couldn&#8217;t upload a new theme, the blogs on the admin page didn&#8217;t work. My solution, change hosting provider, now all is great. For those [...]]]></description>
			<content:encoded><![CDATA[<p>Take two: I have managed to get wordpress installed second time running. The first attempt appeared to work at first glance but the backend was a bit flaky. For example I couldn&#8217;t upload a new theme, the blogs on the admin page didn&#8217;t work. My solution, change hosting provider, now all is great. For those of you looking for web hosting I would recommend x10hosting.com!</p>
]]></content:encoded>
			<wfw:commentRss>http://xhytex.com/2010/11/wordpress-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

