https://bugzilla.novell.com/show_bug.cgi?id=239719 crivera@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |lnussel@novell.com ------- Comment #10 from crivera@novell.com 2007-03-01 15:28 MST ------- What does digikam use dns_sd for? I poked at the code a bit and I don't see anything related to dns_sd. It looks like kdelibs has dns_sd code but it doesn't look like digikam is using it in 10.3. Pmap doesn't show any dns_sd libs mapped in either. Are there plug-ins that I have to install? The other issue mentioned in this bug, which is a completely different problem, is that digikam can't connect to the camera. I tried to use f-spot and it couldn't connect either. This looks like a hal-resmgr problem. The camera device node doesn't have acls set for the user. There is currently a hack in hal-resmgr that adds a property, resmgr.hack_add_usbraw_as, to the root camera device and uses this info to copy properties from the camera interface to the usbraw device exposed by the camera. This relies on the camera interface to show up before the usbraw device, which is what happens in SLED10. This is broken in 10.3 because the usbraw device is being detected before the camera interface so the hal-resmgr callouts never get added to the usbraw device and the acls never get set. Some output for hal-device-manager showing this: DeviceAdded, udi=/org/freedesktop/Hal/devices/usb_device_4a9_3070_noserial DeviceAdded, udi=/org/freedesktop/Hal/devices/usb_device_4a9_3070_noserial_usbraw PropertyModified, device=/org/freedesktop/Hal/devices/usb_device_4a9_3070_noserial key=resmgr.hack_add_usbraw_as, rem=0, add=1 value=/org/freedesktop/Hal/devices/usb_device_4a9_3070_noserial_if0 DeviceAdded, udi=/org/freedesktop/Hal/devices/usb_device_4a9_3070_noserial_if0 Ludwig, any ideas? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.