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.


Next revision
projects:thunar-plugins:thunar-archive-plugin [2009/07/22 19:51] – external edit 127.0.0.1
Line 1: Line 1:
 +====== thunar-archive-plugin ======
  
 +===== About =====
 +
 +The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager. For example, to create a new archive, just right click on the files and folders you want to add to the archive, right click on one of the selected files and select Create Archive... from the context menu.
 +
 +{{:projects:thunar-plugins:tap-create-archive.png|:projects:thunar-plugins:tap-create-archive.png}}
 +
 +This will open a dialog, which prompts you to enter the name of the archive file and the location where to store the created file to.
 +
 +Likewise you can easily extract archive files using the context menu. Just select the archive file you want to extract, right click to open the context menu and select **Extract Here**.
 +
 +{{:projects:thunar-plugins:tap-extract-archive.png|:projects:thunar-plugins:tap-extract-archive.png}}
 +
 +The files from the selected archive will afterwards be extracted to the current folder. If you select **Extract To...** instead, you will be prompted to specify the location where to extract the archive to.
 +
 +The Thunar Archive Plugin - since 0.2.0 - provides a generic scripting interface for archive managers, so basicly every archive manager that supports the required command line switches (or an equivalent D-BUS interface) can be used with Thunar. See the README file in the source distribution for further details about the process of adding a new archive manager.
 +
 +The standard MIME association mechanism is used to determine the preferred archive manager for the **Create Archive...**, **Extract Here** and **Extract To...** actions. However the plugin may not always be able to detect the appropriate archive manager for a certain task. Then the user will need to manually select the preferred archive manager from a list of possible applications.
 +
 +{{:projects:thunar-plugins:tap-backend-selection.png|:projects:thunar-plugins:tap-backend-selection.png}}
 +
 +The Thunar Archive Plugin currently includes support for [[http://xarchiver.xfce.org|Xarchiver]], [[http://fileroller.sourceforge.net|File Roller]] and [[http://userbase.kde.org/Ark|Ark]], but support for other archive managers can easily added by installing a .tap wrapper script in addition to the .desktop file for that application (see the README file in the source tarball).
 +
 +===== Installation =====
 +
 +==== Requirements ====
 +
 +You will need [[http://thunar.xfce.org|thunar]] at least to install thunar-archive-plugin.
 +
 +==== Stable releases ====
 +
 +Source tarballs and binary packages of the latest stable release 0.2.4 (and earlier releases) are available from the [[http://developer.berlios.de/project/showfiles.php?group_id=910&release_id=12059|Xfce Goodies download page]] on [[http://berlios.de|BerliOS]].
 +
 +==== Getting and building SVN source code ====
 +
 +[[http://svn.xfce.org/svn/goodies/thunar-archiver-plugin/]]
 +  svn co http://svn.xfce.org/svn/goodies/thunar-archive-plugin/trunk thunar-archive-plugin
 +
 +For Thunar to be able to find the Thunar Archiver Plugin both have to be install with the same prefix.
 +To ensure this run the following command to build from tarball:
 +  ./configure --prefix=$(pkg-config --variable prefix thunarx-1)
 +For source build from the goodies repository run the following:
 +  ./autogen.sh --prefix=$(pkg-config --variable prefix thunarx-1)
 +Afterwards one of these commands the source is ready to be build and installed.
 +For install root access might be necessary.
 +  make && make install
 +
 +==== Reporting Bugs ====
 +Bugs should be reported to the [[http://bugzilla.xfce.org|Xfce bug tracking system]] (product Thunar Plugins, component thunar-archive-plugin). You will need to create an account for yourself.
 +
 +==== Related links ====
 +
 +[[http://www.foo-projects.org/~benny/projects/thunar-archive-plugin/|old homepage]]