Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dev:howto:panel_plugins [2008/04/18 23:44] – This is not the {chinese, taiwanese, japanese, korean} translation moedev:howto:panel_plugins [2011/05/16 19:42] – [Xfce Panel Plugins How To] perberos
Line 1: Line 1:
 ====== Xfce Panel Plugins How To ====== ====== Xfce Panel Plugins How To ======
-{{wiki:package.png  }} [[http://foo-projects.org/~nick/packages/xfce4-sample-plugin.tar.bz2|Download]] the external sample plugin. You can also [[http://svn.xfce.org/svn/goodies/xfce4-sample-plugin/trunk/|checkout]] the goodies svn.+{{wiki:package.png  }} <del>[[http://foo-projects.org/~nick/packages/xfce4-sample-plugin.tar.bz2|Download]]</del> the external sample plugin. You can also [[http://svn.xfce.org/svn/goodies/xfce4-sample-plugin/trunk/|checkout]] the goodies svn.
  
  
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: