<?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>mruiz's blog &#187; shiretoko</title>
	<atom:link href="http://mruiz.openminds.cl/blog/index.php/tag/shiretoko/feed/" rel="self" type="application/rss+xml" />
	<link>http://mruiz.openminds.cl/blog</link>
	<description>...between two worlds</description>
	<lastBuildDate>Thu, 24 Dec 2009 22:13:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox 3.5 y fuentes anti-aliasing en Ubuntu</title>
		<link>http://mruiz.openminds.cl/blog/index.php/2009/07/28/firefox-3-5-y-fuentes-anti-aliasing-en-ubuntu/</link>
		<comments>http://mruiz.openminds.cl/blog/index.php/2009/07/28/firefox-3-5-y-fuentes-anti-aliasing-en-ubuntu/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 04:29:13 +0000</pubDate>
		<dc:creator>Miguel Ruiz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planeta Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 3.5]]></category>
		<category><![CDATA[shiretoko]]></category>

		<guid isPermaLink="false">http://mruiz.openminds.cl/blog/?p=228</guid>
		<description><![CDATA[Siguiendo los pasos descritos en la guía del gran gurú Alexander Sack, instalé Firefox 3.5 Shiretoko en Ubuntu 9.04; en resumen, habilité el PPA de Ubuntu Mozilla Security Team e instalé los siguientes paquetes: firefox-3.5 y firefox-3.5-gnome-support.
El único  problema que tuve es que las fuentes se ven borrosas (sin anti-aliasing) &#8230; ¿Cómo solucionarlo?
1. Creamos el [...]]]></description>
			<content:encoded><![CDATA[<p>Siguiendo los pasos descritos en <a href="http://www.asoftsite.org/s9y/archives/160-FAQ-Where-can-I-get-firefox-3.5-for-Ubuntu.html" target="_blank">la guía</a> del gran gurú <a href="https://edge.launchpad.net/~asac" target="_blank">Alexander Sack</a>, instalé <strong>Firefox 3.5 Shiretoko</strong> en <strong>Ubuntu 9.04</strong>; en resumen, habilité el <strong>PPA de Ubuntu Mozilla Security Team</strong> e instalé los siguientes paquetes: <em>firefox-3.5 y firefox-3.5-gnome-support</em>.</p>
<p>El único  problema que tuve es que las fuentes se ven borrosas (sin anti-aliasing) &#8230; ¿Cómo solucionarlo?</p>
<p>1. Creamos el archivo .fonts.conf en nuestro directorio home</p>
<blockquote><p>mruiz@phoenix:~$ touch .fonts.conf</p></blockquote>
<p>2. Editamos el archivo e ingresamos el siguiente contenido:</p>
<blockquote><p>
&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!DOCTYPE fontconfig SYSTEM &#8220;fonts.dtd&#8221;&gt;<br />
&lt;fontconfig&gt;<br />
&lt;match target=&#8221;font&#8221; &gt;<br />
&lt;edit mode=&#8221;assign&#8221; name=&#8221;rgba&#8221; &gt;<br />
&lt;const&gt;rgb&lt;/const&gt;<br />
&lt;/edit&gt;<br />
&lt;/match&gt;<br />
&lt;match target=&#8221;font&#8221; &gt;<br />
&lt;edit mode=&#8221;assign&#8221; name=&#8221;hinting&#8221; &gt;<br />
&lt;bool&gt;true&lt;/bool&gt;<br />
&lt;/edit&gt;<br />
&lt;/match&gt;<br />
&lt;match target=&#8221;font&#8221; &gt;<br />
&lt;edit mode=&#8221;assign&#8221; name=&#8221;hintstyle&#8221; &gt;<br />
&lt;const&gt;hintfull&lt;/const&gt;<br />
&lt;/edit&gt;<br />
&lt;/match&gt;<br />
&lt;match target=&#8221;font&#8221; &gt;<br />
&lt;edit mode=&#8221;assign&#8221; name=&#8221;antialias&#8221; &gt;<br />
&lt;bool&gt;true&lt;/bool&gt;<br />
&lt;/edit&gt;<br />
&lt;/match&gt;<br />
&lt;/fontconfig&gt;
</p></blockquote>
<p>3. Guardamos los cambios y al iniciar <strong>Firefox 3.5</strong> el problema debe estar solucionado. <img src='http://mruiz.openminds.cl/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://mruiz.openminds.cl/blog/index.php/2009/07/28/firefox-3-5-y-fuentes-anti-aliasing-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
