Merge lp:~ubuntu-mate-dev/compiz/mate-tweak into lp:compiz/0.9.13

Proposed by Martin Wimpress 
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 4118
Merged at revision: 4117
Proposed branch: lp:~ubuntu-mate-dev/compiz/mate-tweak
Merge into: lp:compiz/0.9.13
Diff against target: 43 lines (+9/-9)
1 file modified
debian/mate.ini (+9/-9)
To merge this branch: bzr merge lp:~ubuntu-mate-dev/compiz/mate-tweak
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Compiz Maintainers Pending
Review via email: mp+324004@code.launchpad.net

Commit message

mate: Avoid artefacts of Windows Thumbnail Previews

Description of the change

This merge proposal corrects the Expo key so MATE is consistent with Unity 7. It also disable mipmaps, which is the default behaviour and resolves some compatibility issue with other plugins such as the desktop cube.

In additional Windows Thumbnail Preview artefacts, as reported in LP: #1606369, are also resolved.

To post a comment you must log in.
4118. By Martin Wimpress 

Avoid artefacts of Windows Thumbnail Previews (LP: #1606369)

Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

Ack

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/mate.ini'
2--- debian/mate.ini 2017-03-18 22:36:02 +0000
3+++ debian/mate.ini 2017-05-14 19:07:02 +0000
4@@ -50,17 +50,17 @@
5 s0_active_shadow_radius = 13.000000
6 s0_active_shadow_opacity = 0.225000
7 s0_active_shadow_color = #00000080
8-s0_active_shadow_x_offset = 6
9-s0_active_shadow_y_offset = 6
10+s0_active_shadow_x_offset = 2
11+s0_active_shadow_y_offset = 2
12 s0_inactive_shadow_radius = 13.000000
13 s0_inactive_shadow_opacity = 0.225000
14 s0_inactive_shadow_color = #000000ff
15-s0_inactive_shadow_x_offset = 6
16-s0_inactive_shadow_y_offset = 6
17-s0_mipmap = true
18+s0_inactive_shadow_x_offset = 2
19+s0_inactive_shadow_y_offset = 2
20+s0_mipmap = false
21
22 [expo]
23-s0_expo_key = <Super>a
24+s0_expo_key = <Super>s
25 s0_selected_color = #34422eff
26 s0_reflection = true
27 s0_ground_color1 = #343631cc
28@@ -162,12 +162,12 @@
29 s0_manual_only = false
30
31 [thumbnail]
32-s0_thumb_size = 280
33+s0_thumb_size = 256
34 s0_fade_speed = 0.000000
35-s0_border = 12
36+s0_border = 15
37 s0_thumb_color = #34363130
38 s0_window_like = false
39-s0_mipmap = true
40+s0_mipmap = false
41 s0_current_viewport = false
42 s0_title_enabled = false
43 s0_font_bold = false

Subscribers

People subscribed via source and target branches