Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
projects:thunar-plugins:thunar-archive-plugin [2009/07/22 19:51] – external edit 127.0.0.1projects:thunar-plugins:thunar-archive-plugin [2019/08/06 05:56] (current) – [About] kevinbowen
Line 17: Line 17:
 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 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.+The standard MIME association mechanism is used to determine the preferred archive manager for the **Create Archive...**, **Extract Here** and **Extract To...** actions. Howeverthe plugin may not always be able to detect the appropriate archive manager for a certain task. In this case, 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 it [[https://wiki.gnome.org/Apps/FileRoller/Gnome File Roller]], [[http://userbase.kde.org/Ark|Ark (KDE archive manager)]] and [[https://git.xfce.org/archive/xarchiver/|Xarchiver]] as helpers, 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://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 ===== ===== Installation =====
Line 27: Line 25:
 ==== Requirements ==== ==== Requirements ====
  
-You will need [[http://thunar.xfce.org|thunar]] at least to install thunar-archive-plugin.+You will need [[https://docs.xfce.org/xfce/thunar/start|thunar]] at least to install thunar-archive-plugin.
  
 ==== Stable releases ==== ==== 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]].+Source tarballs and binary packages of the latest stable release 0.4.0 (and earlier releases) are available from the [[http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/|Xfce Archive download page]].
  
-==== Getting and building SVN source code ====+The latest version can be downloaded here [[https://git.xfce.org/thunar-plugins/thunar-archive-plugin/snapshot/thunar-archive-plugin-0.4.0.tar.gz| thunar-archive-plugin-0.4.0]]. 
 +==== Getting and building source code from Git ====
  
-[[http://svn.xfce.org/svn/goodies/thunar-archiver-plugin/]] +[[https://git.xfce.org/thunar-plugins/thunar-archive-plugin]] 
-  svn co http://svn.xfce.org/svn/goodies/thunar-archive-plugin/trunk thunar-archive-plugin+  git clone https://git.xfce.org/thunar-plugins/thunar-archive-plugin thunar-archive-plugin 
 +  ssh://git@git.xfce.org/thunar-plugins/thunar-archive-plugin
  
 For Thunar to be able to find the Thunar Archiver Plugin both have to be install with the same prefix. For Thunar to be able to find the Thunar Archiver Plugin both have to be install with the same prefix.