summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-13 18:03:10 +0200
committerDirk von Suchodoletz2009-08-13 18:03:10 +0200
commitee34300abd8684bdc50b708258f784ec6aa55a50 (patch)
tree7fa51c6855a8a1e6d86b7c56d957cd929f361635 /os-plugins
parentTrivial fixes to virtualbox plugin and uclibc-wrapper ... (diff)
downloadcore-ee34300abd8684bdc50b708258f784ec6aa55a50.tar.gz
core-ee34300abd8684bdc50b708258f784ec6aa55a50.tar.xz
core-ee34300abd8684bdc50b708258f784ec6aa55a50.zip
Fixes for Ubuntu 9.04 ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3089 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm
index 0a2b7e36..6e69ee14 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm
@@ -133,6 +133,7 @@ sub KDMConfigHashForWorkstation
$configHash->{'X-:0-Core'}->{Reset} = "/etc/kde$kdmVer/kdm/Xreset";
$configHash->{'X-:0-Core'}->{SessionsDirs} =
'/etc/X11/sessions,/usr/share/xsessions,/usr/share/apps/kdm/sessions';
+ $configHash->{'X-:0-Core'}->{ServerAttempts} = "2";
return $configHash;
}