[digikam] [Bug 367675] Incomplete "Exec"-line in digikam-opencamera.desktop
Rex Dieter via KDE Bugzilla
bugzilla_noreply at kde.org
Wed Aug 24 16:50:59 BST 2016
https://bugs.kde.org/show_bug.cgi?id=367675
--- Comment #3 from Rex Dieter <rdieter at math.unl.edu> ---
so, the problem is in data/hotplug/CMakeLists.txt:
set(digikamhelperdir ${DATA_INSTALL_DIR}/digikam/utils)
this makes an assumption that DATA_INSTALL_DIR is a full (non-relative) path.
Better would be to use:
set(digikamhelperdir ${KDE_INSTALL_FULL_DATADIR}/digikam/utils)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list