|

楼主 |
发表于 2009-11-16 19:20:51
|
显示全部楼层
Post by cwjiof;2046180
我讨厌用 ck-launch-session 。但有事看 Wiki 是对的。同时要指出的是,有事还要去看看主论坛。这个问题参见 http://bbs.archlinux.org/viewtopic.php?pid=655716,很快就解决了的问题。
推荐方法如下:
编辑 /etc/dbus-1/system.d/hal.conf,加入
- <policy group="power">
- <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
- <allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
- </policy>
- <policy group="storage">
- <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
- <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
- </policy>
复制代码
然后重启 hal 和 pcmanfm 即可。
其实您说的这个 hal 的wiki里面也有,不过我也不太喜欢把一些配置写死,还是喜欢程序可以自动选择参数。 |
|