Bug 117172 - gnome-volume-manager doesn't start f-spot for 300d
Summary: gnome-volume-manager doesn't start f-spot for 300d
Status: RESOLVED DUPLICATE of bug 114689
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Beta 4 Plus
Hardware: i686 All
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 07:45 UTC by Larry Ewing
Modified: 2005-09-15 08:32 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.