<?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: New Roxen Application Launcher for Linux written in Vala</title>
	<atom:link href="http://www.poppa.se/blog/new-roxen-application-launcher-for-linux-written-in-vala/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.poppa.se/blog/new-roxen-application-launcher-for-linux-written-in-vala/</link>
	<description>My blog about web development and such</description>
	<lastBuildDate>Sat, 14 Jan 2012 14:56:56 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pontus</title>
		<link>http://www.poppa.se/blog/new-roxen-application-launcher-for-linux-written-in-vala/comment-page-1/#comment-162</link>
		<dc:creator>Pontus</dc:creator>
		<pubDate>Wed, 13 Jan 2010 23:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=301#comment-162</guid>
		<description>I&#039;ve fixed this bug in the last release: http://bit.ly/8vW9y5</description>
		<content:encoded><![CDATA[<p>I&#8217;ve fixed this bug in the last release: <a href="http://bit.ly/8vW9y5" rel="nofollow">http://bit.ly/8vW9y5</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pontus</title>
		<link>http://www.poppa.se/blog/new-roxen-application-launcher-for-linux-written-in-vala/comment-page-1/#comment-157</link>
		<dc:creator>Pontus</dc:creator>
		<pubDate>Sat, 02 Jan 2010 11:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=301#comment-157</guid>
		<description>BTW: I filed a &quot;libsoup&quot; bug in Vala and got a confirmation that there is a binding bug. The data in Soup.Message should be a &quot;uint8[]&quot; (which I have in my sloppy HTTP client ;)) and not a &quot;string&quot; as it is now.

https://bugzilla.gnome.org/show_bug.cgi?id=605862

As soon as this bug is fixed in Vala I will drop my HTTP client and implement a Soup client instead which then probably will resolv the issue with redirects and HTTPS.</description>
		<content:encoded><![CDATA[<p>BTW: I filed a &#8220;libsoup&#8221; bug in Vala and got a confirmation that there is a binding bug. The data in Soup.Message should be a &#8220;uint8[]&#8221; (which I have in my sloppy HTTP client <img src='http://www.poppa.se/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) and not a &#8220;string&#8221; as it is now.</p>
<p><a href="https://bugzilla.gnome.org/show_bug.cgi?id=605862" rel="nofollow">https://bugzilla.gnome.org/show_bug.cgi?id=605862</a></p>
<p>As soon as this bug is fixed in Vala I will drop my HTTP client and implement a Soup client instead which then probably will resolv the issue with redirects and HTTPS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pontus</title>
		<link>http://www.poppa.se/blog/new-roxen-application-launcher-for-linux-written-in-vala/comment-page-1/#comment-156</link>
		<dc:creator>Pontus</dc:creator>
		<pubDate>Thu, 31 Dec 2009 09:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=301#comment-156</guid>
		<description>Cool, nice to get some feedback :)

I had problems with &quot;libsoup&quot; which totally scrambled binary data like images and such. Somewhere in GLib or libsoup some magic text encoding is happening. Thus I made my own HTTP client - a sloppy one that doesn&#039;t handle redirects and other events ;) - where the data always is a byte array.

If I only can figure out how to make libsoup NOT encode/recode the data being transfered libsoup is definitely to prefer. 

Thanks for the feedback though. Now I have something to do on New Years Eve since I&#039;ve got the flu ;)</description>
		<content:encoded><![CDATA[<p>Cool, nice to get some feedback <img src='http://www.poppa.se/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I had problems with &#8220;libsoup&#8221; which totally scrambled binary data like images and such. Somewhere in GLib or libsoup some magic text encoding is happening. Thus I made my own HTTP client &#8211; a sloppy one that doesn&#8217;t handle redirects and other events <img src='http://www.poppa.se/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8211; where the data always is a byte array.</p>
<p>If I only can figure out how to make libsoup NOT encode/recode the data being transfered libsoup is definitely to prefer. </p>
<p>Thanks for the feedback though. Now I have something to do on New Years Eve since I&#8217;ve got the flu <img src='http://www.poppa.se/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tec</title>
		<link>http://www.poppa.se/blog/new-roxen-application-launcher-for-linux-written-in-vala/comment-page-1/#comment-155</link>
		<dc:creator>tec</dc:creator>
		<pubDate>Wed, 30 Dec 2009 17:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=301#comment-155</guid>
		<description>now I see!  https support is not yet implemented!

gio&#039;s SocketClient() does not handle this, but I see libsoup has https support.</description>
		<content:encoded><![CDATA[<p>now I see!  https support is not yet implemented!</p>
<p>gio&#8217;s SocketClient() does not handle this, but I see libsoup has https support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tec</title>
		<link>http://www.poppa.se/blog/new-roxen-application-launcher-for-linux-written-in-vala/comment-page-1/#comment-154</link>
		<dc:creator>tec</dc:creator>
		<pubDate>Wed, 30 Dec 2009 16:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=301#comment-154</guid>
		<description>I think I pinpointed the problem, 
your application does work when I use it in combination with a http:// server.. when the server is https:// it fails, returning the error described above.

Hope this helps you a little, I did not manage to fix it myself (yet) ;)</description>
		<content:encoded><![CDATA[<p>I think I pinpointed the problem,<br />
your application does work when I use it in combination with a http:// server.. when the server is https:// it fails, returning the error described above.</p>
<p>Hope this helps you a little, I did not manage to fix it myself (yet) <img src='http://www.poppa.se/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tec</title>
		<link>http://www.poppa.se/blog/new-roxen-application-launcher-for-linux-written-in-vala/comment-page-1/#comment-153</link>
		<dc:creator>tec</dc:creator>
		<pubDate>Wed, 30 Dec 2009 15:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=301#comment-153</guid>
		<description>Good work though! If I can get this app working it&#039;ll be really useful to me :) 
(there is no real alternative to the roxen launcher when using ubuntu 9.10, currently i&#039;m using the old roxen launcher 2.2 with wine)</description>
		<content:encoded><![CDATA[<p>Good work though! If I can get this app working it&#8217;ll be really useful to me <img src='http://www.poppa.se/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
(there is no real alternative to the roxen launcher when using ubuntu 9.10, currently i&#8217;m using the old roxen launcher 2.2 with wine)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tec</title>
		<link>http://www.poppa.se/blog/new-roxen-application-launcher-for-linux-written-in-vala/comment-page-1/#comment-152</link>
		<dc:creator>tec</dc:creator>
		<pubDate>Wed, 30 Dec 2009 15:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.poppa.se/blog/?p=301#comment-152</guid>
		<description>Hi, while testing your new application launcher I ran into a bug.

It seems that when the AL GET&#039;s an url which is moved (error 301) the software isn&#039;t working. (function returns if http response status !== 200)

Error:
** (roxenlauncher:30068): WARNING **: launcherfile.vala:415: Bad status in download: 301

telnet tells me (when I GET the same url):
GET /bla/bla/bla.xml

HTTP/1.0 301 Redirect to secure server
Location: https://bla:443/bla/bla/bla.xml</description>
		<content:encoded><![CDATA[<p>Hi, while testing your new application launcher I ran into a bug.</p>
<p>It seems that when the AL GET&#8217;s an url which is moved (error 301) the software isn&#8217;t working. (function returns if http response status !== 200)</p>
<p>Error:<br />
** (roxenlauncher:30068): WARNING **: launcherfile.vala:415: Bad status in download: 301</p>
<p>telnet tells me (when I GET the same url):<br />
GET /bla/bla/bla.xml</p>
<p>HTTP/1.0 301 Redirect to secure server<br />
Location: <a href="https://bla:443/bla/bla/bla.xml" rel="nofollow">https://bla:443/bla/bla/bla.xml</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

