<?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 Antoine Turmel</title>
	<atom:link href="http://blog.geekshadow.com/lang/en/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.geekshadow.com</link>
	<description>open source, web, jeux vidéos, actualité, technologies</description>
	<lastBuildDate>Wed, 04 Jan 2012 00:27:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Comments on my add-ons by Antoine</title>
		<link>http://blog.geekshadow.com/lang/en/2011/07/31/commentaires-sur-mes-extensionscomments-on-my-add-ons/comment-page-1/#comment-3662</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Wed, 04 Jan 2012 00:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=1007#comment-3662</guid>
		<description>I&#039;m mostly following :
https://developer.mozilla.org/En/Mozilla_Coding_Style_Guide#Line_length

and most of Songbird add-ons/core use Cc/Ci ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;m mostly following :<br />
<a href="https://developer.mozilla.org/En/Mozilla_Coding_Style_Guide#Line_length" rel="nofollow">https://developer.mozilla.org/En/Mozilla_Coding_Style_Guide#Line_length</a></p>
<p>and most of Songbird add-ons/core use Cc/Ci <img src="http://blog.geekshadow.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_wink.gif" alt="" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comments on my add-ons by Fabian</title>
		<link>http://blog.geekshadow.com/lang/en/2011/07/31/commentaires-sur-mes-extensionscomments-on-my-add-ons/comment-page-1/#comment-3661</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Wed, 04 Jan 2012 00:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=1007#comment-3661</guid>
		<description>Hi Antoine,
I have a recommendation for your Songbird Command Line Support addon. It did not work for me on Songbird 1.10.1, Build 2160 using Windows 7 x86. However when I change your script from:
================================================================
if (typeof(Cc) == &quot;undefined&quot;)
    var Cc = Components.classes;
if (typeof(Ci) == &quot;undefined&quot;)
    var Ci = Components.interfaces;
var gMM = Cc[&quot;@songbirdnest.com/Songbird/Mediacore/Manager;1&quot;]
                .getService(Ci.sbIMediacoreManager);
================================================================

to simply:
================================================================
var gMM = Components.classes[&quot;@songbirdnest.com/Songbird/Mediacore/Manager;1&quot;].getService(Components.interfaces.sbIMediacoreManager);
================================================================

it works like a charm - don&#039;t know if its due to the linebreak or something else.. would be great if you could look into it and push out an update for other users experiencing this issue (or maybe it&#039;s just me? :))

best regards,
Fabian</description>
		<content:encoded><![CDATA[<p>Hi Antoine,<br />
I have a recommendation for your Songbird Command Line Support addon. It did not work for me on Songbird 1.10.1, Build 2160 using Windows 7 x86. However when I change your script from:<br />
================================================================<br />
if (typeof(Cc) == &#8220;undefined&#8221<img src="http://blog.geekshadow.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_wink.gif" alt="" /><br />
    var Cc = Components.classes;<br />
if (typeof(Ci) == &#8220;undefined&#8221<img src="http://blog.geekshadow.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_wink.gif" alt="" /><br />
    var Ci = Components.interfaces;<br />
var gMM = Cc["@songbirdnest.com/Songbird/Mediacore/Manager;1"]<br />
                .getService(Ci.sbIMediacoreManager);<br />
================================================================</p>
<p>to simply:<br />
================================================================<br />
var gMM = Components.classes["@songbirdnest.com/Songbird/Mediacore/Manager;1"].getService(Components.interfaces.sbIMediacoreManager);<br />
================================================================</p>
<p>it works like a charm &#8211; don&#8217;t know if its due to the linebreak or something else.. would be great if you could look into it and push out an update for other users experiencing this issue (or maybe it&#8217;s just me? <img src="http://blog.geekshadow.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_smile.gif" alt="" />)</p>
<p>best regards,<br />
Fabian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OSM, B2G, NGale, OMG by MozCamp 2011 &#171; Antoine Turmel</title>
		<link>http://blog.geekshadow.com/lang/en/2011/08/03/osm-b2g-ngale-omg/comment-page-1/#comment-3610</link>
		<dc:creator>MozCamp 2011 &#171; Antoine Turmel</dc:creator>
		<pubDate>Fri, 09 Dec 2011 08:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=1014#comment-3610</guid>
		<description>[...] dans le monde du mobile et des applications web. Ce que j’attendais le plus était de voir Boot2Gecko, nom de code du système d&#8217;exploitation, développé pour mobile. Celui-ci repose [...]</description>
		<content:encoded><![CDATA[<p>[...] dans le monde du mobile et des applications web. Ce que j’attendais le plus était de voir Boot2Gecko, nom de code du système d&#8217;exploitation, développé pour mobile. Celui-ci repose [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozillians, Code Rush, NGale by Antoine</title>
		<link>http://blog.geekshadow.com/lang/en/2011/10/14/mozillians-code-rush-ngale/comment-page-1/#comment-3605</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Tue, 06 Dec 2011 15:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=1043#comment-3605</guid>
		<description>Je ferais prochainement un nouvel article à ce propos. Les sous-titres seront disponible sur http://coderush.tv ainsi qu&#039;Universal Subtitles.</description>
		<content:encoded><![CDATA[<p>Je ferais prochainement un nouvel article à ce propos. Les sous-titres seront disponible sur <a href="http://coderush.tv" rel="nofollow">http://coderush.tv</a> ainsi qu&#8217;Universal Subtitles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mozillians, Code Rush, NGale by Gwy</title>
		<link>http://blog.geekshadow.com/lang/en/2011/10/14/mozillians-code-rush-ngale/comment-page-1/#comment-3604</link>
		<dc:creator>Gwy</dc:creator>
		<pubDate>Tue, 06 Dec 2011 09:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=1043#comment-3604</guid>
		<description>Salut,

où mettrez vous à disposition les sous titres de code rush une fois finalisés ? clickmovement ? ici ? opensubtitles ?

Merci !</description>
		<content:encoded><![CDATA[<p>Salut,</p>
<p>où mettrez vous à disposition les sous titres de code rush une fois finalisés ? clickmovement ? ici ? opensubtitles ?</p>
<p>Merci !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ouvrir des fichiers xpi avec file-roller dans Ubuntu 11.10 Oneiric by Antoine</title>
		<link>http://blog.geekshadow.com/lang/en/2011/12/04/ouvrir-des-fichiers-xpi-avec-file-roller-dans-ubuntu-11-10-oneiric/comment-page-1/#comment-3595</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Sun, 04 Dec 2011 11:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=1053#comment-3595</guid>
		<description>@caméléon

Je n&#039;ai rien vu de semblable, j&#039;ai ouvert un bug chez Ubuntu :
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/899881

@Goofy

Merci, j&#039;ai ajouté ça à l&#039;article.</description>
		<content:encoded><![CDATA[<p>@caméléon</p>
<p>Je n&#8217;ai rien vu de semblable, j&#8217;ai ouvert un bug chez Ubuntu :<br />
<a href="https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/899881" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/899881</a></p>
<p>@Goofy</p>
<p>Merci, j&#8217;ai ajouté ça à l&#8217;article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ouvrir des fichiers xpi avec file-roller dans Ubuntu 11.10 Oneiric by Goofy</title>
		<link>http://blog.geekshadow.com/lang/en/2011/12/04/ouvrir-des-fichiers-xpi-avec-file-roller-dans-ubuntu-11-10-oneiric/comment-page-1/#comment-3594</link>
		<dc:creator>Goofy</dc:creator>
		<pubDate>Sun, 04 Dec 2011 08:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=1053#comment-3594</guid>
		<description>Super ! Tu me simplifies la vie en m&#039;économisant des manœuvres fastidieuses, merci !

Une précision pour ceux qui comme moi sont vite perdus à cause d&#039;un détail. Pour lancer assogiate une fois installé en mode graphique, il se trouve dans 
Applications &gt; Outils système &gt; Files Type Editor</description>
		<content:encoded><![CDATA[<p>Super ! Tu me simplifies la vie en m&#8217;économisant des manœuvres fastidieuses, merci !</p>
<p>Une précision pour ceux qui comme moi sont vite perdus à cause d&#8217;un détail. Pour lancer assogiate une fois installé en mode graphique, il se trouve dans<br />
Applications &gt; Outils système &gt; Files Type Editor</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ouvrir des fichiers xpi avec file-roller dans Ubuntu 11.10 Oneiric by caméléon</title>
		<link>http://blog.geekshadow.com/lang/en/2011/12/04/ouvrir-des-fichiers-xpi-avec-file-roller-dans-ubuntu-11-10-oneiric/comment-page-1/#comment-3593</link>
		<dc:creator>caméléon</dc:creator>
		<pubDate>Sun, 04 Dec 2011 07:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=1053#comment-3593</guid>
		<description>Merci pour l&#039;astuce.
Est-ce qu&#039;il y a un bug identifié pour ce problème?</description>
		<content:encoded><![CDATA[<p>Merci pour l&#8217;astuce.<br />
Est-ce qu&#8217;il y a un bug identifié pour ce problème?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 10.4 Tips by Antoine</title>
		<link>http://blog.geekshadow.com/lang/en/2010/05/08/ubuntu-10-4-tips/comment-page-1/#comment-3529</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Fri, 14 Oct 2011 16:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=642#comment-3529</guid>
		<description>oui ce n&#039;est pas normal, tu devrais avoir ce fichier normalement...</description>
		<content:encoded><![CDATA[<p>oui ce n&#8217;est pas normal, tu devrais avoir ce fichier normalement&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 10.4 Tips by jean</title>
		<link>http://blog.geekshadow.com/lang/en/2010/05/08/ubuntu-10-4-tips/comment-page-1/#comment-3528</link>
		<dc:creator>jean</dc:creator>
		<pubDate>Sun, 09 Oct 2011 21:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.geekshadow.com/?p=642#comment-3528</guid>
		<description>merci :-)
mais dans mon ubuntu 10.04 le fichier grub dans /etc/default/ ,n&#039;existe pas...
est-ce normal ?
en revanche, j&#039;ai un /etc/grub.d qui contient : 
00_header
10_linux
20_memtest86+
etc.</description>
		<content:encoded><![CDATA[<p>merci <img src="http://blog.geekshadow.com/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_smile.gif" alt="" /><br />
mais dans mon ubuntu 10.04 le fichier grub dans /etc/default/ ,n&#8217;existe pas&#8230;<br />
est-ce normal ?<br />
en revanche, j&#8217;ai un /etc/grub.d qui contient :<br />
00_header<br />
10_linux<br />
20_memtest86+<br />
etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

