Репозитории ALT
| S: | 3.5.10-alt22 |
| 5.1: | 3.5.10-alt20.M51.1 |
| p5: | 3.5.10-alt17.M51.1 |
| 4.1: | 3.5.10-alt16.M41.1 |
| 4.0: | 3.5.9-alt1.M40.1 |
| 3.0: | 3.4.1-alt12 |
| +updates: | 3.4.1-alt12.1.M30 |
| +backports: | 3.5.6-alt7.0.M30 |
Группа :: Графические оболочки/KDE
Пакет: kdebase
Главная Изменения Спек Патчи Sources Загрузить Gear Bugs and FR Repocop
Патч: kdebase-3.5.2-alt-hal-mount-root.patch
Скачать
Скачать
--- 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);

