<br><br><div class="gmail_quote">2008/12/18 Aaron J. Seigo <span dir="ltr">&lt;<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wednesday 17 December 2008, D. R. Evans wrote:<br>
&gt; I have a .desktop file and main.py file for a simple DataEngine. How do I<br>
&gt; go about actually installing the DataEngine into the system? (So I can then<br>
<br>
</div>if it&#39;s a properly formed package directory:<br>
<br>
plasmapkg -i -type dataengine &lt;path to dir containing package&gt;<br>
<br>
otherwise, copy the .desktop file into ~/.kde/share/kde4/services/ and the .py<br>
file into ~/.kde/share/apps/plasma/dataengines/engines/plasma-dataengine-<br>
&lt;pluginname, from the .desktop file&gt;/<font color="#888888"></font></blockquote>The plasmapkg tools actually installs the data engines in the dataengines directory, and not in engines/dataengines. Recently I changed to script engine runtime to pick them up from there assuming the plasmapkg tool was correct. Perhaps that was wrong and I should have changed plasmapkg instead? For example, this is where my ruby time engine gets installed:<br>
<br>.kde/share/apps/plasma/dataengines/ruby-time<br><br>-- Richard<br></div><br>