<?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: Banshee UI to be in Moonlight</title>
	<atom:link href="http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/</link>
	<description>Fire is the one, who inspires and protects truth.</description>
	<lastBuildDate>Sun, 20 Dec 2009 07:04:36 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christian</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-907</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 03 Aug 2009 11:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-907</guid>
		<description>I don&#039;t know.
Qt is a very good toolkit, but here (in the postings) the language is important. And as Qt is C++, that&#039;s not much better as C from my point. You have OO, but not completed like in C#/Java/Python.
I&#039;m a beginner in C++ and am thinking of early-switching to C# because I don&#039;t want to mess around with pointers any more (I had that in Delphi as well - you can compare C++ and Delphi in this point).

So IMHO KDE &lt;b&gt;has&lt;/b&gt; this problems: large applications are not that good to maintain (compared to C#), mem leaks etc.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know.<br />
Qt is a very good toolkit, but here (in the postings) the language is important. And as Qt is C++, that&#8217;s not much better as C from my point. You have OO, but not completed like in C#/Java/Python.<br />
I&#8217;m a beginner in C++ and am thinking of early-switching to C# because I don&#8217;t want to mess around with pointers any more (I had that in Delphi as well &#8211; you can compare C++ and Delphi in this point).</p>
<p>So IMHO KDE <b>has</b> this problems: large applications are not that good to maintain (compared to C#), mem leaks etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo Shields</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-353</link>
		<dc:creator>Jo Shields</dc:creator>
		<pubDate>Mon, 20 Jul 2009 12:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-353</guid>
		<description>&lt;blockquote cite=&quot;#comment-body-352&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-352&quot; rel=&quot;nofollow&quot;&gt;Anshul&lt;/a&gt; :&lt;/strong&gt;
                  
         
         
Mono is available in the “main” repository, so I’m assuming that this is the officially supported repository and not a multiverse/universe “iffy-kinda” repository. Now Winforms is *not* covered under the CP, only C# is. Then how is Ubuntu splitting winforms, ado.net from the base Mono package?
         &lt;a&gt;&lt;/a&gt;
       &lt;/blockquote&gt;

Assuming you want the answer to this, and aren&#039;t just fishing...

Ubuntu supports source packages in &quot;main&quot; (the largely-commercially-supported Free section) building binary components which are then moved to &quot;universe&quot; (the Free but community-maintained section). The &quot;mono&quot; source package is one of these examples - a large percentage of the binary packages produced by the &quot;mono&quot; source package (from about 94 total binary packages produced) are moved to Universe.

As it stands today, WinForms is in Main, although never installed at runtime. This is due to a messy chain of dependencies (the &quot;antlr&quot; source package provides some java libraries used by Ubuntuish things such as the Eucalyptus EC2 support - antlr also provides and builds Mono bindings, which use the Ant-like &quot;nant&quot; build system; The &quot;nant&quot; build system depends on &quot;ndoc&quot; in order to support building documentation in a given format at compile time; &quot;ndoc&quot; depends on WinForms as it uses a component of it to render one of its five or so supported output documentation formats). This is NOT a desirable situation, politically, which is why I&#039;ve patched &quot;nant&quot; to remove support for &quot;ndoc&quot;. The patched package is waiting for sponsorship in pkg-cli-apps SVN. Once it gets sponsored, I can request a sync to Karmic - and once it gets synced, ndoc (and with it WinForms) will automatically be relegated to Universe as there will no longer be anything keeping them in.</description>
		<content:encoded><![CDATA[<blockquote cite="#comment-body-352"><p>
<strong><a href="#comment-352" rel="nofollow">Anshul</a> :</strong></p>
<p>Mono is available in the “main” repository, so I’m assuming that this is the officially supported repository and not a multiverse/universe “iffy-kinda” repository. Now Winforms is *not* covered under the CP, only C# is. Then how is Ubuntu splitting winforms, ado.net from the base Mono package?<br />
         <a></a>
       </p></blockquote>
<p>Assuming you want the answer to this, and aren&#8217;t just fishing&#8230;</p>
<p>Ubuntu supports source packages in &#8220;main&#8221; (the largely-commercially-supported Free section) building binary components which are then moved to &#8220;universe&#8221; (the Free but community-maintained section). The &#8220;mono&#8221; source package is one of these examples &#8211; a large percentage of the binary packages produced by the &#8220;mono&#8221; source package (from about 94 total binary packages produced) are moved to Universe.</p>
<p>As it stands today, WinForms is in Main, although never installed at runtime. This is due to a messy chain of dependencies (the &#8220;antlr&#8221; source package provides some java libraries used by Ubuntuish things such as the Eucalyptus EC2 support &#8211; antlr also provides and builds Mono bindings, which use the Ant-like &#8220;nant&#8221; build system; The &#8220;nant&#8221; build system depends on &#8220;ndoc&#8221; in order to support building documentation in a given format at compile time; &#8220;ndoc&#8221; depends on WinForms as it uses a component of it to render one of its five or so supported output documentation formats). This is NOT a desirable situation, politically, which is why I&#8217;ve patched &#8220;nant&#8221; to remove support for &#8220;ndoc&#8221;. The patched package is waiting for sponsorship in pkg-cli-apps SVN. Once it gets sponsored, I can request a sync to Karmic &#8211; and once it gets synced, ndoc (and with it WinForms) will automatically be relegated to Universe as there will no longer be anything keeping them in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshul</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-352</link>
		<dc:creator>Anshul</dc:creator>
		<pubDate>Mon, 20 Jul 2009 12:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-352</guid>
		<description>zekopeko,
I don&#039;t know *all* that much about Ubuntu, but a cursory search on Mono pulled up this information:-

https://launchpad.net/ubuntu/+search?text=libmono-winforms2.0-cil

mono (The binary &#039;libmono-winforms2.0-cil&#039; is part of the mono package)

      The Mono .NET development environment

      Available in: dapper, hardy, intrepid, jaunty, karmic 

Mono is available in the &quot;main&quot; repository, so I&#039;m assuming that this is the officially supported repository and not a multiverse/universe &quot;iffy-kinda&quot; repository. Now Winforms is *not* covered under the CP, only C# is. Then how is Ubuntu splitting winforms, ado.net from the base Mono package?

Fedora is probably gonna do the right thing and throw out the infringing stuff out of their repos and place it in rpmfusion. I&#039;ve started a similar discussion in Mandriva as well and want to see the infringing stuff under the non-free or better outside of the repos in PLF.</description>
		<content:encoded><![CDATA[<p>zekopeko,<br />
I don&#8217;t know *all* that much about Ubuntu, but a cursory search on Mono pulled up this information:-</p>
<p><a href="https://launchpad.net/ubuntu/+search?text=libmono-winforms2.0-cil" rel="nofollow">https://launchpad.net/ubuntu/+search?text=libmono-winforms2.0-cil</a></p>
<p>mono (The binary &#8216;libmono-winforms2.0-cil&#8217; is part of the mono package)</p>
<p>      The Mono .NET development environment</p>
<p>      Available in: dapper, hardy, intrepid, jaunty, karmic </p>
<p>Mono is available in the &#8220;main&#8221; repository, so I&#8217;m assuming that this is the officially supported repository and not a multiverse/universe &#8220;iffy-kinda&#8221; repository. Now Winforms is *not* covered under the CP, only C# is. Then how is Ubuntu splitting winforms, ado.net from the base Mono package?</p>
<p>Fedora is probably gonna do the right thing and throw out the infringing stuff out of their repos and place it in rpmfusion. I&#8217;ve started a similar discussion in Mandriva as well and want to see the infringing stuff under the non-free or better outside of the repos in PLF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zekopeko</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-294</link>
		<dc:creator>zekopeko</dc:creator>
		<pubDate>Sat, 18 Jul 2009 14:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-294</guid>
		<description>@Anshul

nope. it&#039;s been happening long before the MS CP. Ubuntu/Debian have split mono long before the CP. I&#039;m sure of Jaunty and perhaps even Intrepid (btw this was done so that apps don&#039;t need to drag more dependencies then needed, which freed some space on the Ubuntu CD, not because of some alleged patents) .
What Miguel is doing is splinting this in the main mono source trunk so that it&#039;s easier for people to package mono for their distro of choice.  Since now we know which parts are a-ok and which might have a undisclosed patent.</description>
		<content:encoded><![CDATA[<p>@Anshul</p>
<p>nope. it&#8217;s been happening long before the MS CP. Ubuntu/Debian have split mono long before the CP. I&#8217;m sure of Jaunty and perhaps even Intrepid (btw this was done so that apps don&#8217;t need to drag more dependencies then needed, which freed some space on the Ubuntu CD, not because of some alleged patents) .<br />
What Miguel is doing is splinting this in the main mono source trunk so that it&#8217;s easier for people to package mono for their distro of choice.  Since now we know which parts are a-ok and which might have a undisclosed patent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshul</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-292</link>
		<dc:creator>Anshul</dc:creator>
		<pubDate>Sat, 18 Jul 2009 13:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-292</guid>
		<description>Type your comment here&lt;blockquote cite=&quot;#comment-body-291&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-291&quot; rel=&quot;nofollow&quot;&gt;zekopeko&lt;/a&gt; :&lt;/strong&gt;
                  
         
         
         @Anshul
or perhaps he did it so that it’s easier for distros to ship parts they want, and easier to decide if you want the non-ECMA part in your distro or not.
         &lt;a&gt;&lt;/a&gt;
       &lt;/blockquote&gt;

Yeah, he did that only *after* MS came out with their statement. He *knew* that he was playing with questionable material. Yet he chose to say the opposite.</description>
		<content:encoded><![CDATA[<p>Type your comment here<br />
<blockquote cite="#comment-body-291">
<strong><a href="#comment-291" rel="nofollow">zekopeko</a> :</strong></p>
<p>         @Anshul<br />
or perhaps he did it so that it’s easier for distros to ship parts they want, and easier to decide if you want the non-ECMA part in your distro or not.<br />
         <a></a>
       </p></blockquote>
<p>Yeah, he did that only *after* MS came out with their statement. He *knew* that he was playing with questionable material. Yet he chose to say the opposite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zekopeko</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-291</link>
		<dc:creator>zekopeko</dc:creator>
		<pubDate>Sat, 18 Jul 2009 12:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-291</guid>
		<description>@Anshul

or perhaps he did it so that it&#039;s easier for distros to ship parts they want, and easier to decide if you want the non-ECMA part in your distro or not.</description>
		<content:encoded><![CDATA[<p>@Anshul</p>
<p>or perhaps he did it so that it&#8217;s easier for distros to ship parts they want, and easier to decide if you want the non-ECMA part in your distro or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anshul</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-287</link>
		<dc:creator>Anshul</dc:creator>
		<pubDate>Sat, 18 Jul 2009 08:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-287</guid>
		<description>I don&#039;t think the KDE guys have anything too much to worry about Mono being at their door step. Kyoto and Qimono (Mono bindings for KDE) have existed for a long time, but nothing else has been heard after that. 

Secondly, KDE relies on a far superior Qt framework, which has a technological edge over the GTK/C combo by GNOME. This is one of the main reasons on why GNOME/GTK developers want to use Mono/Python/Vala etc. With Qt/C++ as the established base for KDE, why bother about Mono/C#?

Miguel, you&#039;re one class act...in your blog after you stopped jumping with joy regarding the recent M$ Community Promise stuff...you, yourself decided to fork Mono into ECMA and non-ECMA compliant versions. This has been conveniently ignored by everyone, since it was the last entry in your blog. 

You knew all along that you were violating some patents, yet you went on crowing around saying that nothing&#039;s gonna happen. Sure, nothing&#039;s gonna happen to your employer- Novell as they went to bed with M$, but your gonna leave everyone else exposed. Thank God for RedHat/Fedora who&#039;ve chosen to play it ultra-safe. The rest of the distros, and in particular Ubuntu is clearly in the firing line.

-Anshul

PS: Miguel, I really like Opensuse  (my second choice after Mandriva)...not the GNOME part that you&#039;re associated with.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think the KDE guys have anything too much to worry about Mono being at their door step. Kyoto and Qimono (Mono bindings for KDE) have existed for a long time, but nothing else has been heard after that. </p>
<p>Secondly, KDE relies on a far superior Qt framework, which has a technological edge over the GTK/C combo by GNOME. This is one of the main reasons on why GNOME/GTK developers want to use Mono/Python/Vala etc. With Qt/C++ as the established base for KDE, why bother about Mono/C#?</p>
<p>Miguel, you&#8217;re one class act&#8230;in your blog after you stopped jumping with joy regarding the recent M$ Community Promise stuff&#8230;you, yourself decided to fork Mono into ECMA and non-ECMA compliant versions. This has been conveniently ignored by everyone, since it was the last entry in your blog. </p>
<p>You knew all along that you were violating some patents, yet you went on crowing around saying that nothing&#8217;s gonna happen. Sure, nothing&#8217;s gonna happen to your employer- Novell as they went to bed with M$, but your gonna leave everyone else exposed. Thank God for RedHat/Fedora who&#8217;ve chosen to play it ultra-safe. The rest of the distros, and in particular Ubuntu is clearly in the firing line.</p>
<p>-Anshul</p>
<p>PS: Miguel, I really like Opensuse  (my second choice after Mandriva)&#8230;not the GNOME part that you&#8217;re associated with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neo</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-262</link>
		<dc:creator>neo</dc:creator>
		<pubDate>Fri, 17 Jul 2009 17:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-262</guid>
		<description>Mono is in Fedora due to OIN and the recent Microsoft &quot;community promise&quot; is partially helpful but Moonlight is specifically excluded due to the reasons explained in 

https://fedoraproject.org/wiki/ForbiddenItems#Moonlight

This effort will exclude future versions of Banshee and F-Spot from being in Fedora. Maybe that is what Novell wants.</description>
		<content:encoded><![CDATA[<p>Mono is in Fedora due to OIN and the recent Microsoft &#8220;community promise&#8221; is partially helpful but Moonlight is specifically excluded due to the reasons explained in </p>
<p><a href="https://fedoraproject.org/wiki/ForbiddenItems#Moonlight" rel="nofollow">https://fedoraproject.org/wiki/ForbiddenItems#Moonlight</a></p>
<p>This effort will exclude future versions of Banshee and F-Spot from being in Fedora. Maybe that is what Novell wants.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zekopeko</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-253</link>
		<dc:creator>zekopeko</dc:creator>
		<pubDate>Fri, 17 Jul 2009 14:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-253</guid>
		<description>&lt;blockquote cite=&quot;#comment-body-230&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-230&quot; rel=&quot;nofollow&quot;&gt;Yaro&lt;/a&gt; :&lt;/strong&gt;
                  
         
         
         Miguel, you’re such a Microsoft shill I think your credibility when you defend yourself that way is shot.
Let me put it outright to you, Miguel, the SECOND you turn GNOME into a platform for the patent deathtrap you brought to Linux is the MOMENT I go KDE or Xfce and not look back.
Stop being a veritable traitor to everything Linux stands for simply because your dream in life is to work for Microsoft (Assuming you don’t already.)
Too bad I don’t have all the skills to fork GNOME into a clearly non-de Icaza-poisoned version. I’d ditch pieces of shit like Tomboy and F-spot, too. And Banshee, holy hell.
         &lt;a&gt;&lt;/a&gt;
       &lt;/blockquote&gt;
What can one say about such ad hominem attacks?  It is people like you Yaro that damage the community. You are the poison on the community no Miguel. He, at least brought us Gnome and Mono. What is your accomplishment?
And what do you know what Linux stands for? The only thing you have is your hate and rage. And this is something the FLOSS community doesn&#039;t need nor want.</description>
		<content:encoded><![CDATA[<blockquote cite="#comment-body-230"><p>
<strong><a href="#comment-230" rel="nofollow">Yaro</a> :</strong></p>
<p>         Miguel, you’re such a Microsoft shill I think your credibility when you defend yourself that way is shot.<br />
Let me put it outright to you, Miguel, the SECOND you turn GNOME into a platform for the patent deathtrap you brought to Linux is the MOMENT I go KDE or Xfce and not look back.<br />
Stop being a veritable traitor to everything Linux stands for simply because your dream in life is to work for Microsoft (Assuming you don’t already.)<br />
Too bad I don’t have all the skills to fork GNOME into a clearly non-de Icaza-poisoned version. I’d ditch pieces of shit like Tomboy and F-spot, too. And Banshee, holy hell.<br />
         <a></a>
       </p></blockquote>
<p>What can one say about such ad hominem attacks?  It is people like you Yaro that damage the community. You are the poison on the community no Miguel. He, at least brought us Gnome and Mono. What is your accomplishment?<br />
And what do you know what Linux stands for? The only thing you have is your hate and rage. And this is something the FLOSS community doesn&#8217;t need nor want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://mono-nono.com/2009/07/14/banshee-ui-to-be-in-moonlight/comment-page-1/#comment-231</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 17 Jul 2009 06:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://mono-nono.com/?p=364#comment-231</guid>
		<description>@Yaro,

Let&#039;s tone the personal attacks down one notch, please. This one is getting just a bit beyond my comfort level. We try to have a one personal attack or less per post policy. :)

I don&#039;t like what the man is doing either, but he has came here several times to give his side of things. I&#039;d rather interact and err on the side of restraint than establish an echo chamber of rage. If it helps, think of it as taking the moral high ground!

Thanks and thanks much for the comments!</description>
		<content:encoded><![CDATA[<p>@Yaro,</p>
<p>Let&#8217;s tone the personal attacks down one notch, please. This one is getting just a bit beyond my comfort level. We try to have a one personal attack or less per post policy. <img src='http://mono-nono.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I don&#8217;t like what the man is doing either, but he has came here several times to give his side of things. I&#8217;d rather interact and err on the side of restraint than establish an echo chamber of rage. If it helps, think of it as taking the moral high ground!</p>
<p>Thanks and thanks much for the comments!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
