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
1=== modified file 'animation/animation.xml.in'
2--- animation/animation.xml.in 2011-03-16 19:21:19 +0000
3+++ animation/animation.xml.in 2011-06-07 10:00:58 +0000
4@@ -101,7 +101,7 @@
5 <extensible/>
6 <sort start="2"/>
7 <default>
8- <value>animation:Glide2</value>
9+ <value>animation:Glide 2</value>
10 <value>animation:Fade</value>
11 <value>animation:None</value>
12 </default>
13@@ -282,7 +282,7 @@
14 <extensible/>
15 <sort start="1"/>
16 <default>
17- <value>animation:Fade</value>
18+ <value>animation:Focus Fade</value>
19 </default>
20 </option>
21 <option name="focus_durations" type="list">
22
23=== modified file 'debian/patches/01-animation-defaults.patch'
24--- debian/patches/01-animation-defaults.patch 2011-02-24 17:34:18 +0000
25+++ debian/patches/01-animation-defaults.patch 2011-06-07 10:00:58 +0000
26@@ -98,7 +98,7 @@
27 <sort start="1"/>
28 <default>
29 - <value>animation:None</value>
30-+ <value>animation:Fade</value>
31++ <value>animation:Focus Fade</value>
32 </default>
33 </option>
34 <option name="focus_durations" type="list">
35
36=== modified file 'debian/patches/03_default_options.patch'
37--- debian/patches/03_default_options.patch 2011-04-07 14:21:07 +0000
38+++ debian/patches/03_default_options.patch 2011-06-07 10:00:58 +0000
39@@ -344,7 +344,7 @@
40 <sort start="2"/>
41 <default>
42 - <value>animation:Fade</value>
43-+ <value>animation:Glide2</value>
44++ <value>animation:Glide 2</value>
45 <value>animation:Fade</value>
46 <value>animation:None</value>
47 </default>

Subscribers

People subscribed via source and target branches