Summary: | exporting to remote storage does not work | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | tomasz <tjkotula> |
Component: | Plugin-WebService-FileTransfer | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin, philippe.quaglia |
Priority: | NOR | ||
Version: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: | |||
Attachments: | export error |
Description
tomasz
2016-10-16 04:55:04 UTC
The problem is not reproducible here. Are the kipi-plugins also up to date? Maik This plugins is the last one using KIO API, which require a lot of run-time dependencies from KF5 framework, which is a big mess. Did you install the right sub component to run properly KIO slave ? Gilles Caulier Created attachment 101594 [details]
export error
I haven't installed any sub-components. I simply installed it via: https://launchpad.net/~philip5/+archive/ubuntu/extra This is not the real error. Try to run digiKam from a console and report all traces when you try to use the tool. Gilles Caulier Hi Gilles, Here is the output from a console: kipi.plugins: Starting Remote Storage export kipi.plugins: Creating new ImageListViewItem with url QUrl("file:///home/tomasz/Pictures/2008-06-southernPoland/IMGP0227.JPG") for list view KIPIPlugins::KPImagesListView(0x2c57850) kipi.plugins: Call for url "" , valid = false kipi.plugins: pass here kipi.plugins: Call for url "file:///home/tomasz/Desktop" , valid = true kipi.plugins: Updated upload button with listNotEmpty = true , targetUrl().isValid() = true kipi.plugins: Updated upload button with listNotEmpty = true , targetUrl().isValid() = true kipi.plugins: Updated upload button with listNotEmpty = true , targetUrl().isValid() = true kipi.plugins: Request to update thumbnail for QUrl("file:///home/tomasz/Pictures/2008-06-southernPoland/IMGP0227.JPG") kipi.plugins: Request to update thumbnail for QUrl("file:///home/tomasz/Pictures/2008-06-southernPoland/IMGP0227.JPG") kipi.plugins: KIPI host send thumb ( QSize(256, 171) ) for QUrl("file:///home/tomasz/Pictures/2008-06-southernPoland/IMGP0227.JPG") kipi.plugins: Update thumb in list for QUrl("file:///home/tomasz/Pictures/2008-06-southernPoland/IMGP0227.JPG") kipi.plugins: Received new thumbnail for url QUrl("file:///home/tomasz/Pictures/2008-06-southernPoland/IMGP0227.JPG") for view KIPIPlugins::KPImagesListView(0x2c57850) kipi.plugins: pass here Couldn't start kuiserver from org.kde.kuiserver.service: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kuiserver was not provided by any .service files") klauncher not running... launching kdeinit klauncher not running... launching kdeinit klauncher not running... launching kdeinit couldn't create slave: "Cannot talk to klauncher: The name org.kde.klauncher5 was not provided by any .service files" klauncher not running... launching kdeinit klauncher not running... launching kdeinit couldn't create slave: "Cannot talk to klauncher: The name org.kde.klauncher5 was not provided by any .service files" As expected, a KDE internal component is missing from KIO framework. It's a runtime dependency problem not a kipi plugin one. This is how KIO work : this need a lots of run time from KDE. So it's packaging stuff... Gilles Caulier Get the same error with the latest 5.4. packaged by pphilips. In the console, i get the following error: «can not find kdeinit5 executable |