It just remove the .desktop to be installed in the /etc/xdg/autostart directory, so it doesn't get auto-launched. It caused issues when running so disabling until we get it fixed.
Jimmy -----Original Message----- From: Zhu, Peter J Sent: Thursday, April 07, 2011 5:36 AM To: [email protected]; Huang, Jimmy Cc: Karur Mohan, Prajwal Subject: RE: [meego-commits] 15887: Changes to Trunk/speech-dispatcher Jimmy, No changelog for this request. What does it want to do? It just removed something. Is this correct? Peter > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Peter Zhu > Sent: Thursday, April 07, 2011 8:30 PM > To: [email protected] > Subject: [meego-commits] 15887: Changes to Trunk/speech-dispatcher > > Hi, > I have made the following changes to speech-dispatcher in project Trunk. > Please review and accept ASAP. > > Thank You, > Peter Zhu > > [This message was auto-generated] > > --- > > Request #15887: > > submit: Trunk:Testing/speech-dispatcher(r2) -> Trunk/speech-dispatcher > > > Message: > Move to Trunk > > State: new 2011-04-07T05:30:04 peter > Comment: None > > > > changes files: > -------------- > > spec files: > ----------- > --- speech-dispatcher.spec > +++ speech-dispatcher.spec > @@ -11,8 +11,6 @@ > URL: http://www.freebsoft.org/speechd > Source0: > http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz > Source1: speech-dispatcherd > -Source2: speech-dispatcher.desktop > -Source3: start-speechd-festival > Patch0: speechd-festival-pulse.patch > > BuildRequires: python-setuptools-devel > @@ -87,9 +85,6 @@ > #Install the init shell script > mkdir -p %{buildroot}%{_initrddir} > install -p -m 0755 %SOURCE1 %{buildroot}%{_initrddir}/ > -mkdir -p %{buildroot}/%{_sysconfdir}/xdg/autostart/ > -install -m 644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/xdg/autostart/ > -install -m 755 %{SOURCE3} %{buildroot}/%{_bindir}/ > > # Create log dir. 0700 since the logs can contain user information. > install -d -m 0700 %{buildroot}%{_localstatedir}/log/speech-dispatcher/ > @@ -125,7 +120,6 @@ > %files > %defattr(-,root,root,-) > %doc AUTHORS ChangeLog NEWS README COPYING > -%{_sysconfdir}/xdg/autostart/speech-dispatcher.desktop > %dir %{_sysconfdir}/speech-dispatcher/ > %dir %{_sysconfdir}/speech-dispatcher/clients > %dir %{_sysconfdir}/speech-dispatcher/modules > > other changes: > -------------- > > _______________________________________________ > MeeGo-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
