[Openicc] Google Summer of Code 2011: The Common Printing Dialog and Color Management

Richard Hughes hughsient at gmail.com
Sun May 15 18:23:16 PDT 2011


On 15 May 2011 20:59, Michael Sweet <msweet at apple.com> wrote:
> The major weakness I see in the colord DBUS interface is that registrations
> go away when the registerer :) goes away...

Only for TEMP scope. When you do CreateDevice() or CreateProfile()
then the first parameter is the ID, and the second is the scope.

Scope TEMP is 'process' (e.g. if CUPS crashes they get removed),
NORMAL is 'system', i.e. gets removed on reboot but not on process
exit, and DISK is permanent, and gets saved in a database to live
across reboots.

Richard.


More information about the openicc mailing list