I have made the following changes intended for : CE:MW:Shared / mthemedaemon
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/8183 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 8183: Messages from BOSS: State: review at 2013-02-22T09:07:04 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:plundstr:branches:CE:MW:Shared / mthemedaemon -> CE:MW:Shared / mthemedaemon changes files: -------------- --- mthemedaemon.changes +++ mthemedaemon.changes @@ -0,0 +1,4 @@ +* Fri Feb 22 2013 Pekka Lundstrom <[email protected]> - 1.0.1 +- systemd service file changed so that we can start this before xorg.target if + required. Now this needs only xorg.service, not full xorg.target + spec files: ----------- other changes: -------------- ++++++ mthemedaemon.service --- mthemedaemon.service +++ mthemedaemon.service @@ -1,7 +1,7 @@ [Unit] Description=The MTF theme daemon -After=xorg.target -Requires=dbus.socket xorg.target +After=xorg.service +Requires=dbus.socket xorg.service [Service] ExecStart=/usr/bin/mthemedaemon
