<?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 on: Disappearing color labels in Mac OS X</title>
	<atom:link href="http://www.geekality.net/2010/03/19/disappearing-color-labels-in-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekality.net/2010/03/19/disappearing-color-labels-in-mac-os-x/</link>
	<description>With a hint of Social Ineptitude</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:05:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jessy</title>
		<link>http://www.geekality.net/2010/03/19/disappearing-color-labels-in-mac-os-x/#comment-2934</link>
		<dc:creator>Jessy</dc:creator>
		<pubDate>Sun, 12 Dec 2010 14:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=937#comment-2934</guid>
		<description>I am quite aware of &quot;ls -a&quot;, that I have used to visualize the . hidden files.
I guess I have just to survive to have some non labeled color files because I
won&#039;t leave gedit! 

Thanks anyway!

Jessy</description>
		<content:encoded><![CDATA[<p>I am quite aware of &#8220;ls -a&#8221;, that I have used to visualize the . hidden files.<br />
I guess I have just to survive to have some non labeled color files because I<br />
won&#8217;t leave gedit! </p>
<p>Thanks anyway!</p>
<p>Jessy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torleif</title>
		<link>http://www.geekality.net/2010/03/19/disappearing-color-labels-in-mac-os-x/#comment-2933</link>
		<dc:creator>Torleif</dc:creator>
		<pubDate>Sun, 12 Dec 2010 14:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=937#comment-2933</guid>
		<description>Strange. Maybe things work differently in Snow Leopard. I did this in 10.4 and 10.5. If your files have a label, there should be ._ files though... remember that they are hidden (since they are starting with a dot). You can list them in the Terminal by using the A switch. For example:

&lt;code lang=&quot;bash&quot;&gt;li -lA&lt;/code&gt;

You can also &lt;a href=&quot;/?p=1456&quot; rel=&quot;nofollow&quot;&gt;make them show up in your Finder&lt;/a&gt; if you like. I do that sometimes, but usually have it off most of the time since folders become quite cluttered thanks to all the meta files OS X spreads around...

Anyways, good luck on your quest. Let me know if you figure out what the problem is :)</description>
		<content:encoded><![CDATA[<p>Strange. Maybe things work differently in Snow Leopard. I did this in 10.4 and 10.5. If your files have a label, there should be ._ files though&#8230; remember that they are hidden (since they are starting with a dot). You can list them in the Terminal by using the A switch. For example:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">li <span style="color: #660033;">-lA</span></div></div>
<p>You can also <a href="/?p=1456" rel="nofollow">make them show up in your Finder</a> if you like. I do that sometimes, but usually have it off most of the time since folders become quite cluttered thanks to all the meta files OS X spreads around&#8230;</p>
<p>Anyways, good luck on your quest. Let me know if you figure out what the problem is <img src='http://www.geekality.net/wp-includes/images/blank.gif' alt=':)' class='wp-smiley smiley-1' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessy</title>
		<link>http://www.geekality.net/2010/03/19/disappearing-color-labels-in-mac-os-x/#comment-2931</link>
		<dc:creator>Jessy</dc:creator>
		<pubDate>Sun, 12 Dec 2010 13:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=937#comment-2931</guid>
		<description>The inode number changes in both cases, using gedit and Xcode to open, edit and save a file. It remains never the same. Moreover, I cannot find any file ._

Thanks anyway for your help.

Please, let me know if you came up with some other ideas.

Thanks a lot for your comments.</description>
		<content:encoded><![CDATA[<p>The inode number changes in both cases, using gedit and Xcode to open, edit and save a file. It remains never the same. Moreover, I cannot find any file ._</p>
<p>Thanks anyway for your help.</p>
<p>Please, let me know if you came up with some other ideas.</p>
<p>Thanks a lot for your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torleif</title>
		<link>http://www.geekality.net/2010/03/19/disappearing-color-labels-in-mac-os-x/#comment-2928</link>
		<dc:creator>Torleif</dc:creator>
		<pubDate>Sun, 12 Dec 2010 12:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=937#comment-2928</guid>
		<description>Try to run this in the terminal
&lt;code lang=&quot;bash&quot;&gt;ls -li yourfile.txt&lt;/code&gt;
Take note of the first number, which is the inode number of your file. Then try to edit the file with xcode, save your changes and then run that command again. Check if the inode number stayed the same. Then try the same with gedit. Did the inode number change?

I once tried to mark a file as read-only, but for some reason TextEdit didn&#039;t seem to care. Turned out TextEdit actually creates a new file and just replaces the old file. Maybe this is the case with gedit as well and that the label gets lost in that process?

You can also check if there is a file called ._yourfile.txt in the same folder as yourfile.txt, that&#039;s where color labels are stored if I have understood correctly. If that file disappears, gets changed or something like that after you edit it with gedit then you at least know why the label goes away.</description>
		<content:encoded><![CDATA[<p>Try to run this in the terminal</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-li</span> yourfile.txt</div></div>
<p>Take note of the first number, which is the inode number of your file. Then try to edit the file with xcode, save your changes and then run that command again. Check if the inode number stayed the same. Then try the same with gedit. Did the inode number change?</p>
<p>I once tried to mark a file as read-only, but for some reason TextEdit didn&#8217;t seem to care. Turned out TextEdit actually creates a new file and just replaces the old file. Maybe this is the case with gedit as well and that the label gets lost in that process?</p>
<p>You can also check if there is a file called ._yourfile.txt in the same folder as yourfile.txt, that&#8217;s where color labels are stored if I have understood correctly. If that file disappears, gets changed or something like that after you edit it with gedit then you at least know why the label goes away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessy</title>
		<link>http://www.geekality.net/2010/03/19/disappearing-color-labels-in-mac-os-x/#comment-2927</link>
		<dc:creator>Jessy</dc:creator>
		<pubDate>Sun, 12 Dec 2010 11:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=937#comment-2927</guid>
		<description>Thanks for the answer, Torleif, but it does not work.
I understood the problem, but I do know how to find a 
workaround to solve it. 
The files affected by this behaviour are all those
that I decided to open with gedit. IF I choose Xcode
(by apple), the problem does not happen anymore.
Now, is there a way to get permanent color label for files that one decides
to open with &quot;non-apple&quot; applications?

Thanks a lot for any comment.</description>
		<content:encoded><![CDATA[<p>Thanks for the answer, Torleif, but it does not work.<br />
I understood the problem, but I do know how to find a<br />
workaround to solve it.<br />
The files affected by this behaviour are all those<br />
that I decided to open with gedit. IF I choose Xcode<br />
(by apple), the problem does not happen anymore.<br />
Now, is there a way to get permanent color label for files that one decides<br />
to open with &#8220;non-apple&#8221; applications?</p>
<p>Thanks a lot for any comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torleif</title>
		<link>http://www.geekality.net/2010/03/19/disappearing-color-labels-in-mac-os-x/#comment-2913</link>
		<dc:creator>Torleif</dc:creator>
		<pubDate>Sat, 11 Dec 2010 22:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=937#comment-2913</guid>
		<description>Tried to remove the &lt;code inline=&quot;true&quot;&gt;._*&lt;/code&gt; files as well? What program do you use to view and save them with?</description>
		<content:encoded><![CDATA[<p>Tried to remove the <code class="codecolorer text default"><span class="text">._*</span></code> files as well? What program do you use to view and save them with?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessy</title>
		<link>http://www.geekality.net/2010/03/19/disappearing-color-labels-in-mac-os-x/#comment-2909</link>
		<dc:creator>Jessy</dc:creator>
		<pubDate>Sat, 11 Dec 2010 19:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekality.net/?p=937#comment-2909</guid>
		<description>Hi Torleif,

I have a similar problem on a Mac snow Leopard.
I used certain label colors for some .m and .txt files. 
If I open and read them everything is fine, meaning that 
the label color is kept. However, as soon as I modify and 
save them, the label color is gone. The mdls command
shows &quot;null&quot; and the solution of removing .DS_Store
unfortunately does not work. 

Do you have other ideas?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi Torleif,</p>
<p>I have a similar problem on a Mac snow Leopard.<br />
I used certain label colors for some .m and .txt files.<br />
If I open and read them everything is fine, meaning that<br />
the label color is kept. However, as soon as I modify and<br />
save them, the label color is gone. The mdls command<br />
shows &#8220;null&#8221; and the solution of removing .DS_Store<br />
unfortunately does not work. </p>
<p>Do you have other ideas?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

