Merge lp:~hikiko/compiz/compiz.trusty-1442728 into lp:compiz/0.9.11

Proposed by Eleni Maria Stea
Status: Merged
Approved by: Ken VanDine
Approved revision: 3876
Merged at revision: 3876
Proposed branch: lp:~hikiko/compiz/compiz.trusty-1442728
Merge into: lp:compiz/0.9.11
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/composite/composite.xml.in (+1/-1)
To merge this branch: bzr merge lp:~hikiko/compiz/compiz.trusty-1442728
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+292773@code.launchpad.net

Commit message

Chrome and Chromium windows must be handled by Compiz in fullscreen

Description of the change

backported fix: #1442728 (Chrome and Chromium windows must be handled by Compiz in fullscreen) to trusty.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/composite/composite.xml.in'
2--- plugins/composite/composite.xml.in 2012-12-04 11:30:05 +0000
3+++ plugins/composite/composite.xml.in 2016-04-25 09:45:29 +0000
4@@ -29,7 +29,7 @@
5 <option name="unredirect_match" type="match">
6 <_short>Unredirect Match</_short>
7 <_long>Specifies which windows will be unredirected when they are fullscreen. You might want to exclude video players for example, to avoid tearing. But this will be at the expense of performance/frame rate. Note: "class=" matching requires the regex plugin to work.</_long>
8- <default>(any) &amp; !(class=Totem) &amp; !(class=MPlayer) &amp; !(class=Vlc) &amp; !(class=Plugin-container) &amp; !(class=Firefox)</default>
9+ <default>(any) &amp; !(class=Totem) &amp; !(class=MPlayer) &amp; !(class=vlc) &amp; !(class=Plugin-container) &amp; !(class=QtQmlViewer) &amp; !(class=Firefox) &amp; !(class=google-chrome) &amp; !(class=google-chrome-unstable) &amp; !(class=chromium-browser)</default>
10 </option>
11 <option name="force_independent_output_painting" type="bool">
12 <_short>Force independent output painting.</_short>

Subscribers

People subscribed via source and target branches