Bug 154183 - Import tool does not recognize Fish KIO Slave
Summary: Import tool does not recognize Fish KIO Slave
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-FileTransfer (show other bugs)
Version: 0.8.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-16 19:33 UTC by Paul Waldo
Modified: 2018-03-23 11:22 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.8.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Waldo 2007-12-16 19:33:21 UTC
Version:           0.9.2-final (using KDE 3.5.8, Kubuntu (gutsy) 4:3.5.8-0ubuntu3.1)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.22-14-generic

I created a camera of type "Mounted Camera" for reading images from a CF card mounted on a networked computer.  The Camera Mount Path is "fish://paul@office/media/EOS_DIGITAL".  If I open this URL in Konqueror, I see images.

When I try to download these images from the Camera menu, I get an error dialog saying "Failed to list files in fish://paul@office/media/EOS_DIGITAL"
Comment 1 Klaus Weidenbach 2007-12-16 21:01:28 UTC
Maybe this can be related to "Bug 132745: Can not save image to fish:// protocol" also.
Comment 2 caulier.gilles 2008-12-22 09:38:20 UTC
Klaus, no, it's not the same part of the program.

Gilles Caulier
Comment 3 Paul Waldo 2009-06-05 18:27:47 UTC
In 0.10.0, the "fish://<hostname> is stripped off after saving the path, leaving only /media/EOS_DIGITAL.  This still requires that the image card be located on the local computer :-(
Comment 4 caulier.gilles 2009-10-03 18:09:39 UTC
Re-assigned to KIOSlave kipi-plugin...

Gilles Caulier
Comment 5 Johannes Wienke 2009-10-03 21:32:01 UTC
(In reply to comment #4)
> Re-assigned to KIOSlave kipi-plugin...

As far as I can see, I don't see any chance to generalize over import and export tool. So I think a separate plugin would be the best solution.
Comment 6 caulier.gilles 2009-10-03 21:34:41 UTC
do not create a new plugin, but add new menu entry in current one. We mst limit and factorize plugins to reduce startup time of kipi host. Look like GPSYnc has ore than one tools available for ex.

Gilles
Comment 7 Johannes Wienke 2009-10-03 21:40:10 UTC
Ok, didn't consider that.
Comment 8 Johannes Wienke 2009-10-04 16:37:41 UTC
SVN commit 1031268 by jwienke:

You can now also import images with old KioExport plugin. Therefore renamed plugin to KioExportImport.

BUG: 154183

 M  +4 -2      CMakeLists.txt  
 AM            KioImportWidget.cpp   [License: GPL (v2+)]
 AM            KioImportWidget.h   [POSSIBLY UNSAFE: system] [License: GPL (v2+)]
 AM            KioImportWindow.cpp   [License: GPL (v2+)]
 AM            KioImportWindow.h   [License: GPL (v2+)]
 M  +1 -1      Messages.sh  
 D             kipiplugin_kioexport.desktop  
 AM            kipiplugin_kioexportimport.desktop   kipiplugin_kioexport.desktop#1031197
 D             plugin_kioexport.cpp  
 D             plugin_kioexport.h  
 AM            plugin_kioexportimport.cpp   plugin_kioexport.cpp#1031197 [License: GPL (v2+)]
 AM            plugin_kioexportimport.h   plugin_kioexport.h#1031197 [License: GPL (v2+)]


WebSVN link: http://websvn.kde.org/?view=rev&revision=1031268