I have made the following changes intended for : CE:UX:MTF / nemo-mobile-session
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/6827 Thank You, stskeeps [This message was auto-generated] --- Request # 6827: Messages from BOSS: State: review at 2012-09-30T08:12:50 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:stskeeps:user-sessions / nemo-mobile-session -> CE:UX:MTF / nemo-mobile-session changes files: -------------- ++++++ new changes file: --- nemo-mobile-session.changes +++ nemo-mobile-session.changes @@ -0,0 +1,2 @@ +* Wed Aug 22 2012 Carsten Munk <[email protected]> - 1 +- Fork from tizen-mobile-session new: ---- nemo-middleware.target nemo-mobile-session.changes nemo-mobile-session.spec nemo-mobile-session.target [email protected] spec files: ----------- ++++++ new spec file: --- nemo-mobile-session.spec +++ nemo-mobile-session.spec @@ -0,0 +1,51 @@ +Name: nemo-mobile-session +Summary: Target for nemo systemd user session +Version: 1 +Release: 1.1 +Group: System/Libraries +License: Public Domain +Source0: nemo-mobile-session.target +Source1: nemo-middleware.target +Source2: [email protected] + +Requires: pkgconfig(systemd) +Requires: xorg-launch-helper + +%description +Target for nemo systemd user session + +%install + +mkdir -p %{buildroot}%{_libdir}/systemd/user/nemo-middleware.target.wants/ +mkdir -p %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +mkdir -p %{buildroot}/lib/systemd/system/graphical.target.wants/ +install -m 0644 %SOURCE0 %{buildroot}%{_libdir}/systemd/user/ +install -m 0644 %SOURCE1 %{buildroot}%{_libdir}/systemd/user/ +install -m 0644 %SOURCE2 %{buildroot}/lib/systemd/system/ + +ln -sf ../[email protected] %{buildroot}/lib/systemd/system/graphical.target.wants/[email protected] +#ln -sf ../xterm.service %{buildroot}/%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +ln -sf nemo-mobile-session.target %{buildroot}%{_libdir}/systemd/user/default.target + +ln -sf ../lipstick.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +ln -sf ../meegotouch-applauncherd.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +ln -sf ../pulseaudio.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +ln -sf ../maliit-server.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +ln -sf ../contactsd.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +ln -sf ../tracker-miner-fs.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +ln -sf ../voicecall-ui-prestart.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +ln -sf ../meego-pinquery.service %{buildroot}%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +cat > %{buildroot}%{_sysconfdir}/sysconfig/nemo-mobile-ui << EOF +EOF + + +%files +%config %{_sysconfdir}/sysconfig/nemo-mobile-ui +%{_libdir}/systemd/user/nemo-mobile-session.target +%{_libdir}/systemd/user/nemo-mobile-session.target.wants/ +%{_libdir}/systemd/user/nemo-middleware.target/ +%{_libdir}/systemd/user/nemo-middleware.target.wants/ +%{_libdir}/systemd/user/default.target +/lib/systemd/system/graphical.target.wants/[email protected] +/lib/systemd/system/[email protected] other changes: -------------- ++++++ nemo-middleware.target (new) --- nemo-middleware.target +++ nemo-middleware.target @@ -0,0 +1,10 @@ +# +# nemo-middleware.target - a virtual target for the Mobile UI +# +# + +[Unit] +Description=Default +After=dbus.socket +Requires=dbus.socket + ++++++ nemo-mobile-session.target (new) --- nemo-mobile-session.target +++ nemo-mobile-session.target @@ -0,0 +1,6 @@ +# nemo-mobile.target - a virtual target for the Mobile UI +# +# + +[Unit] +Description=Default ++++++ [email protected] (new) --- [email protected] +++ [email protected] @@ -0,0 +1,23 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=User Manager for %I +After=systemd-user-sessions.service + +[Service] +User=%I +PAMName=login +ControlGroup=%R/user/%I/shared cpu:/ +ControlGroupModify=yes +TTYPath=/dev/tty1 +Type=notify +ExecStart=-/lib/systemd/systemd --user +Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%I/dbus/user_bus_socket +Environment=DISPLAY=:0 +Environment=XDG_RUNTIME_DIR=/run/user/%I +EnvironmentFile=/etc/sysconfig/nemo-mobile-ui
