Guake indicator plugin system

WARNING!!! The whole plugin system has been stripped out of Guake indicator from version 1.4, this page is only for older versions

In order to allow building custom terminal commands quickly, Guake indicator comes with a very simple plugin system.
When building a new command click on the "..." button on the right of the "command" text area:


Guake-indicator then scans all the xml and glade files stored locally under the ~/.guake-indicator/plugins directory. If there aren't any present (i.e. after the first launch) the list will be empty so you'll have to add a new one.
To add a new plugin click the "add" button. Guake-indicator will query the plugins directory to see which plugins are available and it will copy the selected plugins under the local plugin directory.
To use a plugin select it from the list and click Apply.
A .xml plugin causes Guake indicator to fill in the build command with data retrieved and parsed from the plugin itself.
The .glade plugin files, instead, are just helpers for builing new commands using a easy and convenient GUI created with Glade interface designer.
If you want to create an .xml plugin you could find it easier using the "export" button after creating a new entry.

When creating a new .glade plugin, remember to :
  • Put the command you want to run inside the name field of the GtkLabel under the HBOX0 element
  • Set each command option as the name of a GtkEntry
  • Set the name of the Close button to "btn_edit_menu_close_dialog"
  • Set the name of the Save button to "btn_edit_menu_save"
You can take advantage of the XML and GLADE template to build new plugins. If you create a useful plugin that could be of general interest and you want to share it, please contact me so that I can publish and promote it!

See plugin directory

Site viewed   times


Last Revision 25 February, 209 - Dedicated to my daughters Mariavittoria and Ludovica
Special Thanks to all Contributors