Summary: | Albums from ext hdd are removed when digikam starts up if the external HDD is not plugged in | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | vxd <vu.do1986> |
Component: | Database-Mysql | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/87ccab055cd17cae73075c8b3d5907c48d38c3a4 | Version Fixed In: | 8.0.0 |
Sentry Crash Report: |
Description
vxd
2016-10-23 16:38:12 UTC
Have you added the album as a removable collection? Maik Yes, the collection has a type: 2 and in the preference it's marked as removable. Not to reproduce on Linux. That external HDD album will persist, and the thumbnails are available. Gilles can you reproduce it under OS X? Maik Ye, reproducible here. Problem come from KF5::Solid APi which is uncomplete for OSX... This problem have been already reported on bugzilla. Gilles Caulier See https://bugs.kde.org/show_bug.cgi?id=347937 Gilles Caulier To solve this issue, we pending this patch to be included in Solid API officially for a future KF5 release : https://phabricator.kde.org/D7401 Until this stage passed, nothing can be done in digiKam. After that, the MacOS digiKam PKG installer must be rebuild with relevant KF5 release including the Solid patch. Gilles Caulier Git commit ff9080d97b74867368dba034449f3cb3bc3d0cab by Gilles Caulier. Committed on 11/02/2018 at 17:55. Pushed by cgilles into branch '6.0.0'. Add KF5::Solid IOKit support patch from René under MacOS through Macports. This will permit to support Apple devices under MacOS as under Linux with the PKG digiKam bundle 6.0.0. This patch need to be tested: 1/ compilation with mast Solid framework code ; 2/ At run time with digiKam, with new removable device connected as a camera or an hardrive. See https://phabricator.kde.org/D7401 for details. Related: bug 347937 CCMAIL: rjvbertin@gmail.com M +2 -1 project/bundles/3rdparty/ext_kf5/CMakeLists.txt A +2581 -0 project/bundles/3rdparty/ext_kf5/solid-iokitsupport-macports.patch https://commits.kde.org/digikam-software-compilation/ff9080d97b74867368dba034449f3cb3bc3d0cab 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 https://bugs.kde.org/show_bug.cgi?id=426938 --- Comment #4 from caulier.gilles@gmail.com --- Hi, digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is compiled with last stable Qt 5.15.2. https://files.kde.org/digikam/ Problem still reproducible with this version. Thanks and happy Christmas in advance Best Regards Gilles Caulier Git commit 87ccab055cd17cae73075c8b3d5907c48d38c3a4 by Maik Qualmann. Committed on 26/08/2022 at 21:24. Pushed by mqualmann into branch 'master'. additionally check for a local/external collection whether the full path is available. This prevents data loss in the database. Related: bug 458344, bug 444757 FIXED-IN: 8.0.0 M +4 -3 NEWS M +1 -1 core/libs/database/collection/collectionmanager_location.cpp https://invent.kde.org/graphics/digikam/commit/87ccab055cd17cae73075c8b3d5907c48d38c3a4 |