summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/defaultsettings
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-12-06 11:09:49 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2014-12-06 11:09:49 +0100
commit0d1416257df38f0dcd62b2cd4ec2c91eb87a2260 (patch)
tree9cfeca7ba7aa3997d70a20d4e245e2b978152b7d /ubuntu/maverick/defaultsettings
parent7971a216ffb39774a606f62250213d634418bd17 (diff)
parent3f6c8810956e8e919d98299132e4482132314dd6 (diff)
downloadtde-packaging-0d1416257df38f0dcd62b2cd4ec2c91eb87a2260.tar.gz
tde-packaging-0d1416257df38f0dcd62b2cd4ec2c91eb87a2260.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/defaultsettings')
-rw-r--r--ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile5
-rw-r--r--ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/kompmgr-rc-files/compton-tde.conf45
-rw-r--r--ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/kompmgr-rc-files/xcompmgrrc17
-rw-r--r--ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/profiles/tde-profile/share/config/twinrc2
-rw-r--r--ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/tdm.d/10_desktop-base2
-rw-r--r--ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/Makefile8
-rw-r--r--ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kde-rc-files/twinrc3
-rw-r--r--ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf45
-rw-r--r--ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/kompmgr-rc-files/xcompmgrrc17
-rw-r--r--ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/qtcurve-rc-files/stylerc55
-rw-r--r--ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/tdmdistrc2
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/Makefile1
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/compton-tde.conf45
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings-ii/debian/distrospecific/kompmgr-rc-files/xcompmgrrc11
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/Makefile5
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kde-rc-files/twinrc3
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kompmgr-rc-files/compton-tde.conf45
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kompmgr-rc-files/xcompmgrrc17
-rw-r--r--ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/tdmdistrc2
19 files changed, 325 insertions, 5 deletions
diff --git a/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
index f0e466b3f..6552ca238 100644
--- a/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
+++ b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/Makefile
@@ -6,6 +6,7 @@ EMBLEMS=$(wildcard emblems/*png emblems/*icon)
SPLASH=$(wildcard splash/*.png)
PIXMAPS=$(wildcard pixmaps/*.png)
DESKTOPFILES=$(wildcard *.desktop)
+SKELETON_DIR = $(DESTDIR)/etc/skel
all:
# make -C usplash/moreblue-orbit
@@ -71,4 +72,8 @@ install:
# GNOME background descriptor
mkdir -p $(DESTDIR)/usr/share/gnome-background-properties
$(INSTALL) gnome-backgrounds.xml $(DESTDIR)/usr/share/gnome-background-properties/debian.xml
+ # Compositor control files
+ mkdir -p "$(SKELETON_DIR)"
+ $(INSTALL) kompmgr-rc-files/xcompmgrrc "$(SKELETON_DIR)/.xcompmgrrc"
+ $(INSTALL) kompmgr-rc-files/compton-tde.conf "$(SKELETON_DIR)/.compton-tde.conf"
diff --git a/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/kompmgr-rc-files/compton-tde.conf b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/kompmgr-rc-files/compton-tde.conf
new file mode 100644
index 000000000..26c725969
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/desktop-base/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/desktop-base/debian/distrospecific/kompmgr-rc-files/xcompmgrrc b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
new file mode 100644
index 000000000..9c9b9ff17
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/desktop-base/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=true
+ShadowsOnToolTipWindows=true
+blurBackground=false
+useOpenGL=false
diff --git a/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/profiles/tde-profile/share/config/twinrc b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/profiles/tde-profile/share/config/twinrc
new file mode 100644
index 000000000..b3301f1db
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/profiles/tde-profile/share/config/twinrc
@@ -0,0 +1,2 @@
+[Notification Messages]
+UseTranslucency=true
diff --git a/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/tdm.d/10_desktop-base b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/tdm.d/10_desktop-base
index eadf355ac..280a58042 100644
--- a/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/tdm.d/10_desktop-base
+++ b/ubuntu/maverick/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/tdm.d/10_desktop-base
@@ -1,3 +1,5 @@
USETHEME="true"
THEME="/usr/share/apps/tdm/themes/moreblue-orbit"
WALLPAPER="/usr/share/apps/tdm/themes/moreblue-orbit/background.png"
+COMPOSITOR="compton-tde"
+
diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/Makefile b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/Makefile
index 466e1bf0f..21080b3cd 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 @@ TDM_SETTINGS_DIR = $(DESTDIR)/etc/trinity/tdm/
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,13 @@ install:
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 "$(SKELETON_DIR)/.config/qtcurve"
+ install -m644 qtcurve-rc-files/stylerc "$(SKELETON_DIR)/.config/qtcurve/stylerc"
+
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 5eba99592..bf263a870 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 @@ ButtonsOnLeft=M
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 000000000..26c725969
--- /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 000000000..96e6b3c15
--- /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/kubuntu-default-settings/debian/distrospecific/qtcurve-rc-files/stylerc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/qtcurve-rc-files/stylerc
new file mode 100644
index 000000000..73c2faa15
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/qtcurve-rc-files/stylerc
@@ -0,0 +1,55 @@
+[Settings]
+activeTabAppearance=gradient
+animatedProgress=true
+appearance=shinyglass
+borderMenuitems=true
+borderTab=false
+coloredMouseOver=plastik
+comboSplitter=true
+crButton=false
+customShades=0
+defBtnIndicator=colored
+doubleGtkComboArrow=false
+dwtAppearance=flat
+etchEntry=true
+flatSbarButtons=false
+focus=standard
+gtkScrollViews=false
+handles=dots
+highlightFactor=5
+highlightTab=true
+inactiveTitlebarAppearance=gradient
+lighterPopupMenuBgnd=15
+lvAppearance=shinyglass
+menuStripeAppearance=gradient
+menubarAppearance=shinyglass
+menuitemAppearance=shinyglass
+progressAppearance=shinyglass
+progressGrooveColor=base
+round=full
+roundAllTabs=false
+selectionAppearance=flat
+shadeMenubarOnlyWhenActive=true
+shadeMenubars=darken
+shadeSliders=selected
+sliderAppearance=shinyglass
+sliderStyle=round
+sliderThumbs=dots
+smallRadio=false
+splitters=dots
+square=0
+stripedProgress=plain
+sunkenAppearance=inverted
+tabAppearance=gradient
+tabMouseOver=top
+thinSbarGroove=false
+thinnerBtns=false
+titlebarAlignment=left
+titlebarAppearance=gradient
+toolbarAppearance=shinyglass
+toolbarSeparators=dots
+unifyCombo=false
+unifySpin=false
+useHighlightForMenu=true
+vArrows=false
+version=1.6.2
diff --git a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/tdmdistrc b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/tdmdistrc
index ab17e1e86..d0fc250a5 100644
--- a/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/tdmdistrc
+++ b/ubuntu/maverick/defaultsettings/kubuntu-default-settings/debian/distrospecific/tdmdistrc
@@ -297,7 +297,7 @@ ClientLogFile=.xsession-errors-%s
#GUIStyle=Windows
# Compositor binary name, if compositing is desired. "" means no compositing support.
# Default is ""
-#Compositor=
+Compositor=compton-tde
# Window manager binary name, if window decorations are desired. "" means no window manager support.
# Default is "twin"
#WindowManager=
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 ff726b836..7270b7db6 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 @@ install:
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 000000000..26c725969
--- /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 = 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/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 9d201d296..9c9b9ff17 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 @@ DisableARGB=false
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 3e5f67f26..a83a8de3f 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 @@ TDM_SETTINGS_DIR = $(DESTDIR)/etc/trinity/tdm/
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 @@ install:
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 14863cc1e..c8f1bcf6a 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 @@ ShadeHoverInterval=250
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 000000000..26c725969
--- /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 = 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/redmond-default-settings/debian/distrospecific/kompmgr-rc-files/xcompmgrrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/kompmgr-rc-files/xcompmgrrc
new file mode 100644
index 000000000..9c9b9ff17
--- /dev/null
+++ b/ubuntu/maverick/defaultsettings/redmond-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=true
+ShadowsOnToolTipWindows=true
+blurBackground=false
+useOpenGL=false
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/tdmdistrc b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/tdmdistrc
index d21f33a1f..53ab306a1 100644
--- a/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/tdmdistrc
+++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/debian/distrospecific/tdmdistrc
@@ -297,7 +297,7 @@ ClientLogFile=.xsession-errors-%s
#GUIStyle=Windows
# Compositor binary name, if compositing is desired. "" means no compositing support.
# Default is ""
-#Compositor=
+Compositor=compton-tde
# Window manager binary name, if window decorations are desired. "" means no window manager support.
# Default is "twin"
#WindowManager=