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
dev:thunar-volman-udev [2010/07/21 12:27] 85.176.162.17dev:thunar-volman-udev [2010/10/02 17:26] (current) – external edit 127.0.0.1
Line 79: Line 79:
 | Device | Music folder | | Device | Music folder |
 | iPod Nano 3rd Generation | iPod_Control/Music | | iPod Nano 3rd Generation | iPod_Control/Music |
 +
 +Note: this folder is typically present on an iPod even if it is reflashed with Rockbox. The difference between the original and reflashed iPods is that the original iPod needs special directory hierarchy and a special database file maintained by libgpod, and Rockbox plays anything from any directory without the need to install special programs. Rockbox can be detected by the presence of the .rockbox folder.
 +
 ==== Cameras ==== ==== Cameras ====
  
Line 181: Line 184:
     - pda     - pda
     - **printer (run command)**     - **printer (run command)**
-  - Block devices: +  - **Block devices:** 
-    - CD-ROM:+    - **CD-ROM:**
       - **blank disc (run burn software command)**       - **blank disc (run burn software command)**
       - **mixed audio/data discs (play or continue with mounting)**       - **mixed audio/data discs (play or continue with mounting)**
       - **audio discs (play)**       - **audio discs (play)**
       - **data discs (continue with mounting)**       - **data discs (continue with mounting)**
-    - crypto volumes+    - **crypto volumes**
     - **normal volumes (continue with mounting)**     - **normal volumes (continue with mounting)**
     - **mounting:**     - **mounting:**
Line 305: Line 308:
     * Detect printers and run a command     * Detect printers and run a command
     * Detect gphoto2 cameras (most of which don't have a mass storage mode) and run the photos manager     * Detect gphoto2 cameras (most of which don't have a mass storage mode) and run the photos manager
 +    * Detect audio and mixed audio/data CDs, ask user what to do, either mount or play the audio CD
 +    * Verified that encrypted volumes are detected and mounted properly
 +    * Port the entire settings dialog to the new codebase
 +  * 2010-07-22:
 +    * Display notifications when devices are mounted or detected (optional; requires libnotify)
 +  * 2010-07-23:
 +    * Thunar: re-implement unmount/eject notifications based on libnotify (optional)
 +    * Bugfixing
 +  * 2010-07-24:
 +    * Bugfixing
 +  * 2010-07-25:
 +    * Released Thunar 1.1.1 and thunar-volman 0.5.0 with full support for udev and GIO and no dependency on HAL.
 +  * 2010-07-26:
 +    * Released thunar-volman 0.5.1 as a quick follow-up release to fix a critical bug.