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 11:02] 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 130: Line 133:
 | DRIVER | wacom | | DRIVER | wacom |
  
-or +or (Volito 2, Bamboo)
  
 | Udev property | Value | | Udev property | Value |
Line 175: Line 178:
   - Filtering based on capabilities:   - Filtering based on capabilities:
     - **block**     - **block**
-    - camera+    - **camera**
     - **input.keyboard (run command)**     - **input.keyboard (run command)**
     - **input.mouse (run command)**     - **input.mouse (run command)**
     - **input.tablet (run command)**     - **input.tablet (run command)**
     - 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 197: Line 200:
       - **media with .autoopen or autoopen (autorun)**       - **media with .autoopen or autoopen (autorun)**
       - **browse media (open thunar)**       - **browse media (open thunar)**
-  - Camera devices: +  - **Camera devices:** 
-    - ptp or gphoto2 cameras (run command)+    - **ptp or gphoto2 cameras (run command)**
   - PDA devices:   - PDA devices:
     - palm (run command)     - palm (run command)
Line 294: Line 297:
     * Mount volumes, partitions and data CDs/DVDs and open them in Thunar     * Mount volumes, partitions and data CDs/DVDs and open them in Thunar
     * Play video CDs/DVDs automatically     * Play video CDs/DVDs automatically
-  * 2001-07-20:+  * 2010-07-20:
     * Detect blank CDs/DVDs and open the favorite burn software     * Detect blank CDs/DVDs and open the favorite burn software
     * Autorun support (native and autorun.exe in wine)     * Autorun support (native and autorun.exe in wine)
Line 301: Line 304:
     * Detect media (audio) players and iPods, launch photo or music manager     * Detect media (audio) players and iPods, launch photo or music manager
     * Detect input devices (keyboard, mouse, tablet) and run a command     * Detect input devices (keyboard, mouse, tablet) and run a command
 +  * 2010-07-21:
 +    * Detect additional wacom tablets (volito, bamboo)
 +    * 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 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.