Package: pcmanfm Version: 0.5-3 Severity: normal Tags: patch pcmanfm forces use of ntfs-3g for NTFS partion via the file /usr/share/pcmanfm/mount.rules. Since pcmanfm does not (and should not) depends on ntfs-3g, this leads to an error message 'org.freedesktop.hal.device.volume.unknownfailure' when trying to mount a NTFS volume if ntfs-3g is not installed.
The attached patch fixed this problem. --- mount.rules.orig 2009-04-12 12:34:04.000000000 +0200 +++ mount.rules 2009-04-12 12:34:21.000000000 +0200 @@ -22,7 +22,7 @@ [ntfs] mount_options=umask=222;utf8;exec -fstype_override=ntfs-3g +#fstype_override=ntfs-3g [iso9660] mount_options=uid=;utf8;exec -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pcmanfm depends on: ii dbus 1.2.12-1 simple interprocess messaging syst ii desktop-file 0.15-2 Utilities for .desktop files ii gamin 0.1.10-1 File and directory monitoring syst ii hal 0.5.12~git20090406.46dc48-1 Hardware Abstraction Layer ii libc6 2.9-7 GNU C Library: Shared libraries ii libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra ii libdbus-1-3 1.2.12-1 simple interprocess messaging syst ii libdbus-glib 0.80-3 simple interprocess messaging syst ii libgamin0 [l 0.1.10-1 Client library for the gamin file ii libglib2.0-0 2.20.1-1 The GLib library of C routines ii libgtk2.0-0 2.14.7-5 The GTK+ graphical user interface ii libhal-stora 0.5.12~git20090406.46dc48-1 Hardware Abstraction Layer - share ii libhal1 0.5.12~git20090406.46dc48-1 Hardware Abstraction Layer - share ii libpango1.0- 1.24.0-3 Layout and rendering of internatio ii libstartup-n 0.9-1 library for program launch feedbac ii libx11-6 2:1.2.1-1 X11 client-side library ii shared-mime- 0.60-2 FreeDesktop.org shared MIME databa Versions of packages pcmanfm recommends: pn gksu | kdesu <none> (no description available) pn gnome-icon-theme <none> (no description available) pcmanfm suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

