<?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/"
		>
<channel>
	<title>Comments for Fibtitious</title>
	<atom:link href="http://www.fibtitious.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fibtitious.com</link>
	<description>a truth about something that might actually exist</description>
	<lastBuildDate>Tue, 08 Jun 2010 23:40:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Web links not working in Outlook by MS Outlook error when clicking on a hyperlink - Fibtitious</title>
		<link>http://www.fibtitious.com/2009/11/web-links-not-working-in-outlook/comment-page-1/#comment-26</link>
		<dc:creator>MS Outlook error when clicking on a hyperlink - Fibtitious</dc:creator>
		<pubDate>Tue, 08 Jun 2010 23:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.fibtitious.com/?p=30#comment-26</guid>
		<description>[...] Today’s error followed the installation of Microsoft Expression Web Studio 4. I like using Firefox as my default web browser, and it appears as if the installer messed up some setting related to the default web browser. The problem appears related to an error that I reported earlier. [...]</description>
		<content:encoded><![CDATA[<p>[...] Today’s error followed the installation of Microsoft Expression Web Studio 4. I like using Firefox as my default web browser, and it appears as if the installer messed up some setting related to the default web browser. The problem appears related to an error that I reported earlier. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The mystery of the disappearing TortoiseSVN icon overlays by ANDERSON</title>
		<link>http://www.fibtitious.com/2009/12/the-mystery-of-the-the-disappearing-tortoisesvn-icon-overlays/comment-page-1/#comment-25</link>
		<dc:creator>ANDERSON</dc:creator>
		<pubDate>Fri, 23 Apr 2010 04:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fibtitious.com/?p=40#comment-25</guid>
		<description>Thank you for sharing this. Well done and very informative.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this. Well done and very informative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The mystery of the disappearing TortoiseSVN icon overlays by Obdulia Bournazian</title>
		<link>http://www.fibtitious.com/2009/12/the-mystery-of-the-the-disappearing-tortoisesvn-icon-overlays/comment-page-1/#comment-13</link>
		<dc:creator>Obdulia Bournazian</dc:creator>
		<pubDate>Thu, 18 Mar 2010 07:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.fibtitious.com/?p=40#comment-13</guid>
		<description>This is a awesome piece of writing, im happy I uncovered it. Ill be back down the track to check out other posts that you have on your blog.</description>
		<content:encoded><![CDATA[<p>This is a awesome piece of writing, im happy I uncovered it. Ill be back down the track to check out other posts that you have on your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The mystery of the disappearing TortoiseSVN icon overlays by Stefaans</title>
		<link>http://www.fibtitious.com/2009/12/the-mystery-of-the-the-disappearing-tortoisesvn-icon-overlays/comment-page-1/#comment-9</link>
		<dc:creator>Stefaans</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fibtitious.com/?p=40#comment-9</guid>
		<description>@Ciantic Thanks for your insightful comments.</description>
		<content:encoded><![CDATA[<p>@Ciantic Thanks for your insightful comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The mystery of the disappearing TortoiseSVN icon overlays by Ciantic</title>
		<link>http://www.fibtitious.com/2009/12/the-mystery-of-the-the-disappearing-tortoisesvn-icon-overlays/comment-page-1/#comment-7</link>
		<dc:creator>Ciantic</dc:creator>
		<pubDate>Sat, 30 Jan 2010 23:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.fibtitious.com/?p=40#comment-7</guid>
		<description>There is nothing mysterious about this problem:

&lt;blockquote cite=&quot;Rinat Abdullin&quot;&gt;There is only a limited number of overlay slots available in Windows. That&#039;s the byte order limitation (probably around 15, with 4 reserved by the OS). Whenever the limit is breached, we&#039;ve got problems.&lt;/blockquote&gt;

Above is from webpage &lt;a href=&quot;http://abdullin.com/journal/2009/10/26/fixing-icon-overlays-for-dropbox-tortoisesvn.html&quot; rel=&quot;nofollow&quot;&gt;Fixing Icon Overlays for Dropbox + TortoiseSVN&lt;/a&gt;, the reason it worked for you is that Windows almost randomly chooses the 15 that works, so next time you installed the programs the new overlay icons were newer... Although you can tamper the lottery numbers by removing unnecessary overlay icons in &lt;code&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers&lt;/code&gt;, see the above webpage for more details. I had to delete substantial amount of overlay icons, and they become &lt;em&gt;effective instantly&lt;/em&gt; as long as I restarted the explorer.exe from Task Manager.</description>
		<content:encoded><![CDATA[<p>There is nothing mysterious about this problem:</p>
<blockquote cite="Rinat Abdullin"><p>There is only a limited number of overlay slots available in Windows. That&#8217;s the byte order limitation (probably around 15, with 4 reserved by the OS). Whenever the limit is breached, we&#8217;ve got problems.</p></blockquote>
<p>Above is from webpage <a href="http://abdullin.com/journal/2009/10/26/fixing-icon-overlays-for-dropbox-tortoisesvn.html" rel="nofollow">Fixing Icon Overlays for Dropbox + TortoiseSVN</a>, the reason it worked for you is that Windows almost randomly chooses the 15 that works, so next time you installed the programs the new overlay icons were newer&#8230; Although you can tamper the lottery numbers by removing unnecessary overlay icons in <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers</code>, see the above webpage for more details. I had to delete substantial amount of overlay icons, and they become <em>effective instantly</em> as long as I restarted the explorer.exe from Task Manager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The mystery of the disappearing TortoiseSVN icon overlays by Stefaans</title>
		<link>http://www.fibtitious.com/2009/12/the-mystery-of-the-the-disappearing-tortoisesvn-icon-overlays/comment-page-1/#comment-5</link>
		<dc:creator>Stefaans</dc:creator>
		<pubDate>Sat, 09 Jan 2010 15:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.fibtitious.com/?p=40#comment-5</guid>
		<description>@eduard_k, feel free to quote my post. After all, the purpose of my blog is to document issues so that it may help others in the same situation ;)

No Twitter for me at this stage; maybe later...</description>
		<content:encoded><![CDATA[<p>@eduard_k, feel free to quote my post. After all, the purpose of my blog is to document issues so that it may help others in the same situation <img src='http://www.fibtitious.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>No Twitter for me at this stage; maybe later&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The mystery of the disappearing TortoiseSVN icon overlays by Stefaans</title>
		<link>http://www.fibtitious.com/2009/12/the-mystery-of-the-the-disappearing-tortoisesvn-icon-overlays/comment-page-1/#comment-4</link>
		<dc:creator>Stefaans</dc:creator>
		<pubDate>Sat, 09 Jan 2010 15:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.fibtitious.com/?p=40#comment-4</guid>
		<description>@David, from the number of results that came up in Google, it seems clear that this problem is quite common. It does seem like other factors often plays a role too, e.g. other software that creates icon overlays.

In my case, I proceeded with installing the 64-bit version of TortoiseSVN first. Once I established that it was working properly (icons in context menus in Windows Explorer, a 64-bit application), I went on to install the 32-bit version too. I am happy to report that all is still working fine.</description>
		<content:encoded><![CDATA[<p>@David, from the number of results that came up in Google, it seems clear that this problem is quite common. It does seem like other factors often plays a role too, e.g. other software that creates icon overlays.</p>
<p>In my case, I proceeded with installing the 64-bit version of TortoiseSVN first. Once I established that it was working properly (icons in context menus in Windows Explorer, a 64-bit application), I went on to install the 32-bit version too. I am happy to report that all is still working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The mystery of the disappearing TortoiseSVN icon overlays by David Bond</title>
		<link>http://www.fibtitious.com/2009/12/the-mystery-of-the-the-disappearing-tortoisesvn-icon-overlays/comment-page-1/#comment-3</link>
		<dc:creator>David Bond</dc:creator>
		<pubDate>Sat, 09 Jan 2010 13:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.fibtitious.com/?p=40#comment-3</guid>
		<description>Thanks for your post - I am suffering from the same problem.

Could I ask what you reinstalled, and in which order?</description>
		<content:encoded><![CDATA[<p>Thanks for your post &#8211; I am suffering from the same problem.</p>
<p>Could I ask what you reinstalled, and in which order?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The mystery of the disappearing TortoiseSVN icon overlays by eduard_k</title>
		<link>http://www.fibtitious.com/2009/12/the-mystery-of-the-the-disappearing-tortoisesvn-icon-overlays/comment-page-1/#comment-2</link>
		<dc:creator>eduard_k</dc:creator>
		<pubDate>Sat, 26 Dec 2009 22:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.fibtitious.com/?p=40#comment-2</guid>
		<description>I want to quote your post in my blog. It can?
And you et an account on Twitter?</description>
		<content:encoded><![CDATA[<p>I want to quote your post in my blog. It can?<br />
And you et an account on Twitter?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
