GNOME Bugzilla – Bug 791650
Do not warn about missing colord systemd service unit
Last modified: 2017-12-17 22:13:10 UTC
It’s totally fine building colord without a systemd service unit by passing `--with-systemdsystemunitdir=no` to configure [1]. When doing that though, applications using the GTK+ printing dialog output a lot of warnings like below to the terminal. ``` ** (evince:4561): WARNING **: failed to contact colord: Error calling StartServiceByName for org.freedesktop.ColorManager: GDBus.Error:org.freedesktop.systemd1.LoadFailed: Unit colord.service failed to load: No such file or directory. See system logs and 'systemctl status' for details. ``` These warnings should not be shown or downgraded to info, and then only shown once. [1] http://www.linuxfromscratch.org/blfs/view/8.1/general/colord.html
just start colord, and they will go away.
A patch for restricting this to a one-time warning would be welcome as well