<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Crashing into the wide world of Open Source</title>
	<atom:link href="http://crashopensource.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://crashopensource.wordpress.com</link>
	<description>without a paddle</description>
	<lastBuildDate>Thu, 16 Oct 2008 13:11:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Contrib Opportunity! Help with resolving a path with spaces and a perl script by new</title>
		<link>http://crashopensource.wordpress.com/2007/11/13/contrib-opportunity-help-with-resolving-a-path-with-spaces-and-a-perl-script/#comment-211</link>
		<dc:creator>new</dc:creator>
		<pubDate>Thu, 16 Oct 2008 13:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/11/13/contrib-opportunity-help-with-resolving-a-path-with-spaces-and-a-perl-script/#comment-211</guid>
		<description>Im also facing the same problem.. The path is given in &quot; &quot; doublw quotes only..</description>
		<content:encoded><![CDATA[<p>Im also facing the same problem.. The path is given in &#8221; &#8221; doublw quotes only..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Symbol Server Sandbox by Lukas Blakk</title>
		<link>http://crashopensource.wordpress.com/2007/09/29/setting-up-a-symbol-server-sandbox/#comment-210</link>
		<dc:creator>Lukas Blakk</dc:creator>
		<pubDate>Mon, 22 Sep 2008 11:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/09/29/setting-up-a-symbol-server-sandbox/#comment-210</guid>
		<description>Mike - I did get it to work with IIS to serve symbols by allowing .pdb files to be served.  I can&#039;t remember now (it has been a year) where I enabled this setting, but I&#039;m sure you can find out.</description>
		<content:encoded><![CDATA[<p>Mike &#8211; I did get it to work with IIS to serve symbols by allowing .pdb files to be served.  I can&#8217;t remember now (it has been a year) where I enabled this setting, but I&#8217;m sure you can find out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Symbol Server Sandbox by mike smith</title>
		<link>http://crashopensource.wordpress.com/2007/09/29/setting-up-a-symbol-server-sandbox/#comment-209</link>
		<dc:creator>mike smith</dc:creator>
		<pubDate>Mon, 22 Sep 2008 04:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/09/29/setting-up-a-symbol-server-sandbox/#comment-209</guid>
		<description>Noticed the date for this is about a year ago - did you have any success getting it to work?  I&#039;m thinking about something similar.  Or using something like ftp://localhost/symbolserver</description>
		<content:encoded><![CDATA[<p>Noticed the date for this is about a year ago &#8211; did you have any success getting it to work?  I&#8217;m thinking about something similar.  Or using something like <a href="ftp://localhost/symbolserver" rel="nofollow">ftp://localhost/symbolserver</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse and keycode mapping by Richard Kaufman</title>
		<link>http://crashopensource.wordpress.com/2007/11/30/eclipse-and-keycode-mapping/#comment-206</link>
		<dc:creator>Richard Kaufman</dc:creator>
		<pubDate>Fri, 02 May 2008 14:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/11/30/eclipse-and-keycode-mapping/#comment-206</guid>
		<description>Taken from  https://help.ubuntu.com/community/MacBook#head-416529dc6edd6f93a12df4f0b4c71144441dcbce

You will need to edit the xorg.conf file (in /etc/X11/xorg.conf) 

# Example 2 With the following settings the Synaptics Touchpad configuration should be closer to Mac OS X. Right-click using a two-finger tap and scroll by moving two fingers across the touchpad.


Section &quot;InputDevice&quot;
        Identifier      &quot;Synaptics Touchpad&quot;
        Driver          &quot;synaptics&quot;
        Option          &quot;SendCoreEvents&quot;        &quot;true&quot;
        Option          &quot;Device&quot;                &quot;/dev/psaux&quot;
        Option          &quot;Protocol&quot;              &quot;auto-dev&quot;
        Option          &quot;SHMConfig&quot;             &quot;true&quot;
        Option          &quot;LeftEdge&quot;              &quot;10&quot;
        Option          &quot;RightEdge&quot;             &quot;1200&quot;
        Option          &quot;TopEdge&quot;               &quot;10&quot;
        Option          &quot;BottomEdge&quot;            &quot;370&quot;
        Option          &quot;FingerLow&quot;             &quot;10&quot;
        Option          &quot;FingerHigh&quot;            &quot;20&quot;
        Option          &quot;MaxTapTime&quot;            &quot;180&quot;
        Option          &quot;MaxTapMove&quot;            &quot;220&quot;
        Option          &quot;SingleTapTimeout&quot;      &quot;100&quot;
        Option          &quot;MaxDoubleTapTime&quot;      &quot;180&quot;
        Option          &quot;LockedDrags&quot;           &quot;off&quot;
        Option          &quot;MinSpeed&quot;              &quot;1.10&quot;
        Option          &quot;MaxSpeed&quot;              &quot;1.30&quot;
        Option          &quot;AccelFactor&quot;           &quot;0.08&quot;
        Option          &quot;TapButton1&quot;            &quot;1&quot;
        Option          &quot;TapButton2&quot;            &quot;3&quot;
        Option          &quot;TapButton3&quot;            &quot;2&quot;
        Option          &quot;RTCornerButton&quot;        &quot;0&quot;
        Option          &quot;RBCornerButton&quot;        &quot;0&quot;
        Option          &quot;LTCornerButton&quot;        &quot;0&quot;
        Option          &quot;LBCornerButton&quot;        &quot;0&quot;
        Option          &quot;VertScrollDelta&quot;       &quot;20&quot;
        Option          &quot;HorizScrollDelta&quot;      &quot;50&quot;
        Option          &quot;HorizEdgeScroll&quot;       &quot;0&quot;
        Option          &quot;VertEdgeScroll&quot;        &quot;0&quot;
        Option          &quot;VertTwoFingerScroll&quot;   &quot;1&quot;
        Option          &quot;HorizTwoFingerScroll&quot;  &quot;1&quot;
EndSection

Enjoy!
-R</description>
		<content:encoded><![CDATA[<p>Taken from  <a href="https://help.ubuntu.com/community/MacBook#head-416529dc6edd6f93a12df4f0b4c71144441dcbce" rel="nofollow">https://help.ubuntu.com/community/MacBook#head-416529dc6edd6f93a12df4f0b4c71144441dcbce</a></p>
<p>You will need to edit the xorg.conf file (in /etc/X11/xorg.conf) </p>
<p># Example 2 With the following settings the Synaptics Touchpad configuration should be closer to Mac OS X. Right-click using a two-finger tap and scroll by moving two fingers across the touchpad.</p>
<p>Section &#8220;InputDevice&#8221;<br />
        Identifier      &#8220;Synaptics Touchpad&#8221;<br />
        Driver          &#8220;synaptics&#8221;<br />
        Option          &#8220;SendCoreEvents&#8221;        &#8220;true&#8221;<br />
        Option          &#8220;Device&#8221;                &#8220;/dev/psaux&#8221;<br />
        Option          &#8220;Protocol&#8221;              &#8220;auto-dev&#8221;<br />
        Option          &#8220;SHMConfig&#8221;             &#8220;true&#8221;<br />
        Option          &#8220;LeftEdge&#8221;              &#8220;10&#8243;<br />
        Option          &#8220;RightEdge&#8221;             &#8220;1200&#8243;<br />
        Option          &#8220;TopEdge&#8221;               &#8220;10&#8243;<br />
        Option          &#8220;BottomEdge&#8221;            &#8220;370&#8243;<br />
        Option          &#8220;FingerLow&#8221;             &#8220;10&#8243;<br />
        Option          &#8220;FingerHigh&#8221;            &#8220;20&#8243;<br />
        Option          &#8220;MaxTapTime&#8221;            &#8220;180&#8243;<br />
        Option          &#8220;MaxTapMove&#8221;            &#8220;220&#8243;<br />
        Option          &#8220;SingleTapTimeout&#8221;      &#8220;100&#8243;<br />
        Option          &#8220;MaxDoubleTapTime&#8221;      &#8220;180&#8243;<br />
        Option          &#8220;LockedDrags&#8221;           &#8220;off&#8221;<br />
        Option          &#8220;MinSpeed&#8221;              &#8220;1.10&#8243;<br />
        Option          &#8220;MaxSpeed&#8221;              &#8220;1.30&#8243;<br />
        Option          &#8220;AccelFactor&#8221;           &#8220;0.08&#8243;<br />
        Option          &#8220;TapButton1&#8243;            &#8220;1&#8243;<br />
        Option          &#8220;TapButton2&#8243;            &#8220;3&#8243;<br />
        Option          &#8220;TapButton3&#8243;            &#8220;2&#8243;<br />
        Option          &#8220;RTCornerButton&#8221;        &#8220;0&#8243;<br />
        Option          &#8220;RBCornerButton&#8221;        &#8220;0&#8243;<br />
        Option          &#8220;LTCornerButton&#8221;        &#8220;0&#8243;<br />
        Option          &#8220;LBCornerButton&#8221;        &#8220;0&#8243;<br />
        Option          &#8220;VertScrollDelta&#8221;       &#8220;20&#8243;<br />
        Option          &#8220;HorizScrollDelta&#8221;      &#8220;50&#8243;<br />
        Option          &#8220;HorizEdgeScroll&#8221;       &#8220;0&#8243;<br />
        Option          &#8220;VertEdgeScroll&#8221;        &#8220;0&#8243;<br />
        Option          &#8220;VertTwoFingerScroll&#8221;   &#8220;1&#8243;<br />
        Option          &#8220;HorizTwoFingerScroll&#8221;  &#8220;1&#8243;<br />
EndSection</p>
<p>Enjoy!<br />
-R</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New MacBook with no Boot Camp Utility? by sh</title>
		<link>http://crashopensource.wordpress.com/2007/11/07/new-macbook-with-no-boot-camp-utility/#comment-200</link>
		<dc:creator>sh</dc:creator>
		<pubDate>Fri, 15 Feb 2008 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/11/07/new-macbook-with-no-boot-camp-utility/#comment-200</guid>
		<description>Useful for me. I though mine has no bootcamp. Thanks!</description>
		<content:encoded><![CDATA[<p>Useful for me. I though mine has no bootcamp. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oh Bugzilla by Guy Pyrzak</title>
		<link>http://crashopensource.wordpress.com/2007/10/15/oh-bugzilla/#comment-163</link>
		<dc:creator>Guy Pyrzak</dc:creator>
		<pubDate>Fri, 04 Jan 2008 03:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/10/15/oh-bugzilla/#comment-163</guid>
		<description>So I just wanted to say, YOU CAN CHANGE BUGZILLA!! There are lots of ways, but if you are not a web developer it gets a bit tricky. You&#039;re welcome to check out the code and post a patch. If you&#039;re not a developer, then try finding someone who can. I found this post because I&#039;m working on a bug for bugzilla myself. The point is, you can contribute/change bugzilla. Now if you&#039;ve posted the patch and it has never been reviewed i think that&#039;s a different story.</description>
		<content:encoded><![CDATA[<p>So I just wanted to say, YOU CAN CHANGE BUGZILLA!! There are lots of ways, but if you are not a web developer it gets a bit tricky. You&#8217;re welcome to check out the code and post a patch. If you&#8217;re not a developer, then try finding someone who can. I found this post because I&#8217;m working on a bug for bugzilla myself. The point is, you can contribute/change bugzilla. Now if you&#8217;ve posted the patch and it has never been reviewed i think that&#8217;s a different story.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on To the wall&#8230; by Dave Humphrey</title>
		<link>http://crashopensource.wordpress.com/2007/12/08/to-the-wall/#comment-114</link>
		<dc:creator>Dave Humphrey</dc:creator>
		<pubDate>Sun, 09 Dec 2007 02:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/12/08/to-the-wall/#comment-114</guid>
		<description>You should tag this so it gets to our planet.</description>
		<content:encoded><![CDATA[<p>You should tag this so it gets to our planet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New MacBook with no Boot Camp Utility? by David</title>
		<link>http://crashopensource.wordpress.com/2007/11/07/new-macbook-with-no-boot-camp-utility/#comment-113</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 09 Dec 2007 02:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/11/07/new-macbook-with-no-boot-camp-utility/#comment-113</guid>
		<description>Thank you so much for posting this - I was going through the same ordeal - &quot;Where is BootCamp!!!&quot;</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this &#8211; I was going through the same ordeal &#8211; &#8220;Where is BootCamp!!!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symbols and Installers are giving me a headache. by Dave Humphrey</title>
		<link>http://crashopensource.wordpress.com/2007/12/05/symbols-and-installers-are-giving-me-a-headache/#comment-110</link>
		<dc:creator>Dave Humphrey</dc:creator>
		<pubDate>Wed, 05 Dec 2007 15:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/12/05/symbols-and-installers-are-giving-me-a-headache/#comment-110</guid>
		<description>Are you sure your server is serving them properly?</description>
		<content:encoded><![CDATA[<p>Are you sure your server is serving them properly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Source Server 0.3 goals by tjduavis</title>
		<link>http://crashopensource.wordpress.com/2007/11/20/source-server-03-goals/#comment-86</link>
		<dc:creator>tjduavis</dc:creator>
		<pubDate>Fri, 23 Nov 2007 02:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://crashopensource.wordpress.com/2007/11/20/source-server-03-goals/#comment-86</guid>
		<description>Ummm I tried to test release 0.2 as per instructed in your blog post (http://crashopensource.wordpress.com/2007/11/14/source-server-02-release-howto-and-contribution-opportunity/) but I was not able to trace through any code as I got a &quot;no source code available for the current location&quot; prompt (http://tjduavis.files.wordpress.com/2007/11/sourceserver-release02-attempt1.jpg) 

Is this what you mean by &quot;...0.2 release was a little buggy...&quot;? Or did I do something wrong? 

The link that you posted where it contains you symbol server does not load anything on the browser. Is that whats expected? 

Can you be more specific on what the option you selected to turn on the source server in &quot;Tools-&gt;Debugging-&gt;General&quot;</description>
		<content:encoded><![CDATA[<p>Ummm I tried to test release 0.2 as per instructed in your blog post (<a href="http://crashopensource.wordpress.com/2007/11/14/source-server-02-release-howto-and-contribution-opportunity/" rel="nofollow">http://crashopensource.wordpress.com/2007/11/14/source-server-02-release-howto-and-contribution-opportunity/</a>) but I was not able to trace through any code as I got a &#8220;no source code available for the current location&#8221; prompt (<a href="http://tjduavis.files.wordpress.com/2007/11/sourceserver-release02-attempt1.jpg" rel="nofollow">http://tjduavis.files.wordpress.com/2007/11/sourceserver-release02-attempt1.jpg</a>) </p>
<p>Is this what you mean by &#8220;&#8230;0.2 release was a little buggy&#8230;&#8221;? Or did I do something wrong? </p>
<p>The link that you posted where it contains you symbol server does not load anything on the browser. Is that whats expected? </p>
<p>Can you be more specific on what the option you selected to turn on the source server in &#8220;Tools-&gt;Debugging-&gt;General&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
