Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:thunar:thunar-volman [2020/09/01 03:47] kevinbowenxfce:thunar:thunar-volman [2024/12/11 11:02] (current) kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :xfce:thunar:thunar.png?nolink|}}+{{ :xfce:thunar-volman.png?nolink|}}
 ====== Thunar Volume Manager (thunar-volman) ====== ====== Thunar Volume Manager (thunar-volman) ======
  
 +
 +
 +  * **[[#Standards Compliance|Standards Compliance]]**
 +  * **[[#Required Packages|Required Packages]]**
 +  * **[[#Debugging Support|Debugging Support]]**
 +  * **[[#Installation|Installation]]**
   * **[[#Latest Release|Latest Release]]**   * **[[#Latest Release|Latest Release]]**
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
-  * **[[#Installation|Installation]]** 
   * **[[#Reporting Bugs|Reporting Bugs]]**   * **[[#Reporting Bugs|Reporting Bugs]]**
  
Line 11: Line 16:
  
 ===== Introduction ===== ===== Introduction =====
-The //Thunar Volume Manager// is an extension for the //[[http://thunar.xfce.org/|Thunar]]// file manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digital camera, it will automatically launch your preferred photo application and import the new pictures from the camera into your photo collection.+The //Thunar Volume Manager// is an extension for the //[[:xfce:thunar:start:|Thunar]]// file manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digital camera, it will automatically launch your preferred photo application and import the new pictures from the camera into your photo collection.
  
-{{thunar-volman-configure.png|thunar-volman-configure.png}}+<figure "Thunar-volman Configure Window"> 
 +{{thunar-volman-configure.png|Thunar-volman Configure Window}} 
 +</figure>
  
 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. 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.
Line 22: Line 29:
 ---- ----
  
-===== Latest Release ===== +===== Standards compliance =====
-==== 4.15.2 (202020823)==== +
-[[https://archive.xfce.org/src/xfce/thunar-volman/4.15/thunar-volman-4.15.0.tar.bz2|thunar-4.15.2.tar.bz2]] +
-    * **[[https://archive.xfce.org/src/xfce/thunar-volman/4.15/thunar-volman-4.15.0.tar.bz2?sha1|SHA1 hash]]** +
-    * **[[https://archive.xfce.org/src/xfce/thunar-volman/4.15/thunar-volman-4.15.0.tar.bz2?sha256|SHA256 hash]]**+
  
-[[https://archive.xfce.org/src/xfce/thunar-volman/|Previous Versions]]+Thunar supports the following standards/specifications: 
 + 
 +  * [[http://freedesktop.org/wiki/Standards_2fbasedir_2dspec|XDG Base Directory Specification]] 
 +  * [[http://freedesktop.org/wiki/Standards_2fshared_2dmime_2dinfo_2dspec|Shared MIME Database Specification]] 
 +  * [[http://freedesktop.org/wiki/Standards_2ficon_2dnaming_2dspec|Icon Naming Specification]] 
 +  * [[http://freedesktop.org/wiki/Standards_2ficon_2dtheme_2dspec|Icon Theme Specification]] 
 +  * [[http://freedesktop.org/wiki/Standards_2ffile_2duri_2dspec|File URI Specification]] 
 +  * [[http://freedesktop.org/wiki/Standards_2fautostart_2dspec|Desktop Application Autostart Specification]]
  
 ---- ----
-===== Source Code Repository ===== + 
-[[https://gitlab.xfce.org/xfce/thunar-volman|]]+===== Required packages ===== 
 + 
 + 
 +thunar-volman depends on the following packages: 
 + 
 +  * Thunar 1.7.0 or above 
 +  * exo 0.10.0 or above 
 +  * glib 2.30.0 or above 
 +  * GTK+ 3.20.0 or above 
 +  * GUDev 145 or above 
 +  * libxfce4ui 4.12.0 or above 
 +  * libxfce4util 4.12.0 or above 
 +  * xfconf 4.12.0 or above 
 + 
 +[[|Back to Top]] 
 +---- 
 + 
 +===== Debugging Support ===== 
 + 
 +thunar-volman currently supports four different levels of debugging support, which 
 +can be setup using the configure flag `--enable-debug' (check the output of 
 +`configure --help'): 
 + 
 +  `full' Use this if you want to debug thunar-volman to locate a bug. 
 + The build will most probably be noticably slowerThis is also 
 + recommended for people that want to develop thunar-volman stuff. 
 + 
 +  `yes' This is the default for SVN snapshot builds. It adds all 
 +  kinds of checks to the code, and is therefore likely to run 
 + slower. 
  
 [[|Back to Top]] [[|Back to Top]]
Line 40: Line 80:
 ==== Requirements ==== ==== Requirements ====
 You will need at least the following software packages in order to install and use the Thunar Volume Manager:  You will need at least the following software packages in order to install and use the Thunar Volume Manager: 
-  * [[https://docs.xfce.org/xfce/thunar/start#latest_release|Thunar file manager 0.5.1 or above]]+  * [[:xfce:thunar:start#latest_release|Thunar file manager 0.5.1 or above]]
   * [[http://freedesktop.org/wiki/Software_2fdbus/||D-Bus 0.34 or above (the dbus and dbus-glib devel packages)]]   * [[http://freedesktop.org/wiki/Software_2fdbus/||D-Bus 0.34 or above (the dbus and dbus-glib devel packages)]]
   * [[http://freedesktop.org/wiki/Software_2fhal/|HAL 0.5.0 or above (the hal and libhal devel packages)]]   * [[http://freedesktop.org/wiki/Software_2fhal/|HAL 0.5.0 or above (the hal and libhal devel packages)]]
Line 78: Line 118:
  
 [[|Back to Top]] [[|Back to Top]]
 +
 +----
 +
 +===== Latest Release =====
 +{{rss>hhttps://archive.xfce.org/feeds/project/thunar-volman 1 date 2h}}
 +
 +[[https://archive.xfce.org/src/xfce/thunar-volman/-/blob/master/NEWS|Read the CHANGELOG]]
 +
 +  * **[[https://gitlab.xfce.org/xfce/thunar-volman|Download current release]]** (older versions of this component are also available here)
 +
 +----
 +===== Source Code Repository =====
 +[[https://gitlab.xfce.org/xfce/thunar-volman|]]
  
 ---- ----
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-  * **[[:xfce:thunar-volman:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs+  * **[[:xfce:thunar-volman:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports
  
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[:xfce:thunar:|Back to Thunar documentation page]]+[[:xfce:thunar:|Return to Thunar Main Documentation Page]]