2009年2月18日

修理hal 0.5.11-7

最近ArchLinux更新了hal 0.5.11-7

出現無法在pcmanfm直接掛載分區、無法直接關機的問題

找了很久終於在 http://bugs.archlinux.org/ 裏面找到解決方法
用root身份打開/etc/PolicyKit/PolicyKit.conf
<config version="0.1"></config>中加入
<match action="org.freedesktop.hal.power-management.shutdown">
<return result="yes"/>
</match>
<match action="org.freedesktop.hal.power-management.reboot">
<return result="yes"/>
</match>
<match action="org.freedesktop.hal.storage.*">
<return result="yes"/>
</match>
<match action="hal-storage-mount-fixed-extra-options">
<return result="yes" />
</match>
<match action="hal-storage-mount-removable-extra-options">
<return result="yes" />
</match>
然後重啟hal 和dbus服務就可以了
#/etc/rc.d/hal restart
#/etc/rc.d/dbus restart

沒有留言:

張貼留言