From: jin0.kim Date: Thu, 17 Mar 2016 05:26:39 +0000 (+0830) Subject: Remove path activation X-Git-Tag: accepted/tizen/mobile/20160318.114100^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F62616%2F1;p=apps%2Fcore%2Fpreloaded%2Fquickpanel.git Remove path activation Change-Id: Ibf3a2fa515177e24ba2d0b6ac2ff17ca7b041903 --- diff --git a/packaging/org.tizen.quickpanel.spec b/packaging/org.tizen.quickpanel.spec index 6e2fdc5..b789c40 100755 --- a/packaging/org.tizen.quickpanel.spec +++ b/packaging/org.tizen.quickpanel.spec @@ -8,8 +8,6 @@ Release: 1 Group: Applications/Core Applications License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -Source102: quickpanel-system.service -Source104: quickpanel-system.path Source103: org.tizen.quickpanel.manifest %if "%{?profile}" == "wearable" @@ -98,13 +96,8 @@ make %{?jobs:-j%jobs} rm -rf %{buildroot} %make_install -mkdir -p %{buildroot}%{__usrdir}/default.target.wants -install -m 0644 %SOURCE102 %{buildroot}%{__usrdir}/quickpanel.service -install -m 0644 %SOURCE104 %{buildroot}%{__usrdir}/quickpanel.path -ln -s ../quickpanel.path %{buildroot}%{__usrdir}/default.target.wants/ %post - %files %manifest %{name}.manifest %defattr(-,root,root,-) @@ -114,7 +107,4 @@ ln -s ../quickpanel.path %{buildroot}%{__usrdir}/default.target.wants/ /opt/%{_prefix}/apps/%{name}/data %{_prefix}/apps/%{name} %{_prefix}/share/packages/%{name}.xml -%{__usrdir}/default.target.wants/quickpanel.path -%{__usrdir}/quickpanel.service -%{__usrdir}/quickpanel.path %{_prefix}/share/license/%{name} diff --git a/packaging/quickpanel-system.path b/packaging/quickpanel-system.path deleted file mode 100644 index a177b60..0000000 --- a/packaging/quickpanel-system.path +++ /dev/null @@ -1,5 +0,0 @@ -[Unit] -Description=Start the "Quickpanel" program - -[Path] -PathExists=/run/.wm_ready diff --git a/packaging/quickpanel-system.service b/packaging/quickpanel-system.service deleted file mode 100755 index 8e4582a..0000000 --- a/packaging/quickpanel-system.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=Start the Quickpanel -Requires=ac.service -After=ac.service - -[Service] -Type=simple -EnvironmentFile=/run/tizen-system-env -#ExecStart=/usr/apps/org.tizen.quickpanel/bin/quickpanel -ExecStart=/usr/bin/app_launcher -s org.tizen.quickpanel __LAUNCH_APP_MODE__ SYNC -Restart=always -RestartSec=0 -KillSignal=SIGKILL -OOMScoreAdjust=200 - -[Install] -#WantedBy=multi-user.target -WantedBy=default.target