Ok, I've downloaded the code, compiled it and I'm now trying to run it in MonoDevelop. Unfortunately, this yields the following error, which I assume is a configuration issue ("/Docky/ItemProvider" doesn't really look like a valid path...)
Unhandled Exception: System.InvalidOperationException: Extension node not found in path: /Docky/ItemProvider
at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path, System.Type arrayElementType, Boolean reuseCachedInstance) [0x00000]
at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path) [0x00000]
at Mono.Addins.AddinManager.GetExtensionObjects (System.String path) [0x00000]
at Docky.PluginManager.get_ItemProviders () [0x00000] in /home/stapostol/Documents/Projects/docky/Docky/Docky/PluginManager.cs:190
at Docky.Interface.DockPreferences.<BuildItemProviders>m__13 (System.String s) [0x0000d] in /home/stapostol/Documents/Projects/docky/Docky/Docky/Interface/DockPreferences.cs:549
at System.Linq.Enumerable.Any[String] (IEnumerable`1 source, System.Func`2 predicate) [0x00000]
at Docky.Interface.DockPreferences.BuildItemProviders () [0x000db] in /home/stapostol/Documents/Projects/docky/Docky/Docky/Interface/DockPreferences.cs:549
at Docky.Interface.DockPreferences..ctor (System.String dockName) [0x000cd] in /home/stapostol/Documents/Projects/docky/Docky/Docky/Interface/DockPreferences.cs:319
at Docky.DockController.CreateDocks () [0x00018] in /home/stapostol/Documents/Projects/docky/Docky/Docky/DockController.cs:259
at Docky.DockController.Initialize () [0x0003c] in /home/stapostol/Documents/Projects/docky/Docky/Docky/DockController.cs:145
at Docky.Docky.Main (System.String[] args) [0x00099] in /home/stapostol/Documents/Projects/docky/Docky/Docky/Docky.cs:84
What can I do to fix this?