<?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>Matt Jones &#187; Linux</title>
	<atom:link href="http://mattjon.es/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattjon.es</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 09:26:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>★ Getting Typekit to work with Chromium and Namoroka</title>
		<link>http://mattjon.es/blog/2009/11/getting-typekit-to-work-with-chromium-and-namoroka/</link>
		<comments>http://mattjon.es/blog/2009/11/getting-typekit-to-work-with-chromium-and-namoroka/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 12:15:17 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://mattjon.es/blog/?p=3518</guid>
		<description><![CDATA[<p><a href="http://www.typekit.com">Typekit</a> really need to improve the way they do their user-agent detection. At the moment, it seems that if the user-agent-string doesn&#8217;t contain either &#8216;Firefox&#8217; or &#8216;Safari&#8217;, then Typekit won&#8217;t work, even when the rendering engine is capable of rendering the fonts.</p>
<p>This isn&#8217;t an issue for many. But it is if you&#8217;re using a development build of a browser, or you&#8217;re using a Linux distribution with a modified version of Firefox that, due to licensing restrictions, can&#8217;t use the Firefox branding. In this case, the user-agent string will contain the development name of the browser, such as &#8216;Shiretoko&#8217; or &#8216;Namoroka&#8217;.</p>
<p>In Firefox, changing the user-agent string in about:config to &#8216;Firefox&#8217; will solve this problem. In <a href="http://code.google.com/chromium/">Chromium</a> (the development build of Google Chrome), you&#8217;ll need to launch the browser with a command something like this:</p>
<p><code>chromium-browser --user-agent="Firefox/3.5.5" --enable-remote-fonts</code></p>
<p>Recent builds of Chromium now support @font-face, so you might not need the -enable-remote-fonts option.</p>
<p>Hopefully, Typekit will improve their browser detection by checking the rendering engine in the user-agent string, rather than simply the browser name.</p>
<p><a href=""></a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.typekit.com">Typekit</a> really need to improve the way they do their user-agent detection. At the moment, it seems that if the user-agent-string doesn&#8217;t contain either &#8216;Firefox&#8217; or &#8216;Safari&#8217;, then Typekit won&#8217;t work, even when the rendering engine is capable of rendering the fonts.</p>
<p>This isn&#8217;t an issue for many. But it is if you&#8217;re using a development build of a browser, or you&#8217;re using a Linux distribution with a modified version of Firefox that, due to licensing restrictions, can&#8217;t use the Firefox branding. In this case, the user-agent string will contain the development name of the browser, such as &#8216;Shiretoko&#8217; or &#8216;Namoroka&#8217;.</p>
<p>In Firefox, changing the user-agent string in about:config to &#8216;Firefox&#8217; will solve this problem. In <a href="http://code.google.com/chromium/">Chromium</a> (the development build of Google Chrome), you&#8217;ll need to launch the browser with a command something like this:</p>
<p><code>chromium-browser --user-agent="Firefox/3.5.5" --enable-remote-fonts</code></p>
<p>Recent builds of Chromium now support @font-face, so you might not need the -enable-remote-fonts option.</p>
<p>Hopefully, Typekit will improve their browser detection by checking the rendering engine in the user-agent string, rather than simply the browser name.</p>
<p><a href=""></a></p>]]></content:encoded>
			<wfw:commentRss>http://mattjon.es/blog/2009/11/getting-typekit-to-work-with-chromium-and-namoroka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>★ Setting gnome-shell as the default window manager</title>
		<link>http://mattjon.es/blog/2009/11/setting-gnome-shell-as-the-default-window-manager/</link>
		<comments>http://mattjon.es/blog/2009/11/setting-gnome-shell-as-the-default-window-manager/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 08:44:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://mattjon.es/blog/?p=3424</guid>
		<description><![CDATA[<p>Gnome Shell will be the new window manager in Gnome 3, but it can be used in the current version of Gnome by installing the gnome-shell package, and running &#8216;gnome-shell &#8211;replace&#8217; in a terminal.</p>
<p>To have Gnome Shell as the default window manager, setting the WINDOW_MANAGER environment variable won&#8217;t work in Gnome 2.28. Instead you need to install &#8216;gconf-editor&#8217; using your package manager, then go to:</p>
<p>/desktop/gnome/session/required_components</p>
<p>and set the &#8216;windowmanager&#8217; key to &#8216;gnome-shell&#8217; instead of &#8216;metacity&#8217;.</p>
<p><a href=""></a></p>]]></description>
			<content:encoded><![CDATA[<p>Gnome Shell will be the new window manager in Gnome 3, but it can be used in the current version of Gnome by installing the gnome-shell package, and running &#8216;gnome-shell &#8211;replace&#8217; in a terminal.</p>
<p>To have Gnome Shell as the default window manager, setting the WINDOW_MANAGER environment variable won&#8217;t work in Gnome 2.28. Instead you need to install &#8216;gconf-editor&#8217; using your package manager, then go to:</p>
<p>/desktop/gnome/session/required_components</p>
<p>and set the &#8216;windowmanager&#8217; key to &#8216;gnome-shell&#8217; instead of &#8216;metacity&#8217;.</p>
<p><a href=""></a></p>]]></content:encoded>
			<wfw:commentRss>http://mattjon.es/blog/2009/11/setting-gnome-shell-as-the-default-window-manager/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

