Revision 51c0096...

Go back to digest for 26th August 2012

Bug Fixes in KDE Base

David Faure committed changes in [kdelibs/KDE/4.9] kdecore/io/kmountpoint.cpp:

NTFS doesn't support chmod, so ignore chmod errors when copying files.

FUSE doesn't make it easy to detect NTFS mounts, though...
In this code we have to hardcode "fuseblk" and hope that more recent versions
of FUSE indeed show "fuseblk.ntfs-3g" instead, as a bug report suggested.

But even worse: I want to replace this code with KFileSystemType which
uses statvfs(), which is much faster and less code, but on linux that method
returns the same number (FUSE_SUPER_MAGIC, 0x65735546) for all fuse filesystems :(

Also add SMB/CIFS mounts to the list of filsystems "made by microsoft and therefore
doesn't support chown, chmod, utime, nor proper symlinks".

FIXED-IN: 4.9.1

File Changes

Modified 1 files
  • kdecore/io/kmountpoint.cpp
1 files changed in total