At the moment the main script in plasmoid packages is always called &#39;code/main&#39;. For ruby, I created a custom package structure so that the main script was called &#39;code/main.rb&#39; as I wanted it to have an &#39;.rb&#39; extension so that Kate&#39;s syntax highlighting would work when editing it.<br>
<br>But what would be really nice would be that the package structure defined a default name for the main script of &#39;main&#39;, but that you could override it by including a &#39;X-Plasma-MainScript&#39; entry in the metadata.desktop like this for instance:<br>
<br>X-Plasma-MainScript=code/clock.rb<br><br>It this possible, and is it a good idea?<br><br>-- Richard<br><br>