summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/OpenSLX/Distro
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-06-07 18:10:25 +0200
committerDirk von Suchodoletz2010-06-07 18:10:25 +0200
commit2b188ee662d91eb6fb833d6278f04790f9737bdd (patch)
treece6cff6f4d9e17aa1f296d9732b66f0d61255e10 /os-plugins/plugins/desktop/OpenSLX/Distro
parentReflect changes for the new Workstation 7.1 and Player 3.1 and add the (diff)
downloadcore-2b188ee662d91eb6fb833d6278f04790f9737bdd.tar.gz
core-2b188ee662d91eb6fb833d6278f04790f9737bdd.tar.xz
core-2b188ee662d91eb6fb833d6278f04790f9737bdd.zip
Reflect changes regarding the new Ubuntu 10.04 (no xserver plugin needed
in standard setups, set VT7 in kdmrc).
Diffstat (limited to 'os-plugins/plugins/desktop/OpenSLX/Distro')
-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 14f56b48..d222c102 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Ubuntu.pm
@@ -122,6 +122,7 @@ sub KDMConfigHashForWorkstation
my $kdmVer = "4";
my $configHash = $self->SUPER::KDMConfigHashForWorkstation();
$configHash->{'General'}->{PidFile} = "/var/run/kdm.pid";
+ $configHash->{'General'}->{ServerVTs} = "-7";
$configHash->{'X-:0-Core'}->{Setup} = "/etc/kde$kdmVer/kdm/Xsetup";
$configHash->{'X-:0-Core'}->{Startup} = "/etc/kde$kdmVer/kdm/Xstartup";
$configHash->{'X-:0-Core'}->{Session} = "/etc/kde$kdmVer/kdm/Xsession";