Announcement

Collapse
No announcement yet.

mount error in kde 3.5.4

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mount error in kde 3.5.4

    I just did an upgrade to kde 3.5.4

    A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")

    I get this erro when I try to browse a memory stick or SD card. It get detected fine. It even now knows wich type of card it is and shows a fine icon but that's it

    #2
    Re: mount error in kde 3.5.4

    Oh oh, here we go. This is the first of 2 million times this question is going to be asked.

    There are two things spreading right now about this KDE/HAL interaction problem:

    1.) You supposedly can edit: /etc/dbus-1/system.d/hal.conf
    and add:
    <!-- Allow plugdev members to mount volumes -->
    <policy group="plugdev">
    <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
    <allow send_interface="org.freedesktop.Hal.Device.Volume. Crypto"/>
    </policy>

    2.) If this didn't work after restarting dbus (it didn't for me), it's back to the ole /etc/fstab entry for the /dev/sda1 etc disks....I went this route until it's fixed.

    Comment

    Working...
    X