<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for tami's adventures in LinuxLand</title>
	<atom:link href="http://tamilinux.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tamilinux.wordpress.com</link>
	<description>...tiny illustrated mini-howto'es for Linux beginners + some "screenshots"</description>
	<lastBuildDate>Sat, 04 Jul 2009 22:22:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Changing keyboard layouts in Fluxbox by neilwards</title>
		<link>http://tamilinux.wordpress.com/2006/11/21/changing-keyboard-layouts-in-fluxbox/#comment-121</link>
		<dc:creator>neilwards</dc:creator>
		<pubDate>Sat, 04 Jul 2009 22:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://tamilinux.wordpress.com/2006/11/21/changing-keyboard-layouts-in-fluxbox/#comment-121</guid>
		<description>Thanks for the reply. I will try your syntax. Strangely, I haven&#039;t had any trouble lately. Perhaps an update fixed the problem (or it could be -like you suggested- that this kind of keyboard switching only fails when certain programs are running).
Amusingly, the Arch forum thread that you pointed me to is a thread that I started. :)

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. I will try your syntax. Strangely, I haven&#8217;t had any trouble lately. Perhaps an update fixed the problem (or it could be -like you suggested- that this kind of keyboard switching only fails when certain programs are running).<br />
Amusingly, the Arch forum thread that you pointed me to is a thread that I started. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing keyboard layouts in Fluxbox by tamihania</title>
		<link>http://tamilinux.wordpress.com/2006/11/21/changing-keyboard-layouts-in-fluxbox/#comment-120</link>
		<dc:creator>tamihania</dc:creator>
		<pubDate>Fri, 22 May 2009 07:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://tamilinux.wordpress.com/2006/11/21/changing-keyboard-layouts-in-fluxbox/#comment-120</guid>
		<description>Hm, I&#039;m not on fluxbox right now but all your files look OK at the first glance. Although I prefer syntax:
&lt;code&gt;Option &quot;XkbLayout&quot; &quot;us,ru(phonetic)&quot;&lt;/code&gt;

and would uncomment or simply delete:

&lt;code&gt;Option &quot;XkbVariant&quot; &quot;,phonetic&quot;&lt;/code&gt;

I believe that random crashes are related to lack of support for unicode (needed for Cyrillic) of some applications - see this thread: &lt;a href=&quot;http://bbs.archlinux.org/viewtopic.php?id=67564&quot; rel=&quot;nofollow&quot;&gt;Arch forum&lt;/a&gt;
Sorry for not being of better help.</description>
		<content:encoded><![CDATA[<p>Hm, I&#8217;m not on fluxbox right now but all your files look OK at the first glance. Although I prefer syntax:<br />
<code>Option "XkbLayout" "us,ru(phonetic)"</code></p>
<p>and would uncomment or simply delete:</p>
<p><code>Option "XkbVariant" ",phonetic"</code></p>
<p>I believe that random crashes are related to lack of support for unicode (needed for Cyrillic) of some applications &#8211; see this thread: <a href="http://bbs.archlinux.org/viewtopic.php?id=67564" rel="nofollow">Arch forum</a><br />
Sorry for not being of better help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing keyboard layouts in Fluxbox by neilwards</title>
		<link>http://tamilinux.wordpress.com/2006/11/21/changing-keyboard-layouts-in-fluxbox/#comment-119</link>
		<dc:creator>neilwards</dc:creator>
		<pubDate>Fri, 22 May 2009 00:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://tamilinux.wordpress.com/2006/11/21/changing-keyboard-layouts-in-fluxbox/#comment-119</guid>
		<description>I have noticed something strange with this. When I switch between English and Russian phonetic, sometimes the entire X display goes black. In order to get it back, I have to reboot. It&#039;s too bad, I really like this method of switching keyboards.
I am using Archlinux 2.6.29 i686 and Fluxbox (obviously).
-relevant Xorg.conf-

Section &quot;InputDevice&quot;
	Identifier  &quot;Keyboard0&quot;
	Driver      &quot;keyboard&quot;
        Option      &quot;CoreKeyboard&quot;
	Option &quot;XkbRules&quot; &quot;xorg&quot;
	Option &quot;XkbModel&quot; &quot;pc105&quot;
	Option &quot;XkbOptions&quot; &quot;compose:lwin,grp:rwin&quot;
        Option &quot;XkbLayout&quot; &quot;us,ru&quot;
	Option &quot;XkbVariant&quot; &quot;,phonetic&quot;
EndSection

-relevant .fluxbox/menu-
[submenu] (Keyboards)
	[exec] (US) 	{setxkbmap us}
	[exec] (RU) 	{setxkbmap ru -variant phonetic}
[end]

It&#039;s not consistent, sometimes it crashes my box, sometimes it doesn&#039;t.
Any ideas?
Thanks.</description>
		<content:encoded><![CDATA[<p>I have noticed something strange with this. When I switch between English and Russian phonetic, sometimes the entire X display goes black. In order to get it back, I have to reboot. It&#8217;s too bad, I really like this method of switching keyboards.<br />
I am using Archlinux 2.6.29 i686 and Fluxbox (obviously).<br />
-relevant Xorg.conf-</p>
<p>Section &#8220;InputDevice&#8221;<br />
	Identifier  &#8220;Keyboard0&#8243;<br />
	Driver      &#8220;keyboard&#8221;<br />
        Option      &#8220;CoreKeyboard&#8221;<br />
	Option &#8220;XkbRules&#8221; &#8220;xorg&#8221;<br />
	Option &#8220;XkbModel&#8221; &#8220;pc105&#8243;<br />
	Option &#8220;XkbOptions&#8221; &#8220;compose:lwin,grp:rwin&#8221;<br />
        Option &#8220;XkbLayout&#8221; &#8220;us,ru&#8221;<br />
	Option &#8220;XkbVariant&#8221; &#8220;,phonetic&#8221;<br />
EndSection</p>
<p>-relevant .fluxbox/menu-<br />
[submenu] (Keyboards)<br />
	[exec] (US) 	{setxkbmap us}<br />
	[exec] (RU) 	{setxkbmap ru -variant phonetic}<br />
[end]</p>
<p>It&#8217;s not consistent, sometimes it crashes my box, sometimes it doesn&#8217;t.<br />
Any ideas?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blogging from Vim? :o) by code933k</title>
		<link>http://tamilinux.wordpress.com/2007/08/29/blogging-from-vim-o/#comment-118</link>
		<dc:creator>code933k</dc:creator>
		<pubDate>Mon, 20 Oct 2008 21:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://tamilinux.wordpress.com/2007/08/29/blogging-from-vim-o/#comment-118</guid>
		<description>Damn tami! I really don&#039;t liked Blogs until now. They looked like personal notes from people who doesn&#039;t knew anything.  But now:

1-) There&#039;s a vim plug-in for it!!
2-) Now there is more diffusion for serious discussions and I can push forward my time to write about politics and technology.
3-) Wordpress seems like a not so rookie site to start with.

Thanks to you for writing the article and thanks to Pedro for relieving the time a script could have taken from me.  Fuhu fuhu !! No slow web interfaces, no crappy desktop editors making complicated the already simple: Why one should have more than two editors for the same purpose?</description>
		<content:encoded><![CDATA[<p>Damn tami! I really don&#8217;t liked Blogs until now. They looked like personal notes from people who doesn&#8217;t knew anything.  But now:</p>
<p>1-) There&#8217;s a vim plug-in for it!!<br />
2-) Now there is more diffusion for serious discussions and I can push forward my time to write about politics and technology.<br />
3-) WordPress seems like a not so rookie site to start with.</p>
<p>Thanks to you for writing the article and thanks to Pedro for relieving the time a script could have taken from me.  Fuhu fuhu !! No slow web interfaces, no crappy desktop editors making complicated the already simple: Why one should have more than two editors for the same purpose?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozilla Labs » Blog Archive » Introducing Ubiquity by Recent Links Tagged With "tasks" - JabberTags</title>
		<link>http://tamilinux.wordpress.com/2008/08/26/mozilla-labs-%c2%bb-blog-archive-%c2%bb-introducing-ubiquity/#comment-117</link>
		<dc:creator>Recent Links Tagged With "tasks" - JabberTags</dc:creator>
		<pubDate>Thu, 02 Oct 2008 23:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://tamilinux.wordpress.com/2008/08/26/mozilla-labs-%c2%bb-blog-archive-%c2%bb-introducing-ubiquity/#comment-117</guid>
		<description>[...] public links &gt;&gt; tasks   Mozilla Labs » Blog Archive » Introducing Ubiquity Saved by infreemation on Wed 01-10-2008   A2 Film Studies FS4 - assessment tasks Saved by escorat [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; tasks   Mozilla Labs » Blog Archive » Introducing Ubiquity Saved by infreemation on Wed 01-10-2008   A2 Film Studies FS4 &#8211; assessment tasks Saved by escorat [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
