wiki.lissyara.su:KDE automount through HAL
Материал из wiki.lissyara.su
Кое что поменялось с момента написания статьи - при попытке повторить вылезают такие ошибки при вставке диска:
org.freedesktop.hal.storage.mount-removable no <-- (action, result)
или при вставке карточки в кард-ридер:
org.freedesktop.hal.storage.mount-fixed no <-- (action, result)
Лечиться правкой конфига /usr/local/etc/PolicyKit/PolicyKit.conf до такого состояния:
<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN" "http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd"> <!-- See the manual page PolicyKit.conf(5) for file format --> <config version="0.1"> <match user="root"> <return result="yes"/> </match> <define_admin_auth group="wheel"/> <!-- CDROM, Flash --> <match action="org.freedesktop.hal.storage.mount-removable"> <return result="yes" /> </match> <!-- CardReader's flash --> <match action="org.freedesktop.hal.storage.mount-fixed"> <return result="yes" /> </match> </config>