Bug 175052
Summary: | Camera plugin doesn't cause camera:/ popup under KDE | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jesse Barnes <jbarnes> |
Component: | gphoto2 | Assignee: | Radek Vokál <rvokal> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | davidz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.1.99-5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-27 07:22:01 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jesse Barnes
2005-12-06 00:47:09 UTC
More info on this. I did a little digging to see if dbus events were properly generated when my camera is plugged in; they are. So it seems that we just need a small tweak to one of the hal .fdi files somewhere to cause a konqueror window with the appropriate camera:/ url to popup (or maybe some kdelibs hacking, not sure). Looks like this may be a gphoto2 problem, apparently the script used to generate the .fdi file for gphoto2 supported cameras isn't setting the libgphoto2.support property to 'true' as it should. The gphoto2 tarball contains an updated script to generate this file. (reassigning to gphoto2 package owner) The SUSE gphoto2 SRPM is reported to do the right thing (though I haven't looked at it). It's available here http://ftp.opensuse.org/pub/opensuse/distribution/SL-OSS-factory/inst-source/suse/src/gphoto-2.1.99head-4.src.rpm Cheers, David Ah, the problem appears to be bigger than just gphoto. It looks like KDE isn't built with HAL support at all at this point, maybe because the dbus-qt bindings have been removed? Suggest to open a new bug against KDE for building it with HAL support dbus-qt will be hopefully back soon Not sure about d-bus qt coming back (they moved qt3 sources to KDE SVN btw), seems like a separate dbus bug... The real bug with gphoto2 here is expressed in comment 3 so I'm reassigning this back to gphoto2 so it will get fixed. Thanks. Ugh, forgot to reassign to pkg owner (see comment 7). (In reply to comment #7) > Not sure about d-bus qt coming back (they moved qt3 sources to KDE SVN btw), https://www.redhat.com/archives/fedora-devel-list/2006-January/msg01137.html This works now, though the /proc/bus/usb permissions are wrong, so the camera:/ kioslave fails. I think this is a gphoto problem though, so this bug can be closed. gphoto2 now changes the permissions of /proc/bus/usb. I believe this is fixed now. |