summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-06-08 14:39:05 +0200
committerOliver Tappe2008-06-08 14:39:05 +0200
commit0311f8685b606ad037de7639a1c24838819900ce (patch)
treebc5f7c4928f367229fdf92e91ca54b2e26982ad1 /os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
parent* since I regularly got irritated by slxconfig-demuxer saying something about (diff)
downloadcore-0311f8685b606ad037de7639a1c24838819900ce.tar.gz
core-0311f8685b606ad037de7639a1c24838819900ce.tar.xz
core-0311f8685b606ad037de7639a1c24838819900ce.zip
* adjusted config-path for kdmrc as needed
* implemented support for switching to the requested session- and window-manager When I tested this with my local Ubuntu-8.04, it does what is expected, but seemingly that's still not enough, as all I get is still an xterm only. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1866 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, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
index dbd12416..da1f0359 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
@@ -147,7 +147,7 @@ sub setupGDMScript
mkdir -p $paths 2>/dev/null
- cp /mnt/$repoPath/gdm/\$desktop_mode/gdm.conf /mnt$configFile
+ cp /mnt$repoPath/gdm/\$desktop_mode/gdm.conf /mnt$configFile
# activate theme only if the corresponding xml file is found
# (otherwise fall back to default theme of vendor-OS)
@@ -293,7 +293,7 @@ sub setupKDMScript
mkdir -p $paths 2>/dev/null
- cp /mnt/$repoPath/kdm/\$desktop_mode/kdmrc /mnt$configFile
+ cp /mnt$repoPath/kdm/\$desktop_mode/kdmrc /mnt$configFile
# activate theme only if the corresponding xml file is found
# (otherwise fall back to default theme of vendor-OS)