← Back to team overview

xubuntu-dev team mailing list archive

[Merge] lp:~thad-fisch/xubuntu-default-settings/compton-csd-window-shadow into lp:xubuntu-default-settings

 

Thaddaeus Tintenfisch has proposed merging lp:~thad-fisch/xubuntu-default-settings/compton-csd-window-shadow into lp:xubuntu-default-settings.

Requested reviews:
  Xubuntu Developers (xubuntu-dev)

For more details, see:
https://code.launchpad.net/~thad-fisch/xubuntu-default-settings/compton-csd-window-shadow/+merge/246792

GTK+ 3 applications with CSD render an separate shadow effect in vivid (tested with the Greybird theme). The result is a strange/broken double shadow when Compton is active. The proposed fix is to add this window type to the shadow-exclude list in compton.conf.

https://github.com/chjj/compton/issues/189
-- 
Your team Xubuntu Developers is requested to review the proposed merge of lp:~thad-fisch/xubuntu-default-settings/compton-csd-window-shadow into lp:xubuntu-default-settings.
=== modified file 'etc/xdg/xdg-xubuntu/compton.conf'
--- etc/xdg/xdg-xubuntu/compton.conf	2014-07-29 02:01:31 +0000
+++ etc/xdg/xdg-xubuntu/compton.conf	2015-01-16 23:34:10 +0000
@@ -48,7 +48,8 @@
  "class_g ?= 'Cairo-dock'",
  "class_g ?= 'Xfce4-notifyd'",
  "class_g ?= 'Xfce4-power-manager'",
- "class_g ?= 'Xfwm4'"       # For the "new" xfwm4 alt-tab
+ "class_g ?= 'Xfwm4'",		# For the "new" xfwm4 alt-tab
+ "_GTK_FRAME_EXTENTS@:c"	# GTK+ 3 CSD windows https://github.com/chjj/compton/issues/189
 ];