Summary: | Import USB Storage Devices unable to use in MacOS High Sierra 10.13.5 | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Luis <luis.lasierra> |
Component: | Import-UMS | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin, roland.strejcek |
Priority: | NOR | ||
Version: | 5.9.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Luis
2018-07-03 07:29:00 UTC
With 6.0.0, we use new Solid API with better MacOS support. It's not perfect and not yet finalized, but it's better than nothing (as with 5.9.0 without any MacOS device support). I will rebuild a MacOS bundle soon. Gilles Caulier digiKam 7.0.0 stable release is now published and now available as FlatPak: https://www.digikam.org/news/2020-07-19-7.0.0_release_announcement/ We need a fresh feedback on this file using this version. Thanks in advance 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 008ee527c30be351db47a3571c99daf4fbca739e by Gilles Caulier. Committed on 28/12/2020 at 21:53. Pushed by cgilles into branch 'master'. add solid hardware detection CLi tool in the bundle for future investiguations. M +3 -1 project/bundles/macports/04-build-installer.sh https://invent.kde.org/graphics/digikam/commit/008ee527c30be351db47a3571c99daf4fbca739e This is my resume of possible way to detect new removable devices as USB key, USB drive, sdcard, USM camera, without to use Solid and Gphoto2. For ex, macOS/Windows support with Solid is uncomplete, and Gphoto2 do not compile under Windows. So we need alternatives. Some link to implementations : https://github.com/wang-bin/qdevicewatcher https://github.com/MadLittleMods/node-usb-detection https://github.com/clementine-player/Clementine/tree/master/src/devices https://stackoverflow.com/questions/5043096/detecting-usb-notification-in-qt-on-windows The Clementine source code link is a good candidate as it work like a charm under macOS and Windows. I always be in love with Clementine audio player since a while, but source code is a little bit complex to read, and well structured. Typically, the goal is : - replace Solid calls under Windows and macOS with alternative. - be able to receive notifications when device is plugged and unplugged. - be able to capture mount point on host file system. - be able to get medium UUID. Solid will still used for Linux target, as it work very well... Gilles *** Bug 441170 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 393416 *** @Luis, Please read my comment here : https://bugs.kde.org/show_bug.cgi?id=393416#c62 Gilles Caulier |