Summary: | Import tool does not recognize Fish KIO Slave | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Paul Waldo <paul> |
Component: | Plugin-WebService-FileTransfer | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, languitar |
Priority: | NOR | ||
Version: | 0.8.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.8.0 | |
Sentry Crash Report: |
Description
Paul Waldo
2007-12-16 19:33:21 UTC
Maybe this can be related to "Bug 132745: Can not save image to fish:// protocol" also. Klaus, no, it's not the same part of the program. Gilles Caulier 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 :-( Re-assigned to KIOSlave kipi-plugin... Gilles Caulier (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. 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 Ok, didn't consider that. 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 |