From c8858d3829536abd70501e508060c48f764ed884 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 15 Dec 2017 12:07:09 +0100 Subject: [PATCH] Revert "colord: Do not install systemd service unit [1]" This reverts commit 43cbd6d548ec55144fceff93e9d2bc339df06844. Programs using the GTK+ printing dialog print warnings to the terminal about the missing service file. ``` ** (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. ``` --- colord.be0 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/colord.be0 b/colord.be0 index d7843b6ae..6c61121ce 100755 --- a/colord.be0 +++ b/colord.be0 @@ -60,8 +60,7 @@ mee_configure() { --disable-static \ --disable-systemd-login \ --disable-udev \ - --with-daemon-user=colord \ - --without-systemdsystemunitdir + --with-daemon-user=colord } #mee_build() {