Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
xfce:thunar:archive [2015/10/05 23:16] – created ochosixfce:thunar:archive [2015/10/05 23:17] ochosi
Line 22: Line 22:
  
 The Thunar Archive Plugin currently includes support for [[http://git.xfce.org/archive/xarchiver/|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). The Thunar Archive Plugin currently includes support for [[http://git.xfce.org/archive/xarchiver/|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 ===== 
-<note>This section has obsolete links. Do we even want/need to include instructions like these any more?</note> 
- 
-==== 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. 
- 
-