<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>stick&#039;s corner &#187; gamestore</title>
	<atom:link href="http://stick.gk2.sk/blog/tag/gamestore/feed/" rel="self" type="application/rss+xml" />
	<link>http://stick.gk2.sk</link>
	<description>All composite phenomena are impermanent. All contaminated things and events are unsatisfactory.</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:58:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Prezi Offline in Linux</title>
		<link>http://stick.gk2.sk/blog/2010/05/prezi-offline-in-linux/</link>
		<comments>http://stick.gk2.sk/blog/2010/05/prezi-offline-in-linux/#comments</comments>
		<pubDate>Fri, 07 May 2010 11:46:50 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gamestore]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[prezi]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/?p=1296</guid>
		<description><![CDATA[For creating my GameStore talk at LinuxWochen Wien I decided to use new and hip tool called Prezi. I&#8217;m not going to write about its features, you have to try and see for yourself. What I can say is that I really like the tool, but it has one big disadvantage &#8211; it&#8217;s written in [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">For creating my <a href="http://prezi.com/aoojwi_3tlzn/">GameStore</a> talk at <a href="http://linuxwochen.at">LinuxWochen Wien</a> I decided to use new and hip tool called <a href="http://prezi.com">Prezi</a>.  I&#8217;m not going to write about its features, you have to try and see for yourself. <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  What I can say is that I really like the tool, but it has one big disadvantage &#8211; it&#8217;s written in Flash.</p>
<p style="text-align: justify;">During the event we had a wireless connection available, but it was rather unreliable, so it was no option for me to present the talk online. I started to investigate the offline options. Either you can download the full blown Prezi Desktop, which is available if you subscribe the service, or you just download the Prezi &#8220;Player&#8221;. But wait, the page claims it is compatible only with Windows and Mac OS X. Let&#8217;s see. I downloaded the ZIP archive and indeed &#8211; it contains data folder with your presentation, Windows application (<code>prezi.exe</code>) and Mac OS X application (<code>prezi.app</code>).</p>
<p style="text-align: justify;">Let&#8217;s get hacking! Mac OS X application is in fact just a directory structure. I copied the file <code>prezi.app/Contents/Resources/movie.swf</code> to the same location as my <code>data</code> directory and tried to run <code>flashplayer movie.swf</code>. Wow! The presentation started to load, but unfortunately it stopped after few seconds and I ended with this:</p>
<p><a href="http://stick.gk2.sk/blog/wp-content/uploads/2010/05/prezi1.png"  rel="lightbox[1296]"><img class="aligncenter size-medium wp-image-1297" title="Prezi 1" src="http://stick.gk2.sk/blog/wp-content/uploads/2010/05/prezi1-300x264.png" alt="" width="300" height="264" /></a></p>
<p style="text-align: justify;">I tried <code>strace</code>ing the process, but found nothing unusual (like failed <code>open</code> calls). Then I downloaded the debug version of Flash Player, run the command again and got this exception:</p>
<pre>An ActionScript error has occurred:
Error #2044: Unhandled SecurityErrorEvent:. text=Error #2140: Security sandbox violation:
file:///.../movie.swf/[[DYNAMIC]]/1 cannot load file:///.../data/fonts/LiberationSerif-Regular.swf.
Local-with-filesystem and local-with-networking SWF files cannot load each other.</pre>
<p style="text-align: justify;">Aha! Locally stored SWF files cannot load other SWF files, neither local ones, nor remote ones. That&#8217;s the problem.  Ok, let&#8217;s change the standalone player settings. But how?! I tried various command line switch with no success. After couple minutes of searching I found that standalone Flash Player settings could be changed via Flash plugin that loads Settings manager from the Internet? WTF?! <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: justify;">I will make it easier for you: let&#8217;s google for &#8220;flash global security settings content creators&#8221;. The first result at the time of writing this article was <a href="http://macromedia.com/support/documentation/en/flashplayer/help/settings_manager04a.html">this one</a>. Go to this URL, wait until the Settings manager is loaded and then click on the &#8220;Edit locations &#8230;&#8221; button.</p>
<p><a href="http://stick.gk2.sk/blog/wp-content/uploads/2010/05/prezi2.png"  rel="lightbox[1296]"><img class="aligncenter size-medium wp-image-1298" title="Prezi 2" src="http://stick.gk2.sk/blog/wp-content/uploads/2010/05/prezi2-300x218.png" alt="" width="300" height="218" /></a></p>
<p style="text-align: justify;">After that select &#8220;Add directory&#8221; and choose local directory where you store your presentations. From now on you enabled standalone Flash player to run your Prezis. Congratulations!</p>
<p style="text-align: justify;">Even though I like Prezi, I would be ecstatic if they dropped Flash and used SVG instead as its presentation and interchange format, probably using the uber-cool <a href="http://svg-edit.googlecode.com/">SVG-edit</a> as the core. <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  It would also enable iPad users to use the tool. And yes, I know about <a href="http://jessyink.googlecode.com/">JessyInk</a>, but that&#8217;s not exactly what I have on mind &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2010/05/prezi-offline-in-linux/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>GameStore&#8217;s got a brand new look</title>
		<link>http://stick.gk2.sk/blog/2009/11/gamestores-got-a-brand-new-look/</link>
		<comments>http://stick.gk2.sk/blog/2009/11/gamestores-got-a-brand-new-look/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 15:29:14 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[gamestore]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/?p=946</guid>
		<description><![CDATA[Today I applied the new Robert Lihm&#8216;s theme called Bento to GameStore web, so it doesn&#8217;t look like a quick hack anymore. This theme, which will be used across all openSUSE.org websites in the future, will also help to integrate GameStore into rest of the openSUSE infrastructure. You can visit the site by clicking on [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Today I applied the new <a href="http://en.opensuse.org/User:Rlihm">Robert Lihm</a>&#8216;s theme called <a href="http://gitorious.org/opensuse/webdesign/trees/master/design_concept/theme_o.o-bento">Bento</a> to <a href="http://gamestore.gk2.sk/">GameStore web</a>, so it doesn&#8217;t look like a quick hack anymore. This theme, which will be used across all <a href="http://opensuse.org/">openSUSE.org</a> websites in the future, will also help to integrate <a href="http://en.opensuse.org/GameStore">GameStore</a> into rest of the openSUSE infrastructure. You can visit the site by clicking on the mandatory screenshot below. <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://gamestore.gk2.sk/"><img class="aligncenter size-medium wp-image-949" title="GameStore Bento" src="http://stick.gk2.sk/blog/wp-content/uploads/2009/11/gamestore-bento-300x263.png"  alt="GameStore Bento" width="300" height="263" / rel="lightbox[946]"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2009/11/gamestores-got-a-brand-new-look/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Hackweek: Game Store</title>
		<link>http://stick.gk2.sk/blog/2009/07/hackweek-gamestore/</link>
		<comments>http://stick.gk2.sk/blog/2009/07/hackweek-gamestore/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 23:33:28 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[buildservice]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gamestore]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tryme]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/?p=565</guid>
		<description><![CDATA[This week we had Hack Week event when everyone was welcome to use Innovation time on FOSS projects or even start the new one! I spent most of the time on hacking the Game Store, which I introduced in my previous blogpost. The package is now ready for you in the Build Service. Simply use [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-578" title="hackweek4" src="http://stick.gk2.sk/blog/wp-content/uploads/2009/07/hackweek4.jpg" alt="hackweek4" width="125" height="125" /></p>
<p style="text-align: justify;">This week we had <a href="http://news.opensuse.org/2009/07/08/hack-week-iv-approaches/">Hack Week</a> event when everyone was welcome to use Innovation time on FOSS projects or even start the new one! I spent most of the time on hacking the <a href="http://en.opensuse.org/GameStore">Game Store</a>, which I introduced in my <a href="http://stick.gk2.sk/blog/2009/07/gamestore/">previous blogpost</a>. The package is now ready for you in the Build Service.</p>
<p style="text-align: justify;">Simply use the following One Click Install files (<a href="http://software.opensuse.org/ymp/games/openSUSE_11.0/gamestore.ymp">openSUSE 11.0</a>, <a href="http://software.opensuse.org/ymp/games/openSUSE_11.1/gamestore.ymp">openSUSE 11.1</a> and <a href="http://software.opensuse.org/ymp/games/openSUSE_Factory/gamestore.ymp">openSUSE Factory</a>) or add the <code>games</code> repository and install the <code>gamestore</code> package manually. Game Store uses this repository to download the games, so you should stay subscribed to it after the installation too.</p>
<p>As a bonus I created a very simple One Click Install files catalog which imitates the Game Store look. It is available at <a href="http://gamestore.gk2.sk/">gamestore.gk2.sk</a>.</p>
<p style="text-align: justify;">The screenshots for both versions (left Qt, right web) are here so you get the idea how it looks, but the best thing is to try it on your own! <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://stick.gk2.sk/blog/wp-content/uploads/2009/07/gamestore-qt.png"  rel="lightbox[565]"><img class="size-thumbnail wp-image-566" title="GameStore (Qt)" src="http://stick.gk2.sk/blog/wp-content/uploads/2009/07/gamestore-qt-150x150.png" alt="GameStore (Qt)" width="150" height="150" /></a> <a href="http://stick.gk2.sk/blog/wp-content/uploads/2009/07/gamestore-web.png"  rel="lightbox[565]"><img class="size-thumbnail wp-image-567" title="GameStore (Web)" src="http://stick.gk2.sk/blog/wp-content/uploads/2009/07/gamestore-web-150x150.png" alt="GameStore (Web)" width="150" height="150" /></a></p>
<p style="text-align: justify;">Big thanks go to randy-sk who helped me with harvesting of icons and screenshots of the games. I am already looking for your feedback! <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2009/07/hackweek-gamestore/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Game Store</title>
		<link>http://stick.gk2.sk/blog/2009/07/gamestore/</link>
		<comments>http://stick.gk2.sk/blog/2009/07/gamestore/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 08:58:54 +0000</pubDate>
		<dc:creator>Pavol Rusnak</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[buildservice]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gamestore]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://stick.gk2.sk/?p=535</guid>
		<description><![CDATA[I was adding some new packages to our games repository in openSUSE Build Service, when I realized that we have over 150 games at this one centralized place! Wouldn&#8217;t it be great if there was an application which would allow users to browse through games, filter them by genres or names, view the screenshots and [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I was adding some new packages to our <a href="http://download.opensuse.org/repositories/games/">games</a> repository in openSUSE Build Service, when I realized that we have over 150 games at this one centralized place! Wouldn&#8217;t it be great if there was an application which would allow users to browse through games, filter them by genres or names, view the screenshots and read the information about the games? Players usings Windows can already use  &#8220;Games for Windows&#8221; or &#8220;Steam&#8221; from Valve, but they also have to pay for the majority of the games. All games in our repository are free and just one click away! I started to hack an application with pretty concrete idea in my mind. You can look at the result of my efforts below (left Games for Windows, right Game Store):
<p style="text-align: center;"><a href="http://stick.gk2.sk/blog/wp-content/uploads/2009/07/games_for_windows.jpg"  rel="lightbox[535]"><img class="size-thumbnail wp-image-536" title="Games for Windows" src="http://stick.gk2.sk/blog/wp-content/uploads/2009/07/games_for_windows-150x150.jpg" alt="Games for Windows" width="150" height="150" /></a> <a href="http://stick.gk2.sk/blog/wp-content/uploads/2009/07/gamestore.jpg"  rel="lightbox[535]"><img src="http://stick.gk2.sk/blog/wp-content/uploads/2009/07/gamestore-150x150.jpg" alt="Game Store" title="Game Store" width="150" height="150" class="size-thumbnail wp-image-538" /></a></p>
<p style="text-align: justify;">As you can see, Game Store is at the moment quite immature Qt application (actually it is my first Qt app, so my Qt skills suck pretty much right now <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ), but it is already able to load locally stored XML together with game icons, screenshots and descriptions. User can install new games (using our great One Click Install feature) and launch the installed ones. Later I want to add the ability to synchronize your games settings (configuration + saved games) with Game Store server, so you can have these on any computer and the server could create a hi-score charts for every supported game. There is a long way ahead to go, but I wanted to approach you very early, so you could be involved too. Even if you don&#8217;t speak C++ or Qt, you can help us with filling the missing descriptions, gathering game icons and screenshots. Just read the <a href="http://en.opensuse.org/GameStore">GameStore</a> wiki page to get the idea what needs to be done or clone the <a href="http://gitorious.org/opensuse/gamestore">git repo</a> and start hacking right away! <img src='http://stick.gk2.sk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Thank you and I hope that GameStore will be a great addition to other openSUSE applications and tools we already have!</p>
<p style="text-align: justify;"><strong>Update:</strong> See the <a href="http://stick.gk2.sk/blog/2009/07/hackweek-gamestore/">next blogpost</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://stick.gk2.sk/blog/2009/07/gamestore/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

