Merge lp:~bregma/compiz/lp-957879 into lp:compiz/0.9.12

Proposed by Stephen M. Webb
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 3940
Merged at revision: 3944
Proposed branch: lp:~bregma/compiz/lp-957879
Merge into: lp:compiz/0.9.12
Diff against target: 21 lines (+2/-2)
1 file modified
debian/patches/ubuntu-config.patch (+2/-2)
To merge this branch: bzr merge lp:~bregma/compiz/lp-957879
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+255292@code.launchpad.net

Commit message

exclude Wine applications from window close animations

Description of the change

Added a matching rule to exclude Wine applications from closing animations to prevent a tooltip redraw issue.

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 :

That's ok for now, I'd like to see if there's something to fix in the GL code path as well..

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/patches/ubuntu-config.patch'
2--- debian/patches/ubuntu-config.patch 2014-10-28 15:12:56 +0000
3+++ debian/patches/ubuntu-config.patch 2015-04-06 18:46:28 +0000
4@@ -98,7 +98,7 @@
5 - <value>(type=Normal | Dialog | ModalDialog | Unknown) &amp; !(name=gnome-screensaver)</value>
6 - <value>(type=Menu | PopupMenu | DropdownMenu | Combo)</value>
7 + <value>((type=Normal | Unknown) | name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer) &amp; !(role=toolTipTip | role=qtooltip_label) &amp; !(type=Normal &amp; override_redirect=1) &amp; !(name=gnome-screensaver)</value>
8-+ <value>(type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal)</value>
9++ <value>((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) &amp; !(class=\\.exe$))</value>
10 <value>(type=Tooltip | Notification | Utility) &amp; !(name=compiz) &amp; !(title=notify-osd)</value>
11 </default>
12 </option>
13@@ -131,7 +131,7 @@
14 - <value>(type=Normal | Dialog | ModalDialog | Unknown) &amp; !(name=gnome-screensaver)</value>
15 - <value>(type=Menu | PopupMenu | DropdownMenu | Combo)</value>
16 + <value>((type=Normal | Unknown) | name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer) &amp; !(role=toolTipTip | role=qtooltip_label) &amp; !(type=Normal &amp; override_redirect=1) &amp; !(name=gnome-screensaver) &amp; !(name=gnome-screenshot)</value>
17-+ <value>(type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal)</value>
18++ <value>((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) &amp; !(class=\\.exe$))</value>
19 <value>(type=Tooltip | Notification | Utility) &amp; !(name=compiz) &amp; !(title=notify-osd)</value>
20 </default>
21 </option>

Subscribers

People subscribed via source and target branches