--- kdebase-3.5.2/kioslave/media/mediamanager/halbackend.cpp~ 2006-05-17 18:52:13 +0400 +++ kdebase-3.5.2/kioslave/media/mediamanager/halbackend.cpp 2006-05-26 13:54:15 +0400 @@ -892,7 +892,7 @@ QStringList HALBackend::mountoptions(con mount_point = config.readEntry("mountpoint", mount_point); if (!mount_point.startsWith("/")) - mount_point = hal_device_get_property_QString(m_halContext, "/org/freedesktop/Hal/devices/computer", "storage.policy.default.mount_root") + "/" + mount_point; + mount_point = "/media/" + mount_point; result << QString("mountpoint=%1").arg(mount_point); result << QString("filesystem=%1").arg(fstype);