Merge lp:~ubuntu-mate-dev/compiz/mate-tweaks into lp:~ci-train-bot/compiz/compiz-ubuntu-xenial-landing-009

Proposed by Martin Wimpress 
Status: Merged
Merge reported by: Martin Wimpress 
Merged at revision: not available
Proposed branch: lp:~ubuntu-mate-dev/compiz/mate-tweaks
Merge into: lp:~ci-train-bot/compiz/compiz-ubuntu-xenial-landing-009
Diff against target: 72 lines (+22/-14)
1 file modified
debian/mate.ini (+22/-14)
To merge this branch: bzr merge lp:~ubuntu-mate-dev/compiz/mate-tweaks
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) (community) Needs Resubmitting
Ubuntu Sponsors Pending
CI Train Bot Account Pending
Review via email: mp+288800@code.launchpad.net

Description of the change

This merge proposal makes the Compiz MATE configuration consistent with composited Marco and Metacity. It also fixes an artefact while alt-tab switching.

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

Ok on my side, would be nice some review from MATE people as well.

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

Ah, I didn't noticed this is against the wrong branch.

I'm making a new MP against the right one: https://code.launchpad.net/~ubuntu-mate-dev/compiz/mate-tweaks/+merge/289395

review: Needs Resubmitting
4003. By Martin Wimpress 

Shadows are consistent with Marco, Metacity and Compton.

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

Looks like this was merged a while ago.

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

Trevino - can you drop this branch from the reviews list?

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

> Trevino - can you drop this branch from the reviews list?

Unfortunately not, I can't change the status of this MP for some weird reason.

Revision history for this message
Martin Wimpress  (flexiondotorg) wrote :

Shall I delete it?

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 2016-01-19 06:44:15 +0000
3+++ debian/mate.ini 2016-03-17 17:08:05 +0000
4@@ -1,7 +1,7 @@
5 [addhelper]
6 s0_ononinit = true
7-s0_brightness = 96
8-s0_saturation = 72
9+s0_brightness = 95
10+s0_saturation = 100
11
12 [animation]
13 s0_open_matches = ((type=Normal | Unknown) | name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer) & !(role=toolTipTip | role=qtooltip_label) & !(type=Normal & override_redirect=1) & !(name=gnome-screensaver);((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) & !(class=\.exe$));(type=Tooltip | Notification | Utility) & !(name=compiz) & !(title=notify-osd);
14@@ -12,7 +12,7 @@
15 s0_command20 = /usr/bin/mate-system-monitor -p
16
17 [core]
18-s0_active_plugins = core;composite;crashhandler;opengl;compiztoolbox;copytex;decor;grid;imgpng;matecompat;mousepoll;move;neg;place;regex;resize;session;showmouse;snap;thumbnail;vpswitch;wall;animation;commands;expo;ezoom;fade;scale;switcher;workarounds;
19+s0_active_plugins = core;composite;crashhandler;opengl;workspacenames;compiztoolbox;copytex;decor;grid;imgpng;matecompat;mousepoll;move;neg;place;regex;resize;session;showmouse;snap;thumbnail;vpswitch;wall;animation;commands;expo;ezoom;fade;scale;switcher;workarounds;
20 s0_autoraise = false
21 s0_autoraise_delay = 500
22 s0_focus_prevention_level = 0
23@@ -48,15 +48,15 @@
24
25 [decor]
26 s0_active_shadow_radius = 13.000000
27-s0_active_shadow_opacity = 0.900000
28-s0_active_shadow_color = #1b1b1bc0
29-s0_active_shadow_x_offset = 0
30-s0_active_shadow_y_offset = 0
31+s0_active_shadow_opacity = 0.225000
32+s0_active_shadow_color = #00000080
33+s0_active_shadow_x_offset = 6
34+s0_active_shadow_y_offset = 6
35 s0_inactive_shadow_radius = 13.000000
36-s0_inactive_shadow_opacity = 0.900000
37-s0_inactive_shadow_color = #1a1a1aff
38-s0_inactive_shadow_x_offset = 0
39-s0_inactive_shadow_y_offset = 0
40+s0_inactive_shadow_opacity = 0.225000
41+s0_inactive_shadow_color = #000000ff
42+s0_inactive_shadow_x_offset = 6
43+s0_inactive_shadow_y_offset = 6
44 s0_mipmap = true
45
46 [expo]
47@@ -148,10 +148,15 @@
48 s0_num_particles = 384
49 s0_color = #87a752ff
50
51+[staticswitcher]
52+s0_background_color = #333333d9
53+
54 [switcher]
55-s0_zoom = 0.000000
56-s0_icon = false
57-s0_icon_only = true
58+s0_brightness = 95
59+s0_opacity = 100
60+s0_focus_on_switch = true
61+s0_zoom = 0.050000
62+s0_background_color = #333333d9
63
64 [td]
65 s0_manual_only = false
66@@ -177,3 +182,6 @@
67
68 [workarounds]
69 s0_keep_minimized_windows = true
70+
71+[workspacenames]
72+s0_names = Workspace 1;Workspace 2;Workspace 3;Workspace 4;

Subscribers

People subscribed via source and target branches