<?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: Getting Ruby Plasmoids up and running in KDE 4.1 (on Kubuntu)</title>
	<atom:link href="http://www.theirishpenguin.com/2008/08/02/getting-ruby-plasmoids-up-and-running-in-kde-41-on-kubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theirishpenguin.com/2008/08/02/getting-ruby-plasmoids-up-and-running-in-kde-41-on-kubuntu/</link>
	<description>When Tux walks in, Irish eyes are smiling...</description>
	<pubDate>Tue, 06 Jan 2009 20:09:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: theirishpenguin</title>
		<link>http://www.theirishpenguin.com/2008/08/02/getting-ruby-plasmoids-up-and-running-in-kde-41-on-kubuntu/comment-page-1/#comment-755</link>
		<dc:creator>theirishpenguin</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=76#comment-755</guid>
		<description>Just a quick update. I've been talking to good folks on the kde-bindings mailing list which handles the Ruby bindings and the problem seems to that an issue arose with the some of the bindings which means that this tutorial will now not work. Basically, I think a regression error crept into the codebase which caused this problem. It should be fixed in the next desktop release - KDE 4.1.1.</description>
		<content:encoded><![CDATA[<p>Just a quick update. I&#8217;ve been talking to good folks on the kde-bindings mailing list which handles the Ruby bindings and the problem seems to that an issue arose with the some of the bindings which means that this tutorial will now not work. Basically, I think a regression error crept into the codebase which caused this problem. It should be fixed in the next desktop release - KDE 4.1.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caffeine</title>
		<link>http://www.theirishpenguin.com/2008/08/02/getting-ruby-plasmoids-up-and-running-in-kde-41-on-kubuntu/comment-page-1/#comment-753</link>
		<dc:creator>caffeine</dc:creator>
		<pubDate>Tue, 26 Aug 2008 00:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=76#comment-753</guid>
		<description>Hi there,

I've been trying the same for a few hours today and im not much further. A small hint though: 

The line "findServiceByDesktopPath: not found" just means that the plasmoidviewer cannot find the applet, so basically even "plasmoidviewer test" should give you the same result.

I am not able to actually get rid of the error yet but there a few things which should get you closer to the destination:

"set(SERVICES_INSTALL_DIR /usr/lib/kde4/share/kde4/services/)
set(DATA_INSTALL_DIR /usr/lib/kde4/share/kde4/apps/)"

should instead be (at least on debian lenny with kde 4.1):

"set(SERVICES_INSTALL_DIR /usr/lib/share/kde4/services/)
set(DATA_INSTALL_DIR /usr/lib/share/kde4/apps/)"

and the .desktop file should actually have a name in the form of "plasma-applet-anynamehere.desktop" and the calle to the plasmoidviewer should then be: "plasmoidviewer anynamehere". At least this is how it works with the existing applets.

This link seems to explain a better way to use Ruby and Plasma, by the way, which involves importing it from the plasmoid-add-widget menu thing. I'm not making any big steps forward with that approach either though:

http://www.kdedevelopers.org/node/3560

So to sum it up, the problem is hard to track and I have no idea where to go now. I will check any missing dependencies next and try to dive more into the general plasmoid architecture (Only in an installing way ;-) )

Hang in there and good night!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I&#8217;ve been trying the same for a few hours today and im not much further. A small hint though: </p>
<p>The line &#8220;findServiceByDesktopPath: not found&#8221; just means that the plasmoidviewer cannot find the applet, so basically even &#8220;plasmoidviewer test&#8221; should give you the same result.</p>
<p>I am not able to actually get rid of the error yet but there a few things which should get you closer to the destination:</p>
<p>&#8220;set(SERVICES_INSTALL_DIR /usr/lib/kde4/share/kde4/services/)<br />
set(DATA_INSTALL_DIR /usr/lib/kde4/share/kde4/apps/)&#8221;</p>
<p>should instead be (at least on debian lenny with kde 4.1):</p>
<p>&#8220;set(SERVICES_INSTALL_DIR /usr/lib/share/kde4/services/)<br />
set(DATA_INSTALL_DIR /usr/lib/share/kde4/apps/)&#8221;</p>
<p>and the .desktop file should actually have a name in the form of &#8220;plasma-applet-anynamehere.desktop&#8221; and the calle to the plasmoidviewer should then be: &#8220;plasmoidviewer anynamehere&#8221;. At least this is how it works with the existing applets.</p>
<p>This link seems to explain a better way to use Ruby and Plasma, by the way, which involves importing it from the plasmoid-add-widget menu thing. I&#8217;m not making any big steps forward with that approach either though:</p>
<p><a href="http://www.kdedevelopers.org/node/3560" rel="nofollow">http://www.kdedevelopers.org/node/3560</a></p>
<p>So to sum it up, the problem is hard to track and I have no idea where to go now. I will check any missing dependencies next and try to dive more into the general plasmoid architecture (Only in an installing way <img src='http://www.theirishpenguin.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p>Hang in there and good night!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.theirishpenguin.com/2008/08/02/getting-ruby-plasmoids-up-and-running-in-kde-41-on-kubuntu/comment-page-1/#comment-684</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 04 Aug 2008 15:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=76#comment-684</guid>
		<description>I didn't get much further, but when I run "kbuildsycoca4 --noincremental", "Ruby Web Browser" shows up in my Add Widgets dialog.  It doesn't work though.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t get much further, but when I run &#8220;kbuildsycoca4 &#8211;noincremental&#8221;, &#8220;Ruby Web Browser&#8221; shows up in my Add Widgets dialog.  It doesn&#8217;t work though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
