GNOME Bugzilla – Bug 605916
F-Spot uses wrong metadata fields for color profiles in the preferences screen
Last modified: 2010-01-04 13:12:03 UTC
Currently F-Spot primarily uses the ProductName field to display the profiles in the F-Spot preferences screen. This is however faulty behavior... The problem with ProductName en ManufacturerName is that they contain just that. The ProductDescription field can contain a lot more information, for example: Displays: Whitepoint (D65/D50), Gamma, date of calibration, etc. Printers: Paper type, ink set, etc. This is actually very important information to have, when selecting profiles. I'm currently working on a patch, I hope to post it soon.
Created attachment 150707 [details] [review] Use ProductDescription for color profile listing in the Preference dialogs This patch seems to work well for me.
Could this patch make it into a 0.6.1.6 release?
commit 54c302df0ffdf459df3222008386923c5af5c944 Author: Pascal de Bruijn <pmjdebruijn@pcode.nl> Date: Mon Jan 4 14:06:05 2010 +0100 Use ProductDescription as cms display name fixes bgo #605916