freebsd-ports/x11/kde4-runtime/files/patch-kioslave_media_mediamanager-fstabbackend.cpp
Michael Nottebrock c1b494c191 Fix various problems in the media kioslave:
- Correct ejecting of mounted volumes (unmount before eject).
- Mounting of removable media drives (such as CD-ROM drives)
  listed in /etc/fstab (removes checking linux's "user" mount option).
- Polling floppy drives over the mount state (FreeBSD HAL doesn't do this).
- Informing the fileview when HAL notifies that mounting is completed.
- Mounting cdrom volume in locale charset. Note: Requires cd9660_iconv!

PR:             ports/108949
Submitted by:   Maxim Samsonov <xors@sendmail.ru>

- Disable polling of nfs shares in the fstabbackend. Mounting/Unmounting
  is broken and the polling can cause DBus aborts that take kded with
  them.
2007-02-10 03:32:52 +00:00

10 lines
365 B
C++

--- kioslave/media/mediamanager/fstabbackend.cpp.orig Fri Feb 9 04:11:01 2007
+++ kioslave/media/mediamanager/fstabbackend.cpp Fri Feb 9 04:11:10 2007
@@ -154,7 +154,6 @@
|| ( networkSharesOnly
&& mount->mountType().find( "smb" ) == -1
&& mount->mountType().find( "cifs" ) == -1
- && mount->mountType().find( "nfs" ) == -1
)
)
{