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 [2017/04/18 04:27] – Fix panel plugins path andreldmdev:howto:panel_plugins [2018/07/25 01:24] – [Library] Update example version of libxfce4panel andreldm
Line 6: Line 6:
 Starting from version 4.4 the Xfce Panel support two types of plugins: internal and external.  Starting from version 4.4 the Xfce Panel support two types of plugins: internal and external. 
 The internal plugins are loadable modules, using the  The internal plugins are loadable modules, using the 
-[[http://developer.gnome.org/doc/API/2.0/glib/glib-Dynamic-Loading-of-Modules.html|GModule]]+[[https://developer.gnome.org/glib/stable/glib-Dynamic-Loading-of-Modules.html|GModule]]
 interface. External plugins are separate programs that are embedded into the panel using the  interface. External plugins are separate programs that are embedded into the panel using the 
-[[http://developer.gnome.org/doc/API/2.0/gtk/GtkPlug.html|GtkPlug]] and  +[[https://developer.gnome.org/gtk3/stable/GtkPlug.html|GtkPlug]] and  
-[[http://developer.gnome.org/doc/API/2.0/gtk/GtkSocket.html|GtkSocket]] mechanism.+[[https://developer.gnome.org/gtk3/stable/GtkSocket.html|GtkSocket]] mechanism.
  
 In order to handle these plugins the plugin system was entirely rewritten, along with the rest  In order to handle these plugins the plugin system was entirely rewritten, along with the rest 
Line 53: Line 53:
 line like this: line like this:
  
-  XDT_CHECK_PACKAGE ([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])+  XDT_CHECK_PACKAGE ([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0])
  
 The above assumes that you are using the xfce4-dev-tools package, which you really should,  The above assumes that you are using the xfce4-dev-tools package, which you really should,