no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | projects:thunar-plugins:thunar-volman [2008/09/14 00:29] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Thunar Volume Manager (thunar-volman) ====== | ||
| + | The //Thunar Volume Manager// is an extension for the // | ||
| + | {{: | ||
| + | |||
| + | The advantage of Thunar Volume Manager over other solutions (like gnome-volume-manager or ivman) is that it does not require an additional daemon to be running in the users desktop session, which means it is a very lightweight solution. In addition, the Thunar Volume Manager smoothly integrates into the Thunar file manager and the Xfce desktop. | ||
| + | |||
| + | It was designed to look and behave similar to gnome-volume-manager to get consistent removable drive and media management in Xfce and GNOME. This is to help GNOME refugees and people using both Xfce and GNOME. | ||
| + | |||
| + | ===== Documentation ===== | ||
| + | The [[http:// | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | However, this is still work in progress, and so the user manual may not be fully translated to your language yet. | ||
| + | |||
| + | ===== Installation ===== | ||
| + | ==== Requirements ==== | ||
| + | You will need atleast the following software packages in order to install and use the Thunar Volume Manager: | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | |||
| + | ==== Stable releases ==== | ||
| + | Source tarballs and binary packages of the latest stable release 0.3.80 (and earlier releases) are available from the Xfce Goodies [[http:// | ||
| + | |||
| + | ==== Getting the source from SVN ==== | ||
| + | The Thunar Volume Manager - just like the other Xfce Goodies - is available from the Xfce Goodies SVN repository, which means that you will need to install a Subversion client in order to be able to check out from the SVN repository (you can use the web interface for browsing the repository). | ||
| + | |||
| + | You can download the latest version of thunar-volman using the following command: | ||
| + | |||
| + | < | ||
| + | svn co http:// | ||
| + | | ||
| + | </ | ||
| + | |||
| + | This will create a new directory thunar-volman in the current path, which contains the latest version from the repository. | ||
| + | |||
| + | ==== Building and installing ==== | ||
| + | If you downloaded a release tarball, you can simply run | ||
| + | |||
| + | < | ||
| + | ./configure --prefix=/ | ||
| + | </ | ||
| + | |||
| + | now. The prefix must be the same prefix where Thunar is installed. You can find out the prefix using the following command: | ||
| + | |||
| + | < | ||
| + | pkg-config --variable prefix thunarx-1 | ||
| + | </ | ||
| + | |||
| + | Else if you use a SVN snapshot, you need to run | ||
| + | |||
| + | < | ||
| + | sh autogen.sh --prefix=/ | ||
| + | </ | ||
| + | |||
| + | instead, because the automatically generated files are not included in the repository. | ||
| + | |||
| + | If the configure script complains about missing thunarx-1 package and you are using a binary package for Thunar, be sure to install the appropriate -devel package (i.e. for Debian/ | ||
| + | |||
| + | < | ||
| + | make | ||
| + | make install | ||
| + | </ | ||
| + | |||
| + | where the install step must be done with superuser privilegues. | ||
| + | |||
| + | ===== Reporting Bugs ===== | ||
| + | Bugs should be reported to the [[http:// | ||