Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
dev:howto:panel_plugins [2008/02/17 14:30] – created - moved from howto/panel_plugins stephandev:howto:panel_plugins [2009/09/17 00:32] – Added brief example. 207.81.133.5
Line 35: Line 35:
   X-XFCE-Module=<plugin_name>   X-XFCE-Module=<plugin_name>
   X-XFCE-Module-Path=<prefix>/lib/xfce4/panel-plugins   X-XFCE-Module-Path=<prefix>/lib/xfce4/panel-plugins
 +
 +For instance, 
 +
 +  X-XFCE-Module=quicklauncher
 +  X-XFCE-Module-Path=/usr/lib/xfce4/panel-plugins
  
 If the module should have no more than 1 instance running at the same time, you add this line: If the module should have no more than 1 instance running at the same time, you add this line:
Line 269: Line 274:
  
 ===== Debugging ===== ===== Debugging =====
-One can use Valgrind to debug external plugins, using the technique described [[panel_plugin_debug|here]].+One can use Valgrind to debug external plugins, using the technique described [[:howto/panel_plugin_debug|here]].