<?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: Playing well with distros</title>
	<atom:link href="http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/</link>
	<description>Commercial gaming for Linux</description>
	<lastBuildDate>Thu, 18 Feb 2010 11:07:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1467</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 12 Jan 2010 03:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1467</guid>
		<description>I find the attitude being displayed unfortunate and prevalent in the linux community. Why those packages? Because it&#039;s easy. Because easy sells software. I want to click it and install it. Because it CAN be done that way. Let&#039;s not mince words, there are only 3 distros you really need concern yourself with. Ubuntu, Suse, and Fedora. Those are clearly the top 3 distros and you can still provide the Loki installer for all others. In teaching, you cater to the dumbest guy in the class....that way you know EVERYBODY gets it.</description>
		<content:encoded><![CDATA[<p>I find the attitude being displayed unfortunate and prevalent in the linux community. Why those packages? Because it&#8217;s easy. Because easy sells software. I want to click it and install it. Because it CAN be done that way. Let&#8217;s not mince words, there are only 3 distros you really need concern yourself with. Ubuntu, Suse, and Fedora. Those are clearly the top 3 distros and you can still provide the Loki installer for all others. In teaching, you cater to the dumbest guy in the class&#8230;.that way you know EVERYBODY gets it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1466</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 12 Jan 2010 03:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1466</guid>
		<description>Less hassle? More control? You can&#039;t get much simpler than Debs on Ubuntu. I&#039;ve had all of one fail on me since I&#039;ve been running it for over a year now. Dude, I just want the game to work. And the Loki installer doesn&#039;t work on my Ubuntu 9.04 properly. Installs the game, but game doesn&#039;t launch. And yes, my computer is more than up to spec for the game. I was really excited about two games in particular, so I downloaded both demos. Neither worked properly. No error messages, just never launches.</description>
		<content:encoded><![CDATA[<p>Less hassle? More control? You can&#8217;t get much simpler than Debs on Ubuntu. I&#8217;ve had all of one fail on me since I&#8217;ve been running it for over a year now. Dude, I just want the game to work. And the Loki installer doesn&#8217;t work on my Ubuntu 9.04 properly. Installs the game, but game doesn&#8217;t launch. And yes, my computer is more than up to spec for the game. I was really excited about two games in particular, so I downloaded both demos. Neither worked properly. No error messages, just never launches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helifino</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1326</link>
		<dc:creator>Helifino</dc:creator>
		<pubDate>Thu, 31 Dec 2009 05:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1326</guid>
		<description>suggest the use of alien...
http://kitenet.net/~joey/code/alien/</description>
		<content:encoded><![CDATA[<p>suggest the use of alien&#8230;<br />
<a href="http://kitenet.net/~joey/code/alien/" rel="nofollow">http://kitenet.net/~joey/code/alien/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrueMaster</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1216</link>
		<dc:creator>GrueMaster</dc:creator>
		<pubDate>Sun, 20 Dec 2009 17:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1216</guid>
		<description>Back to the original topic, if you were to use rpm or deb as a wrapper, it could be done.  Just have the rpm or deb install script open a tarball (which every distro understands).  An example of how to do this in debian format would be the flash-plugin installer.  It pulls the flash tarball from adobe.com and installs it in an intelligent manor.  This might be something to look into, especially for downloadable games.  This would also solve the 32/64 bit issue, as only the wrapper needs to be specific.

An additional benefit to this would be the ability to add your games to some distributions software storefronts.  Ubuntu has a new software storefront that is moving in that direction (currently it only holds free software in the Ubuntu repositories), and I believe Suse is also looking into this market.

I also find it interesting that you mention RPM &amp; LSB.  To be called &quot;LSB compliant&quot; requires RPM, but as you pointed out, there are two forks of RPM, whereas DEB only has one.</description>
		<content:encoded><![CDATA[<p>Back to the original topic, if you were to use rpm or deb as a wrapper, it could be done.  Just have the rpm or deb install script open a tarball (which every distro understands).  An example of how to do this in debian format would be the flash-plugin installer.  It pulls the flash tarball from adobe.com and installs it in an intelligent manor.  This might be something to look into, especially for downloadable games.  This would also solve the 32/64 bit issue, as only the wrapper needs to be specific.</p>
<p>An additional benefit to this would be the ability to add your games to some distributions software storefronts.  Ubuntu has a new software storefront that is moving in that direction (currently it only holds free software in the Ubuntu repositories), and I believe Suse is also looking into this market.</p>
<p>I also find it interesting that you mention RPM &amp; LSB.  To be called &#8220;LSB compliant&#8221; requires RPM, but as you pointed out, there are two forks of RPM, whereas DEB only has one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Simms (CEO and head of Development)</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1155</link>
		<dc:creator>Michael Simms (CEO and head of Development)</dc:creator>
		<pubDate>Fri, 04 Dec 2009 04:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1155</guid>
		<description>Right now we have so much work backlogged up, it isnt even funny. We dont have time for another port!</description>
		<content:encoded><![CDATA[<p>Right now we have so much work backlogged up, it isnt even funny. We dont have time for another port!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1151</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1151</guid>
		<description>How about porting Torchlight to Linux? Looks like there are a lot of Linux users who want to play this game:
http://forums.runicgames.com/viewtopic.php?f=9&amp;t=901</description>
		<content:encoded><![CDATA[<p>How about porting Torchlight to Linux? Looks like there are a lot of Linux users who want to play this game:<br />
<a href="http://forums.runicgames.com/viewtopic.php?f=9&amp;t=901" rel="nofollow">http://forums.runicgames.com/viewtopic.php?f=9&amp;t=901</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Simms (CEO and head of Development)</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1149</link>
		<dc:creator>Michael Simms (CEO and head of Development)</dc:creator>
		<pubDate>Thu, 03 Dec 2009 14:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1149</guid>
		<description>Looks nice, but I don&#039;t expect that it will happen via LGP. I actually wouldn&#039;t expect it to happen at all.</description>
		<content:encoded><![CDATA[<p>Looks nice, but I don&#8217;t expect that it will happen via LGP. I actually wouldn&#8217;t expect it to happen at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mateo</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1147</link>
		<dc:creator>mateo</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1147</guid>
		<description>Can you make Serious Sam HD for Linux?
What you think about this game?

http://www.youtube.com/watch?v=FviagVuB2S8</description>
		<content:encoded><![CDATA[<p>Can you make Serious Sam HD for Linux?<br />
What you think about this game?</p>
<p><a href="http://www.youtube.com/watch?v=FviagVuB2S8" rel="nofollow">http://www.youtube.com/watch?v=FviagVuB2S8</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1078</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 26 Nov 2009 18:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1078</guid>
		<description>Great to hear you know what the next five games are. Five new games for Linux, I&#039;m looking forward to their releases. You&#039;re really doing a great job, Michael.</description>
		<content:encoded><![CDATA[<p>Great to hear you know what the next five games are. Five new games for Linux, I&#8217;m looking forward to their releases. You&#8217;re really doing a great job, Michael.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Simms (CEO and head of Development)</title>
		<link>http://blog.linuxgamepublishing.com/2009/11/24/playing-well-with-distros/comment-page-1/#comment-1077</link>
		<dc:creator>Michael Simms (CEO and head of Development)</dc:creator>
		<pubDate>Thu, 26 Nov 2009 16:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=155#comment-1077</guid>
		<description>Yup, the CatMonster has moved in permanently it seems. She&#039;s pretty much taken over, as cats do {:-)</description>
		<content:encoded><![CDATA[<p>Yup, the CatMonster has moved in permanently it seems. She&#8217;s pretty much taken over, as cats do {:-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
