Branch: master

c48b75a8 2014-11-19 14:43:08 Timothy Pearson
Enable composition manager by default on Ubuntu
A ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
A ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
A ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
A ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
A ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
M ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/Makefile
M ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kde-rc-files/twinrc
M ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile
M ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
M ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/Makefile
M ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kde-rc-files/twinrc
diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/Makefile b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/Makefile
index 466e1bf..c9e65db 100644
--- a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/Makefile
+++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/Makefile
@@ -12,6 +12,7 @@
 KSPLASH_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/ksplash/Themes/kubuntu
 SETTINGS_DIR = $(DESTDIR)/usr/share/kubuntu-default-settings-trinity
 CURSOR_DIR = $(DESTDIR)/usr/share/icons/contrastlarge
+SKELETON_DIR = $(DESTDIR)/etc/skel
 
 build:
 
@@ -158,6 +159,10 @@
 	install -m644 gtk-qt-engine-rc-files/gtkrc-2.0-kde "$(SETTINGS_DIR)/.gtkrc-2.0-kde"
 	install -m644 gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh "$(SETTINGS_DIR)/gtk-qt-engine.rc.sh"
 
+	mkdir -p "$(SKELETON_DIR)"
+	install -m644 kompmgr-rc-files/xcompmgrrc "$(SKELETON_DIR)/.xcompmgrrc"
+	install -m644 kompmgr-rc-files/compton-tde.conf "$(SKELETON_DIR)/.compton-tde.conf"
+
 	mkdir -p "$(SETTINGS_DIR)/tde-profile/lesser-visual-impairment/share/config/"
 	cp -r accessibility/lesser-visual-impairment/* "$(SETTINGS_DIR)/tde-profile/lesser-visual-impairment/share/config/"
 	mkdir -p "$(SETTINGS_DIR)/tde-profile/moderate-visual-impairment/share/config/"
diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kde-rc-files/twinrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kde-rc-files/twinrc
index 5eba995..bf263a8 100644
--- a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kde-rc-files/twinrc
+++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kde-rc-files/twinrc
@@ -9,3 +9,6 @@
 ButtonsOnRight=HIA_X
 CustomButtonPositions=true
 PluginLib=twin3_crystal
+
+[Notification Messages]
+UseTranslucency=true
diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
new file mode 100644
index 0000000..84e770f
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
@@ -0,0 +1,45 @@
+# WARNING
+# This file was automatically generated by TDE
+# All changes will be lost!
+shadow = false;
+shadow-offset-y = 0;
+shadow-offset-x = 0;
+shadow-red = 0;
+shadow-green = 0;
+shadow-blue = 0;
+shadow-radius = 4;
+fading = true;
+no-fading-opacitychange = true;
+no-fading-openclose = false;
+wintypes:
+{
+  menu = { shadow = false; fade = true; no-fading-openclose = false; }
+  dropdown_menu = { shadow = false; fade = true; no-fading-openclose = false; }
+  popup_menu = { shadow = false; fade = true; no-fading-openclose = false; }
+  tooltip = { shadow = false; fade = true; no-fading-openclose = false; }
+  normal = { shadow = false; fade = false; no-fading-openclose = true; }
+  dialog = { shadow = false; fade = false; no-fading-openclose = true; }
+  unknown = { shadow = false; fade = false; no-fading-openclose = true; }
+  toolbar = { shadow = false; fade = false; no-fading-openclose = true; }
+  utility = { shadow = false; fade = false; no-fading-openclose = true; }
+  splash = { shadow = false; fade = false; no-fading-openclose = true; }
+  notify = { shadow = false; fade = false; no-fading-openclose = true; }
+  combo = { shadow = false; fade = false; no-fading-openclose = true; }
+  desktop = { shadow = false; fade = false; no-fading-openclose = true; }
+  dnd = { shadow = false; fade = false; no-fading-openclose = true; }
+  dock = { shadow = false; fade = false; no-fading-openclose = true; }
+}
+fade-in-step = 0.07;
+fade-out-step = 0.07;
+backend = "xrender";
+vsync = "none";
+blur-background = "false";
+blur-background-fixed = true;
+blur-background-exclude = [
+  "window_type = 'dock'",
+  "window_type = 'desktop'"
+];
+no-dock-shadow = true;
+no-dnd-shadow = true;
+clear-shadow = true;
+shadow-ignore-shaped = false;
diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/xcompmgrrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
new file mode 100644
index 0000000..96e6b3c
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
@@ -0,0 +1,17 @@
+[xcompmgr]
+Compmode=
+DisableARGB=false
+FadeInStep=0.07
+FadeMenuWindows=true
+FadeOutStep=0.07
+FadeToolTipWindows=true
+FadeTrans=false
+FadeWindows=false
+ShadowColor=0x000000
+ShadowOffsetX=0
+ShadowOffsetY=0
+ShadowRadius=4
+ShadowsOnMenuWindows=false
+ShadowsOnToolTipWindows=false
+blurBackground=false
+useOpenGL=false
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile
index ff726b8..7270b7d 100644
--- a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile
@@ -308,6 +308,7 @@
 
 	mkdir -p "$(SKELETON_DIR)"
 	install -m644 kompmgr-rc-files/xcompmgrrc "$(SKELETON_DIR)/.xcompmgrrc"
+	install -m644 kompmgr-rc-files/compton-tde.conf "$(SKELETON_DIR)/.compton-tde.conf"
 
 	mkdir -p "$(KDESKEL_DIR)/share"
 	mkdir -p "$(KDESKEL_DIR)/share/apps"
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/compton-tde.conf b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
new file mode 100644
index 0000000..fe8f7f5
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
@@ -0,0 +1,45 @@
+# WARNING
+# This file was automatically generated by TDE
+# All changes will be lost!
+shadow = false;
+shadow-offset-y = 0;
+shadow-offset-x = 0;
+shadow-red = 0;
+shadow-green = 0;
+shadow-blue = 0;
+shadow-radius = 4;
+fading = true;
+no-fading-opacitychange = true;
+no-fading-openclose = false;
+wintypes:
+{
+  menu = { shadow = true; fade = true; no-fading-openclose = false; }
+  dropdown_menu = { shadow = true; fade = true; no-fading-openclose = false; }
+  popup_menu = { shadow = true; fade = true; no-fading-openclose = false; }
+  tooltip = { shadow = true; fade = true; no-fading-openclose = false; }
+  normal = { shadow = false; fade = false; no-fading-openclose = true; }
+  dialog = { shadow = false; fade = false; no-fading-openclose = true; }
+  unknown = { shadow = false; fade = false; no-fading-openclose = true; }
+  toolbar = { shadow = false; fade = false; no-fading-openclose = true; }
+  utility = { shadow = false; fade = false; no-fading-openclose = true; }
+  splash = { shadow = false; fade = false; no-fading-openclose = true; }
+  notify = { shadow = false; fade = false; no-fading-openclose = true; }
+  combo = { shadow = false; fade = false; no-fading-openclose = true; }
+  desktop = { shadow = false; fade = false; no-fading-openclose = true; }
+  dnd = { shadow = false; fade = false; no-fading-openclose = true; }
+  dock = { shadow = false; fade = false; no-fading-openclose = true; }
+}
+fade-in-step = 0.07;
+fade-out-step = 0.07;
+backend = "xrender";
+vsync = "none";
+blur-background = "false";
+blur-background-fixed = true;
+blur-background-exclude = [
+  "window_type = 'dock'",
+  "window_type = 'desktop'"
+];
+no-dock-shadow = true;
+no-dnd-shadow = true;
+clear-shadow = true;
+shadow-ignore-shaped = false;
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
index 9d201d2..9c9b9ff 100644
--- a/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
@@ -4,9 +4,14 @@
 FadeInStep=0.07
 FadeMenuWindows=true
 FadeOutStep=0.07
+FadeToolTipWindows=true
 FadeTrans=false
 FadeWindows=false
 ShadowColor=0x000000
-ShadowOffsetX=-122
-ShadowOffsetY=-80
-ShadowRadius=6
+ShadowOffsetX=0
+ShadowOffsetY=0
+ShadowRadius=4
+ShadowsOnMenuWindows=true
+ShadowsOnToolTipWindows=true
+blurBackground=false
+useOpenGL=false
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/Makefile b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/Makefile
index 3e5f67f..a83a8de 100644
--- a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/Makefile
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/Makefile
@@ -12,6 +12,7 @@
 KSPLASH_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/ksplash/Themes/kubuntu
 SETTINGS_DIR = $(DESTDIR)/usr/share/redmond-default-settings-trinity
 CURSOR_DIR = $(DESTDIR)/usr/share/icons/contrastlarge
+SKELETON_DIR = $(DESTDIR)/etc/skel
 DESKTOP_DIR = $(DESTDIR)/etc/skel/Desktop
 KDESKEL_DIR = $(DESTDIR)/etc/skel/.trinity
 
@@ -304,6 +305,10 @@
 	mkdir -p "$(KDESKEL_DIR)/env"
 	install -m644 gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh "$(KDESKEL_DIR)/env/gtk-qt-engine.rc.sh"
 
+	mkdir -p "$(SKELETON_DIR)"
+	install -m644 kompmgr-rc-files/xcompmgrrc "$(SKELETON_DIR)/.xcompmgrrc"
+	install -m644 kompmgr-rc-files/compton-tde.conf "$(SKELETON_DIR)/.compton-tde.conf"
+
 	mkdir -p "$(KDESKEL_DIR)/share"
 	mkdir -p "$(KDESKEL_DIR)/share/apps"
 	mkdir -p "$(KDESKEL_DIR)/share/apps/kdesktop"
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kde-rc-files/twinrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kde-rc-files/twinrc
index 14863cc..c8f1bcf 100644
--- a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kde-rc-files/twinrc
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kde-rc-files/twinrc
@@ -69,3 +69,6 @@
 SnapOnlyWhenOverlapping=false
 TitlebarDoubleClickCommand=Maximize
 WindowSnapZone=10
+
+[Notification Messages]
+UseTranslucency=true
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
new file mode 100644
index 0000000..fe8f7f5
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
@@ -0,0 +1,45 @@
+# WARNING
+# This file was automatically generated by TDE
+# All changes will be lost!
+shadow = false;
+shadow-offset-y = 0;
+shadow-offset-x = 0;
+shadow-red = 0;
+shadow-green = 0;
+shadow-blue = 0;
+shadow-radius = 4;
+fading = true;
+no-fading-opacitychange = true;
+no-fading-openclose = false;
+wintypes:
+{
+  menu = { shadow = true; fade = true; no-fading-openclose = false; }
+  dropdown_menu = { shadow = true; fade = true; no-fading-openclose = false; }
 ** Diff limit reached (max: 250 lines) **