Bug 117172

Summary: gnome-volume-manager doesn't start f-spot for 300d
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Larry Ewing <lewing>
Component: GNOMEAssignee: E-mail List <gnome-bugs>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 4 Plus   
Target Milestone: ---   
Hardware: i686   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Larry Ewing 2005-09-15 07:45:05 UTC
My Canon 300d uses a proprietary usb interface that is supported by libgphoto2
and f-spot can handle correctly but sometime durring the beta process the g-v-m
logic was changed so that it no longer starts the camera program for this
device, I assume it it because it is not a ptp device.  Please handle all
cameras not just ptp and mass storage cameras correctly.
Comment 1 Marcus Meissner 2005-09-15 08:30:25 UTC
Switch it to PTP mode.  
  
fejj rejected my patch that allowed g-v-m to do that. 

*** This bug has been marked as a duplicate of 114689 ***
Comment 2 Marcus Meissner 2005-09-15 08:32:21 UTC
alternatively do: 
 
perl -pi -e 
's/>libgphoto2</>ptp</;' /usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2.fdi 
 
and it will work just fine.