Contents

Available Plugins

  • System tray icon
    Included in the main distribution, but not installed by default

Installation

Copy the plug-in (in dll library format) to ~/.gnome2/muine/plugins, and restart Muine.

For system-wide installation, install it in $LIBDIR/muine/plugins.

Compilation

Uncompiled plug-ins without compilation instructions can usually be compiled as follows:

mcs -target:library -out:Plugin.dll Plugin.cs -pkg:muine-plugin

Writing Your Own

Muine installs development documentation if you have monodoc installed. See Muine.PluginLib under Various for an API reference and some example code. When you have written a plug-in, let us know so that we can link it here!

Other Software Integrating With Muine

  • Muine Applet, a GNOME panel applet for controlling Muine.
  • muine-shell, a program for controlling Muine from the command line.