Thanks for your suggestion I will put to devel:resourcepolicy either Ziv
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tuukka Makinen Sent: Friday, May 27, 2011 7:00 PM To: [email protected] Subject: Re: [meego-packaging] [meego-commits] 19295: Changes to MeeGo:1.2:oss:Testing/policy-settings-tablet Hi Your change looks basically OK to me but why a platform specific project with such a generic name? There is already policy-settings-basic-mfld and policy-settings-basic-n900. And the devel project should be in devel:resourcepolicy. Tuukka On 05/27/11 13:16, Ziv Chang wrote: > Hi, > I have made the following changes to policy-settings-tablet in project > MeeGo:1.2:oss:Testing. Please review and accept ASAP. > > Thank You, > Ziv Chang > > [This message was auto-generated] > > --- > > Request #19295: > > submit: > home:zivchang:branches:MeeGo:1.2:oss:Testing/policy-settings-tablet(r2)(cleanup) > -> MeeGo:1.2:oss:Testing/policy-settings-tablet > > > Message: > * Fri May 27 2011 Ziv Chang <[email protected]> - 0.0.1 > - modify stream rule for flexibly classifying apps, for MBC#17800 > > State: new 2011-05-27T03:16:22 zivchang > Comment: None > > > > changes files: > -------------- > --- policy-settings-tablet.changes > +++ policy-settings-tablet.changes > @@ -0,0 +1,3 @@ > +* Fri May 27 2011 Ziv Chang <[email protected]> - 0.0.1 > +- modify stream rule for flexibly classifying apps, for MBC#17800 > + > > new: > ---- > flexibly_classify_stream_group.patch > > spec files: > ----------- > --- policy-settings-tablet.spec > +++ policy-settings-tablet.spec > @@ -18,6 +18,7 @@ > Patch1: accessory_tablet.patch > Patch2: classify_stream_group.patch > Patch3: add_browser-volume_table-priority_table.patch > +Patch4: flexibly_classify_stream_group.patch > Requires: ohm > Requires: ohm-plugins-misc > Requires: ohm-plugin-console > @@ -57,6 +58,7 @@ > %patch1 -p1 > %patch2 -p1 > %patch3 -p1 > +%patch4 -p1 > # >> setup > # << setup > > > other changes: > -------------- > > ++++++ flexibly_classify_stream_group.patch (new) > --- flexibly_classify_stream_group.patch > +++ flexibly_classify_stream_group.patch > +diff -ruN policy-settings-tablet-0.0.1orig/basic/etc/pulse/xpolicy.conf > policy-settings-tablet-0.0.1/basic/etc/pulse/xpolicy.conf > +--- policy-settings-tablet-0.0.1orig/basic/etc/pulse/xpolicy.conf > 2011-05-27 12:58:48.873000000 +0300 > ++++ policy-settings-tablet-0.0.1/basic/etc/pulse/xpolicy.conf > 2011-05-27 13:00:52.199999793 +0300 > +@@ -261,15 +261,15 @@ > + group = player > + > + [stream] > +-property = > application.process.args@matches:"^meego-qml-launcher.*meego-app-music$" > ++property = > application.process.args@matches:".*meego-qml-launcher.*meego-app-music$" > + group = player > + > + [stream] > +-property = > application.process.args@matches:"^meego-qml-launcher.*meego-app-camera$" > ++property = > application.process.args@matches:".*meego-qml-launcher.*meego-app-camera$" > + group = camera > + > + [stream] > +-property = > application.process.args@matches:"^meego-qml-launcher.*meego-app-video$" > ++property = > application.process.args@matches:".*meego-qml-launcher.*meego-app-video$" > + group = player > + > + [stream] > > _______________________________________________ > 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 _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
