Skip to content

Commit

Permalink
Revert "colord: Do not install systemd service unit [1]"
Browse files Browse the repository at this point in the history
This reverts commit 43cbd6d.

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.
```
  • Loading branch information
pmenzel committed Dec 15, 2017
1 parent 818f71f commit c8858d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions colord.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c8858d3

Please sign in to comment.