Summary: | Color management profile path uses previous appimage mount point | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | John Dickson <jmdickson> |
Component: | ColorManagement-Views | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 7.0.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/97394d1ed35d09482606b1be3e24658f03d591f1 | Version Fixed In: | 7.2.0 |
Sentry Crash Report: |
Description
John Dickson
2019-12-27 17:33:24 UTC
It's reproducible with 7.0.0-beta2 daily build ? https://files.kde.org/digikam/ Gilles Caulier (In reply to caulier.gilles from comment #1) > It's reproducible with 7.0.0-beta2 daily build ? > > https://files.kde.org/digikam/ > > Gilles Caulier Yes, the beta2 daily build has the same behavior. Log contains multiple instances of: Digikam::IccManager::IccManager: Cannot open workspace color profile "/tmp/.mount_digikaf8SVOB/usr/share/digikam/profiles/srgb-d65.icm" Which corresponds the config file's stored path (updated from a previous run): ~ $ grep WorkProfileFile .config/digikamrc WorkProfileFile[$e]=/tmp/.mount_digikaf8SVOB/usr/share/digikam/profiles/srgb-d65.icm but not the path the appimage is currently mounted on: ~ $ ls -d /tmp/.mount_digik* /tmp/.mount_digikaaI60Pu/ Of course the file is really over here: ~ $ ls /tmp/.mount_digik*/usr/share/digikam/profiles/srgb-d65.icm /tmp/.mount_digikaaI60Pu/usr/share/digikam/profiles/srgb-d65.icm John Dickson Git commit 97394d1ed35d09482606b1be3e24658f03d591f1 by Maik Qualmann. Committed on 01/01/2021 at 18:28. Pushed by mqualmann into branch 'master'. fix color profile paths Related: bug 430949 FIXED-IN: 7.2.0 M +2 -1 NEWS M +41 -1 core/libs/dimg/filters/icc/iccsettingscontainer.cpp https://invent.kde.org/graphics/digikam/commit/97394d1ed35d09482606b1be3e24658f03d591f1 |