Merge lp:~vanvugt/ubuntu/oneiric/compiz-plugins-main/fix-793897 into lp:ubuntu/oneiric/compiz-plugins-main

Proposed by Daniel van Vugt
Status: Merged
Merge reported by: Didier Roche-Tolomelli
Merged at revision: not available
Proposed branch: lp:~vanvugt/ubuntu/oneiric/compiz-plugins-main/fix-793897
Merge into: lp:ubuntu/oneiric/compiz-plugins-main
Diff against target: 47 lines (+4/-4)
3 files modified
animation/animation.xml.in (+2/-2)
debian/patches/01-animation-defaults.patch (+1/-1)
debian/patches/03_default_options.patch (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/ubuntu/oneiric/compiz-plugins-main/fix-793897
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Sam Spilsbury Pending
Ubuntu branches Pending
Review via email: mp+63657@code.launchpad.net

Commit message

Fix typos in default animation.xml which caused the intended default animations to never be used (LP: #793897)

Description of the change

Fix typos in default animation.xml which caused the intended default animations to never be used (LP: #793897)

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Thanks for your patch and help to make ubuntu better.

I would prefer that to be directly fixed upstream. Sam can you have a look at it please?

Thanks for fixing this small details, it's clearly what makes the quality difference :)

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

From what I can tell, the problems are not upstream. The bug is entirely ubuntu-specific.

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

Yes, that's correct, incorrect animation names are used.

On Wed, Jun 8, 2011 at 10:28 AM, Daniel van Vugt <email address hidden> wrote:
> >From what I can tell, the problems are not upstream. The bug is entirely ubuntu-specific.
> --
> https://code.launchpad.net/~vanvugt/ubuntu/oneiric/compiz-plugins-main/fix-793897/+merge/63657
> You are requested to review the proposed merge of lp:~vanvugt/ubuntu/oneiric/compiz-plugins-main/fix-793897 into lp:ubuntu/compiz-plugins-main.
>

--
Sam Spilsbury

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

It's made more complicated by the apparent fact that debian/patches/* are not used. And it looks like they have (mostly) been pre-applied and committed that way.

What does that mean for oneiric if and when the team upgrades compiz? Will all ubuntu customizations be lost? I'm suspecting the debian/patches set will need to be dusted off and made to work again.

Since we're talking about the standard out-of-the-box user experience here it is kind of important...

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

They're applied when the package is built.

On Wed, Jun 8, 2011 at 12:45 PM, Daniel van Vugt <email address hidden> wrote:
> It's made more complicated by the apparent fact that debian/patches/* are not used. And it looks like they have (mostly) been pre-applied and committed that way.
>
> What does that mean for oneiric if and when the team upgrades compiz? Will all ubuntu customizations be lost? I'm suspecting the debian/patches set will need to be dusted off and made to work again.
>
> Since we're talking about the standard out-of-the-box user experience here it is kind of important...
> --
> https://code.launchpad.net/~vanvugt/ubuntu/oneiric/compiz-plugins-main/fix-793897/+merge/63657
> You are requested to review the proposed merge of lp:~vanvugt/ubuntu/oneiric/compiz-plugins-main/fix-793897 into lp:ubuntu/compiz-plugins-main.
>

--
Sam Spilsbury

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Ok, I was mislead by the fact that the patch was applied when you committed in the upstream branch, sorry for the confusion :)

Thanks a lot for the patch.
However, the real branch for compiz-plugins-main is lp:~compiz/compcomm-plugins-main/ubuntu. It contains a debian/ only branch. (this is the case for most desktop team branches).

To be sure to checkout the right branch, you can use $ debcheckout <source_package_name>

That should (if a bzr-vcs tag is provided), bring you the correct branch. If nothing is available, it's generally lp:ubuntu/<source_package_name>.

No worry, I've checkouted the right branch and commit it under your nam (also filed some debian/changelog info which is what you should do to document your changes). You can find the result there: http://bazaar.launchpad.net/~compiz/compcomm-plugins-main/ubuntu/revision/186

Thanks a lot for your contribution :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'animation/animation.xml.in'
--- animation/animation.xml.in 2011-03-16 19:21:19 +0000
+++ animation/animation.xml.in 2011-06-07 10:00:58 +0000
@@ -101,7 +101,7 @@
101 <extensible/>101 <extensible/>
102 <sort start="2"/>102 <sort start="2"/>
103 <default>103 <default>
104 <value>animation:Glide2</value>104 <value>animation:Glide 2</value>
105 <value>animation:Fade</value>105 <value>animation:Fade</value>
106 <value>animation:None</value>106 <value>animation:None</value>
107 </default>107 </default>
@@ -282,7 +282,7 @@
282 <extensible/>282 <extensible/>
283 <sort start="1"/>283 <sort start="1"/>
284 <default>284 <default>
285 <value>animation:Fade</value>285 <value>animation:Focus Fade</value>
286 </default>286 </default>
287 </option>287 </option>
288 <option name="focus_durations" type="list">288 <option name="focus_durations" type="list">
289289
=== modified file 'debian/patches/01-animation-defaults.patch'
--- debian/patches/01-animation-defaults.patch 2011-02-24 17:34:18 +0000
+++ debian/patches/01-animation-defaults.patch 2011-06-07 10:00:58 +0000
@@ -98,7 +98,7 @@
98 <sort start="1"/>98 <sort start="1"/>
99 <default>99 <default>
100- <value>animation:None</value>100- <value>animation:None</value>
101+ <value>animation:Fade</value>101+ <value>animation:Focus Fade</value>
102 </default>102 </default>
103 </option>103 </option>
104 <option name="focus_durations" type="list">104 <option name="focus_durations" type="list">
105105
=== modified file 'debian/patches/03_default_options.patch'
--- debian/patches/03_default_options.patch 2011-04-07 14:21:07 +0000
+++ debian/patches/03_default_options.patch 2011-06-07 10:00:58 +0000
@@ -344,7 +344,7 @@
344 <sort start="2"/>344 <sort start="2"/>
345 <default>345 <default>
346- <value>animation:Fade</value>346- <value>animation:Fade</value>
347+ <value>animation:Glide2</value>347+ <value>animation:Glide 2</value>
348 <value>animation:Fade</value>348 <value>animation:Fade</value>
349 <value>animation:None</value>349 <value>animation:None</value>
350 </default>350 </default>

Subscribers

People subscribed via source and target branches