There are bugs (see links below) related to this tool which cannot be solved currently as it is still based on KIO. Please rewrite when convenient. An easy workaround is to start a file manager and navigate to the desired destination, then drag and drop the files from digikam. https://bugs.kde.org/show_bug.cgi?id=365867 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846630
Git commit 45e6e0dd74959b94c72969395a2a5b3c9c351b7b by Andrew Goodbody. Committed on 01/01/2017 at 16:52. Pushed by goodbody into branch 'master'. Allow file dialogue to display on Debian Set QFileDialog::DontUseNativeDialog option on file dialogue. Addresses Debian bug #846630 FIXED-IN: 5.4.0 M +1 -0 remotestorage/KioExportWidget.cpp https://commits.kde.org/kipi-plugins/45e6e0dd74959b94c72969395a2a5b3c9c351b7b
I think this is not the right way. A KDE plasma user with working KIO plugins can now no longer use KIO protocols. Better is, this kipiplugin under Debian not to activate until it is ported. Maik
Git commit c6f8efa3c8a114deb297cf30bd3ab4382c8e4f65 by Maik Qualmann. Committed on 03/01/2017 at 22:05. Pushed by mqualmann into branch 'master'. use native file dialog only if running plasma desktop M +3 -1 remotestorage/KioExportWidget.cpp https://commits.kde.org/kipi-plugins/c6f8efa3c8a114deb297cf30bd3ab4382c8e4f65
Can you please decide on a proper solution, and/or discuss this on kde-devel@? I suspect you are cutting some choice for some categories of users, hardcoding some values that the user expect to be set somewhere else (with an integration plugin for example).
Please remember Windows users as well...
*** Bug 378066 has been marked as a duplicate of this bug. ***
Why can these bugs not be resolved when using KIO? If there are bugs in KIO preventing use, they should be reported to KIO developers.
Bug still present in digiKam 5.7. Unable to export to folder on Windows.
Git commit 88ccd0bd8e3d9850c234cdcc20f65f608c69a111 by Maik Qualmann. Committed on 05/01/2018 at 22:04. Pushed by mqualmann into branch 'master'. remove detection of a KF5 plasma desktop M +0 -3 remotestorage/KioExportWidget.cpp https://commits.kde.org/kipi-plugins/88ccd0bd8e3d9850c234cdcc20f65f608c69a111
5.90 on windows 7 64, still unable to export images. A side note.... shouldn't this bug description of the problem be changed to "Can't use any export that uses the kio system anywhere that isn't linux?"
To comment #10 : no, as only this digiKam tool using KIO run-time in background.
Git commit 8e6e429b29b0cdaba45f1cd736fafc61ac46c229 by Maik Qualmann. Committed on 27/03/2019 at 22:01. Pushed by mqualmann into branch 'master'. add simple local file copy export plugin tool Related: bug 397856 M +1 -0 core/dplugins/generic/webservices/CMakeLists.txt A +27 -0 core/dplugins/generic/webservices/filecopy/CMakeLists.txt A +133 -0 core/dplugins/generic/webservices/filecopy/fcexportwidget.cpp [License: GPL (v2+)] A +93 -0 core/dplugins/generic/webservices/filecopy/fcexportwidget.h [License: GPL (v2+)] A +224 -0 core/dplugins/generic/webservices/filecopy/fcexportwindow.cpp [License: GPL (v2+)] A +134 -0 core/dplugins/generic/webservices/filecopy/fcexportwindow.h [License: GPL (v2+)] A +117 -0 core/dplugins/generic/webservices/filecopy/fcplugin.cpp [License: GPL (v2+)] A +71 -0 core/dplugins/generic/webservices/filecopy/fcplugin.h [License: GPL (v2+)] A +114 -0 core/dplugins/generic/webservices/filecopy/fctask.cpp [License: GPL (v2+)] A +66 -0 core/dplugins/generic/webservices/filecopy/fctask.h [License: GPL (v2+)] A +92 -0 core/dplugins/generic/webservices/filecopy/fcthread.cpp [License: GPL (v2+)] A +70 -0 core/dplugins/generic/webservices/filecopy/fcthread.h [License: GPL (v2+)] https://commits.kde.org/digikam/8e6e429b29b0cdaba45f1cd736fafc61ac46c229
digiKam 7.0.0 stable release is now published: https://www.digikam.org/news/2020-07-19-7.0.0_release_announcement/ We need a fresh feedback on this file using this version. Best Regards Gilles Caulier
Implemented with 7.0.0 through Export/to Local Storage option available everywhere... Gilles Caulier