I have made the following changes intended for : CE:UX:MTF / meegotouch-compositor
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/8182 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 8182: Messages from BOSS: State: review at 2013-02-22T09:06: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:UX:MTF / meegotouch-compositor -> CE:UX:MTF / meegotouch-compositor changes files: -------------- --- meegotouch-compositor.changes +++ meegotouch-compositor.changes @@ -0,0 +1,4 @@ +* Fri Feb 22 2013 Pekka Lundstrom <[email protected]> - 1.2.2 +- 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: -------------- ++++++ mcompositor.service --- mcompositor.service +++ mcompositor.service @@ -1,7 +1,7 @@ [Unit] Description=The MTF compositor -After=xorg.target -Requires=dbus.socket xorg.target +After=xorg.service +Requires=dbus.socket xorg.service [Service] Type=notify
