Ah, I believe I found your problem. Do loads the plugin, but, but Mono.Addins isn't loading any types from the plugin, because you've got some typos in your addin.xml.
<Addins id="Core" version="1.0" /> should be (notice the change from plural to singular) <Addin id="Core" version="1.0" /> and <Extensions path="/Do/ItemSource"> <ItemSource type="Radio.RadioItemSource"/> </Extensions> should be <Extension path="/Do/ItemSource"> <ItemSource type="Radio.RadioItemSource"/> </Extension> On Fri, Sep 5, 2008 at 10:40 AM, Jason Jones <[EMAIL PROTECTED]> wrote: > How are you building and installing your plugin? > > I branched your repository and noticed that you have your own > MonoDevelop solution within your Radio directory. Please add your > project to the DoPlugins solution rather than create a new solution. > > With that said, I built your project and then copied the Radio.dll > into ~/.local/share/gnome-do/plugins-0.6.0/ and restarted Gnome Do. In > the console, I saw it install the plugin, and if I go to the plugins > menu and show all available plugins, I see your Radio plugin. > > On Fri, Sep 5, 2008 at 6:52 AM, skaggapa <[EMAIL PROTECTED]> wrote: >> >> Hello! >> >> I've managed to make it compile with IItemSource. But i still doesn't >> get gnome-do to load the plugin. Updated my branch. >> >> Anders >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gnome-do?hl=en -~----------~----~----~----~------~----~------~--~---
