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
panel-plugins:xfce4-embed-plugin:start [2019/11/11 00:14] – [Examples] kevinbowenpanel-plugins:xfce4-embed-plugin:start [2019/11/11 12:39] kevinbowen
Line 1: Line 1:
 ====== Embed ====== ====== Embed ======
-  * **[[start#About|About]]**+This plugin enables the embedding of arbitrary application windows into the Xfce panel. The window is resized into the panel space available, and the associated program can be automatically launched if it is not open. 
   * **[[start#Usage|Usage]]**   * **[[start#Usage|Usage]]**
   * **[[start#Examples|Examples]]**   * **[[start#Examples|Examples]]**
Line 7: Line 8:
   * **[[start#Source Code Repository|Source Code Repository]]**   * **[[start#Source Code Repository|Source Code Repository]]**
   * **[[start#Reporting Bugs|Reporting Bugs]]**   * **[[start#Reporting Bugs|Reporting Bugs]]**
- 
-===== About ===== 
-This plugin enables the embedding of arbitrary application windows into the Xfce panel. The window is resized into the panel space available, and the associated program can be automatically launched if it is not open. 
  
 Example uses include embedding an instant messaging buddy list, a mail client's new mail ticker, a simple media application, or a fancy clock or timer. Combining with Xfce's ability to auto-hide panels can make this very convenient. Example uses include embedding an instant messaging buddy list, a mail client's new mail ticker, a simple media application, or a fancy clock or timer. Combining with Xfce's ability to auto-hide panels can make this very convenient.
Line 25: Line 23:
  
 If you have a label (even if it is just a space), you can left-click it once to change keyboard focus to the embedded window (since panels do not give keyboard focus by default), and double-click it to pop the window out and in.  You can do the same along with accessing the plugin preferences in the menu that pops up if you right-click the label. If you have a label (even if it is just a space), you can left-click it once to change keyboard focus to the embedded window (since panels do not give keyboard focus by default), and double-click it to pop the window out and in.  You can do the same along with accessing the plugin preferences in the menu that pops up if you right-click the label.
 +
 +----
  
 ===== Examples ===== ===== Examples =====
Line 58: Line 58:
  
 [[|Back To Top]] [[|Back To Top]]
 +
 ---- ----
 +
 ===== Screenshots ===== ===== Screenshots =====
 Embedding Pidgin's buddy list into the panel: Embedding Pidgin's buddy list into the panel:
Line 80: Line 82:
 {{:panel-plugins:embed-x2.png?nolink&|Example deskbar configuration with two embedded windows}} {{:panel-plugins:embed-x2.png?nolink&|Example deskbar configuration with two embedded windows}}
  
 +[[|Back To Top]]
 +
 +----
 ===== Latest Release ===== ===== Latest Release =====
  
Line 91: Line 96:
 **MD5 Hash**: 6870b116b85e4fa68d1b9ef76bd1d279 **MD5 Hash**: 6870b116b85e4fa68d1b9ef76bd1d279
  
 +----
 +===== Release History =====
 ==== 1.4.1 (2013-06-01) ==== ==== 1.4.1 (2013-06-01) ====
   * Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure.   * Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS in configure.
Line 118: Line 125:
   * No translations yet (hence 0.8.0).   * No translations yet (hence 0.8.0).
 [[http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/0.8/xfce4-embed-plugin-0.8.0.tar.bz2]] [[http://archive.xfce.org/src/panel-plugins/xfce4-embed-plugin/0.8/xfce4-embed-plugin-0.8.0.tar.bz2]]
 +
 +----
 ===== Dependencies ===== ===== Dependencies =====
   * Xfce 4.8.0   * Xfce 4.8.0
Line 124: Line 133:
 Nothing special, just the standard ''./configure && make && sudo make install'' Nothing special, just the standard ''./configure && make && sudo make install''
  
 +----
 ===== Source Code Repository ===== ===== Source Code Repository =====
 You can get the bleeding edge (mostly just new/updated translations) through the [[http://git.xfce.org/panel-plugins/xfce4-embed-plugin/|git repository]], via the command You can get the bleeding edge (mostly just new/updated translations) through the [[http://git.xfce.org/panel-plugins/xfce4-embed-plugin/|git repository]], via the command
  
 <code>git clone git://git.xfce.org/panel-plugins/xfce4-embed-plugin</code> <code>git clone git://git.xfce.org/panel-plugins/xfce4-embed-plugin</code>
 +
 +----
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
Line 138: Line 149:
 [[https://bugzilla.xfce.org/buglist.cgi?product=xfce4-embed-plugin|See all bugs]] [[https://bugzilla.xfce.org/buglist.cgi?product=xfce4-embed-plugin|See all bugs]]
  
----- 
 [[|Back To Top]] [[|Back To Top]]
 +----
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]