[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2010-03-03 Thread Didier Roche
That seems to be fixed with last version in lucid

** Changed in: gthumb (Ubuntu)
   Status: New = Fix Released

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2010-01-05 Thread Brian Murray
** Tags added: regression-release
** Tags removed: regression-potential

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-12-29 Thread Gabe Gorelick
** Changed in: gthumb (Ubuntu)
   Status: Incomplete = New

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-12-29 Thread Martin G Miller
I tried Dusty Phillips work around in post #11 and it also works for me.
This is a more elegant work around than the one I was using (see post
#9), so I have switched to using it.  Thank you.

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-12-28 Thread Dusty Phillips
This looks like a race condition; gthumb is, for some users, loading
before the gvfs-mount command has fully taken effect. My workaround is
to change the command line of the gthumb import desktop file
(system--preferences--main menu--graphics--gthumb-import-
tool--properties--command to the following.

sh -c 'gvfs-mount -s gphoto2 ; sleep 3 ; exec gthumb --import-photos'

The sleep command in the middle gives gvfs-mount time to completely
unmount.

A proper fix would be to patch gthumb to unmount the camera
automatically before it attempts to import. A proper implementation of
the above workaround might be to add an option to gvfs-mount that forces
it not to return until the action has completed.

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-12-24 Thread jtlb
i did exactly the same with a fairly well supported camera. Is it
possible to fix it in the app?

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-10-28 Thread Martin G Miller
Updated to October 28, 2009.  It now fails every time.  What I did was create 
the following script that is run through media preferences:
#! /bin/bash
gvfs-mount -s gphoto2
gthumb --import-photos
gthumb --import-photos

This allows it to fail the first time and then you just click close and
it runs the second time successfully.

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-10-23 Thread Martin G Miller
I am now updated to the release candidate through October 23, 2009.

Gthumb will now work correctly 2 times after a reboot.  3rd and
subsequent attempts default back to the error as noted above.

Logging off and back on does not help.  The error appears on the first
attempt.  Only rebooting the machine will restore the expected behavior
for 2 connections of the camera before it fails.

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-10-14 Thread Martin G Miller
After the latest round of updates and a reboot, it no longer works
correctly the first time.  It  now fails every time.  You must close the
import tool and run gthumb and then have it import photos.

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-10-14 Thread Martin G Miller
I have noticed that gphoto2 is in universe and is not installed by default.  
I have installed it and this is the output you requested for the command.

ka...@upstairs:~$ gphoto2 --auto-detect
Model  Port
--
Canon Digital IXUS 750 (PTP mode) usb:
Canon Digital IXUS 750 (PTP mode) usb:001,005 
ka...@upstairs:~$

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-10-06 Thread Pedro Villavicencio
** Summary changed:

- regression:  gthumb photo import tool fails, error in io-library
+ gthumb photo import tool fails, error in io-library

** Changed in: gthumb (Ubuntu)
   Importance: Undecided = Low

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-10-06 Thread Pedro Villavicencio
could you attach the output of gphoto-2 --auto-detect and gvfs-mount -l
after plugging the camera? Thanks in advance.

** Changed in: gthumb (Ubuntu)
   Status: New = Incomplete

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 442448] Re: gthumb photo import tool fails, error in io-library

2009-10-06 Thread Martin G Miller
After a reboot, the system did work correctly 1 time.  This is the
output of the commands you requested after the first successful camera
plug in:

ka...@upstairs:~$ gphoto-2 --auto-detect
No command 'gphoto-2' found, did you mean:
 Command 'gphoto2' from package 'gphoto2' (universe)
gphoto-2: command not found
ka...@upstairs:~$ gphoto2 --auto-detect
The program 'gphoto2' is currently not installed.  You can install it by typing:
sudo apt-get install gphoto2
gphoto2: command not found
ka...@upstairs:~$ 
ka...@upstairs:~$ 
ka...@upstairs:~$ 
ka...@upstairs:~$ 
ka...@upstairs:~$ gvfs-mount -l
Drive(0): AFT PRO - 9 SM/XD
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(1): AFT PRO - 9 MS
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(2): CD/DVD Drive
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(3): Floppy Drive
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(4): AFT PRO - 9 CF
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(5): AFT PRO - 9 SD
  Type: GProxyDrive (GProxyVolumeMonitorGdu)


Following this, all subsequent attempts at plugging in the camera failed
as noted in original bug report.  Here is the output after a failed
camera plug in:

ka...@upstairs:~$ gphoto2 --auto-detect
The program 'gphoto2' is currently not installed.  You can install it by typing:
sudo apt-get install gphoto2
gphoto2: command not found
ka...@upstairs:~$ 
ka...@upstairs:~$ 
ka...@upstairs:~$ 
ka...@upstairs:~$ gvfs-mount -l
Drive(0): AFT PRO - 9 SM/XD
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(1): AFT PRO - 9 MS
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(2): CD/DVD Drive
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(3): Floppy Drive
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(4): AFT PRO - 9 CF
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(5): AFT PRO - 9 SD
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Drive(6): CD/DVD Drive
  Type: GProxyDrive (GProxyVolumeMonitorGdu)
Volume(0): Canon Digital Camera
  Type: GProxyVolume (GProxyVolumeMonitorGPhoto2)
Mount(0): marty on tux - smb://tux/marty/
  Type: GDaemonMount
ka...@upstairs:~$ 


It would appear that if the camera shows up in gvfs-mount -l it won't work.  If 
it is not listed, it will.

-- 
gthumb photo import tool fails, error in io-library
https://bugs.launchpad.net/bugs/442448
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs