Clock Plugin
	* reminder
		* launcher reminder
			* context menu
	* possibility to display different timezones
	* vertical layout:
		0
		0
		:
		0
		0

Launcher Plugin
	* show window icon on active state
	* taskbar like bevaivior:
		One can try to obtain the window id from the PID after running the app, then remembering the window class.
		But many apps do have bad classes like "..." or so set,
		therefore it seems to be unclean to associate the launcher and the window with the the wmclass.
		Also apps ike nautilus could make trouble, having a desktop window and a normal window with the same class.

Stack Plugin
	* KibaProgress for file copying/moving
	* thumbnails
		* update thumbnail if needed

Taskbar Plugin
	* realtime previews:
		its possible to get the Pixmap data for the windows 50 times per second without using much more ressources, thanks to the Composite extension. but howto draw these Pixmaps to the cairo surface?
	* show only minimized windows
	* show only windows from current viewport/workspace

Winlist Plugin
	*

GMenu Plugin
	* action items (lock,reboot,..)
	* dnd
		* open menu allowing to add desktop files to the menu

Trash Plugin
	* recovery

Sysinfo Plugin
	* find process with highest cpu usage for the object title
	* draw multiple icons

Volume Plugin
	* get mute state from mixer

Clipman
	* improve picture clips (using gtk_clipboard_wait_for_image)
	* search for clips on keypress
		* get the selected menu item for "Return" keypress
		* form keyword from previously entered letters
		* search for keyword anywhere in the clip description
		* switch between matches with keyboard arrows

General
	* better xfce/kde support
		* service plugin that provides virtual filesystem methods,
		  wrapping the calls to the xfce/gnome/kde library

Plugin-ideas
	* commandline/app searcher plugin
	* workspace/viewport plugin
	* kiba-eyes (helps finding the cursor ;)
	* wormhole (easily share files in networks, just like giver http://code.google.com/p/giver/)
	* wrapper plugin for gnome/xfce panel applets
