summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
diff options
context:
space:
mode:
authorMichael Janczyk2009-10-13 21:49:35 +0200
committerMichael Janczyk2009-10-13 21:49:35 +0200
commit38562aa5646a5ef8042bb0696c3e7d56f718e308 (patch)
tree9c360cb8b03418e15cef873929a1a141c70a3e80 /os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
parentadded '/', function uri_token removes any leading '/'. from function 'uri_tok... (diff)
downloadcore-38562aa5646a5ef8042bb0696c3e7d56f718e308.tar.gz
core-38562aa5646a5ef8042bb0696c3e7d56f718e308.tar.xz
core-38562aa5646a5ef8042bb0696c3e7d56f718e308.zip
background after login is now changed to background of login manager
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3170 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm')
-rw-r--r--os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
index ef82f301..e6d9a819 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
@@ -141,6 +141,8 @@ sub setupGDMScript
thdir=/opt/openslx/plugin-repo/desktop/themes/gdm
theme=\$desktop_theme
if [ -e /mnt\$thdir/\$theme/*.xml ]; then
+ sed -i "s,\\[greeter\\],[greeter]\\nGraphicalThemedColor=," \\
+ /mnt$configFile
sed -i "s,\\[greeter\\],[greeter]\\nGraphicalThemeDir=\$thdir," \\
/mnt$configFile
sed -i "s,\\[greeter\\],[greeter]\\nGraphicalTheme=\$theme," \\
@@ -307,6 +309,8 @@ sub setupKDMScript
theme=\$desktop_theme
thdir=/opt/openslx/plugin-repo/desktop/themes/kdm/\$theme
if [ -e /mnt\$thdir/*.xml ]; then
+ sed -i "s,\\[X-\\*-Greeter\\],[X-*-Greeter]\\nUseBackground=false," \\
+ /mnt$configFile
sed -i "s,\\[X-\\*-Greeter\\],[X-*-Greeter]\\nTheme=\$thdir," \\
/mnt$configFile
sed -i "s,\\[X-\\*-Greeter\\],[X-*-Greeter]\\nUseTheme=true," \\