| Summary: | patch that adds the OS X standard locations for ICC ("ColorSync") profiles | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | RJVB <rjvbertin> |
| Component: | ColorManagement-Profiles | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | MacPorts | ||
| OS: | Other | ||
| Latest Commit: | http://commits.kde.org/digikam/b2ed75f43825de0a78ca503b481238859dbae2fa | Version Fixed/Implemented In: | 4.1.0 |
| Sentry Crash Report: | |||
| Attachments: | patch to initialise the ICC profile search path with appropriate values on OS X | ||
Created attachment 87323 [details]
patch to initialise the ICC profile search path with appropriate values on OS X
Git commit b2ed75f43825de0a78ca503b481238859dbae2fa by Gilles Caulier. Committed on 21/06/2014 at 21:37. Pushed by cgilles into branch 'master'. apply patch #87323 from RenE J.V. Bertin about to handle standard locations for ICC profiles under OSX FIXED-IN: 4.1.0 M +2 -1 NEWS M +40 -4 libs/dimg/filters/icc/iccprofile.cpp M +7 -3 libs/dimg/filters/icc/iccprofile.h M +72 -49 utilities/setup/setupicc.cpp M +1 -1 utilities/setup/setupicc.h http://commits.kde.org/digikam/b2ed75f43825de0a78ca503b481238859dbae2fa |
Attached is a patch that configures digikam to look for ICC profiles in the standard locations on OS X as well as where MacPorts stores them (presuming MacPorts is in the default location, /opt/local). Reproducible: Always Steps to Reproduce: Launch digikam, open the settings dialog and navigate to the colour profile tab. Actual Results: Under OS X, digikam will not provide the profiles installed by default on the system. Expected Results: The various ICC ("ColorSync") profiles ought to show up.