On 10/16/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> On Mon, 15 Oct 2007 07:33:21 +0200, Michael Homer <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I've spent the most part of today getting KDE's automounting up and
> > running, since it doesn't work by default: the "no support for HAL on
> > this system". The first part was getting HAL and DBus running in
> > general (bug #176).
> >
> > The rest was in KDE itself. KDE-Base needs to be compiled with DBus-Qt
> > installed: I'd like to add this to the dependencies by default,
> > because it's really not obvious that that's the way to go about it.
> > I'd also, though it may be too much, like to get that enabled on the
> > 014 package. I think plugging in a flash drive is a reasonably common
> > use case during install, and compiling KDE-Base right after install to
> > get it isn't really on. DBus-Qt doesn't add any additional
> > dependencies beyond what's already on the ISO.
> >
> I've commited new revisions of KDE-Base 3.5.6 and 3.5.7 recipes as well
> as binary package. Could you see if it works (unless you manually have
> done this last night).
I have done it manually; just having DBus-Qt present magically makes
it work. Searching for "media:/" in config.log turns up whether it did
the right thing or not.

hal.conf needs this section added at the end:
<policy group="plugdev">
 <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
 <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
</policy>
Debian and derivatives also have this:
  <policy group="powerdev">
    <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
    <allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
  </policy>
-Michael
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to