Xfce Wiki

Sub domains
 
no way to compare when less than two revisions

Differences

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


projects:applications:xfce4-volstatus-icon [2007/05/29 03:10] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Xfce4 Volstatus Icon ======
  
 +===== About =====
 +
 +Xfce4 Volstatus Icon is a system tray icon that allows you to easily eject removable devices from your system, without needing to open a terminal or Thunar window.
 +
 +===== Credits =====
 +
 +Maintainer: [[http://spuriousinterrupt.org/|Brian Tarricone]]
 +
 +===== Downloads =====
 +
 +The current stable release is **0.1.0**.
 +
 +  * [[http://goodies.xfce.org/releases/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.tar.bz2|xfce4-volstatus-icon-0.1.0.tar.bz2]]
 +  * [[http://goodies.xfce.org/releases/xfce4-volstatus-icon/ChangeLog|ChangeLog]]
 +  * [[http://goodies.xfce.org/releases/xfce4-volstatus-icon/MD5SUMS|MD5 checksums]]
 +  * [[http://spuriousinterrupt.org/files/xfce4-volstatus/xfce4-volstatus-icon-0.1.0.tar.bz2.asc|PGP signature]] (corresponding [[http://spuriousinterrupt.org/pgp-key-brian-tarricone.asc|public key]])
 +
 +You can also check out the latest bleeding-edge code from the Goodies Subversion Repository like so:
 +
 +<code>svn co http://svn.xfce.org/svn/goodies/xfce4-volstatus-icon/trunk xfce4-volstatus-icon</code>
 +
 +You can view the SVN source tree [[http://svn.xfce.org/listing.php?repname=xfce-goodies&path=%2Fxfce4-volstatus-icon%2Ftrunk%2F&rev=0&sc=0#/xfce4-volstatus-icon/|online]] as well.
 +
 +===== Requirements =====
 +
 +  * gtk 2.10.0
 +  * libxfce4util 4.4.0
 +  * libxfcegui4 4.4.0
 +  * dbus-glib 0.70
 +  * hal-storage 0.5.7.1
 +  * exo-hal 0.3.2 (compiled with HAL support)
 +  * a running system tray (e.g., systray plugin in xfce4-panel)
 +
 +===== Installation =====
 +
 +To install from source, use the following:
 +
 +<code>./configure --prefix=<install path>
 +make
 +make install</code>
 +
 +Replace ''configure'' with ''autogen.sh'' if checking the code out of the Subversion repository instead of using a source tarball.
 +
 +===== Usage =====
 +
 +Simply run 'xfce4-volstatus-icon' (e.g. from the 'Run Program...' dialog).  On first use, it will ask you if you want to start it every time Xfce starts.  Obviously, it's not too useful if you don't, so I'd suggest you say yes here.  You can later disable it in the 'Autostarted Applications' settings panel if you change your mind.
 +
 +Normally, you won't even notice it running.  If you plug in a removable drive, the icon will appear in your system tray.  Single-clicking the icon will bring up a dialog box with a list of devices and volumes plugged in, where you can also remove devices.  Right-clicking the icon gives you a quick method to eject a particular volume via a popup menu.
 +
 +When there are no removable devices attached, the icon hides itself to save space.
 +
 +===== Contributions/Help =====
 +
 +Please report all bugs on [[http://bugzilla.xfce.org/|Xfce Bugzilla]], using the 'Xfce Goodies' project and 'xfce4-volstatus-icon' component.
 +
 +For translations, please see the [[http://i18n.xfce.org|Xfce i18n website]] for instructions.
 +
 +Questions about usage should be addressed to the [[http://foo-projects.org/mailman/listinfo/xfce|Xfce user list]], and discussion about development should go to the [[http://foo-projects.org/mailman/listinfo/xfce4-dev|Xfce4 development list]].