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/6670 Thank You, Marko Saukko [This message was auto-generated] --- Request # 6670: Messages from BOSS: State: review at 2012-09-05T10:32:17 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: Project:MTF:UX / meegotouch-compositor -> CE:UX:MTF / meegotouch-compositor changes files: -------------- --- meegotouch-compositor.changes +++ meegotouch-compositor.changes @@ -0,0 +1,3 @@ +* Sat Sep 01 2012 Carsten Munk <[email protected]> - 1.1.31-1 +- Add mcompositor.service for user sessions + new: ---- mcompositor.service spec files: ----------- --- meegotouch-compositor.spec +++ meegotouch-compositor.spec @@ -1,6 +1,6 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.24.1 +# Generated by: spectacle version 0.25 # Name: meegotouch-compositor @@ -17,6 +17,7 @@ Source0: meegotouch-%{name}-%{version}-1.tar.gz Source1: mdecorator.desktop Source2: X-MEEGO-HS.desktop +Source3: mcompositor.service Source100: meegotouch-compositor.yaml Patch0: BMC_14207_double_xterm_thumbnail.patch Patch1: XSync-after-un-redirecting-windows-in-EGL-MTexturePi.patch @@ -131,6 +132,8 @@ cp -a %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/autostart mkdir -p %{buildroot}%{_datadir}/xsessions/ cp -a %{SOURCE2} %{buildroot}%{_datadir}/xsessions/ +mkdir -p %{buildroot}%{_libdir}/systemd/user/ +cp -a %{SOURCE3} %{buildroot}%{_libdir}/systemd/user/ # >> install post @@ -152,6 +155,7 @@ %{_datadir}/l10n/meegotouch/recovery.qm %config %{_sysconfdir}/xdg/autostart/mdecorator.desktop %{_datadir}/xsessions/X-MEEGO-HS.desktop +%{_libdir}/systemd/user/mcompositor.service # << files %files devel other changes: -------------- ++++++ mcompositor.service (new) --- mcompositor.service +++ mcompositor.service @@ -0,0 +1,11 @@ +[Unit] +Description=The MTF compositor +After=xorg.target +Requires=dbus.socket xorg.target + +[Service] +ExecStart=/usr/bin/mcompositor + +[Install] +WantedBy=nemo-middleware.target + ++++++ meegotouch-compositor.yaml --- meegotouch-compositor.yaml +++ meegotouch-compositor.yaml @@ -10,6 +10,7 @@ ExtraSources: - mdecorator.desktop;%{_sysconfdir}/xdg/autostart - X-MEEGO-HS.desktop;%{_datadir}/xsessions/ + - mcompositor.service;%{_libdir}/systemd/user/ Patches: - BMC_14207_double_xterm_thumbnail.patch - XSync-after-un-redirecting-windows-in-EGL-MTexturePi.patch
