Created attachment 161214 [details] Proposed patch If kde4-runtime is not installed, any attempt to delete a photo fails with: Could not start process Unable to create io-slave: klauncher said: Unknown protocol 'trash'.
A commit references this bug: Author: rakuco Date: Thu Apr 14 19:06:41 UTC 2016 New revision: 413310 URL: https://svnweb.freebsd.org/changeset/ports/413310 Log: Update DigiKam and related ports to 4.14.0. This is a huge leap, as we are moving from 4.2.0 (released in August 2014) to 4.14.0 (released in October 2015). Version 4.14.0 is the last KDE4-based release, and 5.0.0 will be based on KDE Frameworks 5. Noteworthy port changes: - Most patches in graphics/digikam-kde4 are no longer necessary. - graphics/kipi-plugin-googledrive and graphics/kipi-plugin-picasaweb have been merged into graphics/kipi-plugin-googleservices following what upstream did to those plugins. - astro/libkgeomap and graphics/libkface are no longer included in the DigiKam tarball and are now completely independent ports whose tarballs are released as part of KDE Applications. - net/libmediawiki is neither included in the DigiKam tarball nor released as a separate tarball, so we had to resort to fetching it from an older DigiKam release which contains it. - graphics/digikam-kde4 now has a runtime dependency on x11/kde4-runtime. See bug 203222 for details. A lot of people have contributed to this update over the years in our experimental area51 repository. Tobias Berner (our usual suspect), Adriaan de Groot, makc@, alonso@ and jhale@ at the very least. PR: 203222 PR: 204623 Submitted by: Tobias Berner <tcberner@gmail.com>, Adriaan de Groot <groot@kde.org>, alonso, jhale, makc, rakuco Changes: head/MOVED head/UPDATING head/astro/libkgeomap/Makefile head/astro/libkgeomap/distinfo head/astro/libkgeomap/pkg-plist head/graphics/Makefile head/graphics/digikam-kde4/Makefile head/graphics/digikam-kde4/Makefile.common head/graphics/digikam-kde4/distinfo head/graphics/digikam-kde4/files/patch-CMakeLists.txt head/graphics/digikam-kde4/files/patch-cmake__modules__FindPGF.cmake head/graphics/digikam-kde4/files/patch-cmake__modules__MacroUtils.cmake head/graphics/digikam-kde4/files/patch-digikam__CMakeLists.txt head/graphics/digikam-kde4/files/patch-digikam__album__albumwatch.cpp head/graphics/digikam-kde4/files/patch-git-r2ad23d-lensfun-fix head/graphics/digikam-kde4/files/patch-libs_3rdparty_cimg_CImg.h head/graphics/digikam-kde4/files/patch-libs_3rdparty_kmemoryinfo_kmemoryinfo__backend.cpp head/graphics/digikam-kde4/files/patch-libs__3rdparty__kmemoryinfo__kmemoryinfo_backend.cpp head/graphics/digikam-kde4/files/patch-utilities_fuzzysearchview_fuzzysearchview.cpp head/graphics/digikam-kde4/pkg-plist head/graphics/digikam-kde4-l10n/pkg-plist head/graphics/kipi-plugin-dngconverter/pkg-plist head/graphics/kipi-plugin-googledrive/ head/graphics/kipi-plugin-googleservices/ head/graphics/kipi-plugin-googleservices/Makefile head/graphics/kipi-plugin-googleservices/pkg-plist head/graphics/kipi-plugin-picasawebexport/ head/graphics/kipi-plugin-videoslideshow/Makefile head/graphics/kipi-plugins-kde4/Makefile head/graphics/kipi-plugins-kde4/files/extrapatch-CMakeLists.txt head/graphics/kipi-plugins-kde4/files/extrapatch-extra_kipi_plugins_cmakelists.patch head/graphics/libkface/Makefile head/graphics/libkface/distinfo head/graphics/libkface/pkg-plist head/graphics/libkipiplugins/files/ head/graphics/libkipiplugins/files/patch-git_e384f949 head/net/libmediawiki/Makefile head/net/libmediawiki/distinfo
Finally fixed, thank you :-)