summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-15 00:20:19 +0200
committerDirk von Suchodoletz2008-08-15 00:20:19 +0200
commit818c86751e7494eec6bfdf86fd0c5f5fc4fa9b3b (patch)
tree78c05f168f14fb5b052f774280b47b1633ebda8d /os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
parentProblem with the xserver module on SuSE10.2 should be fixed this way. (diff)
downloadcore-818c86751e7494eec6bfdf86fd0c5f5fc4fa9b3b.tar.gz
core-818c86751e7494eec6bfdf86fd0c5f5fc4fa9b3b.tar.xz
core-818c86751e7494eec6bfdf86fd0c5f5fc4fa9b3b.zip
The kdmrc for Ubuntu needs to be configured for kdm-specific Xorg
scripts (Xsession, Xstartup, ...), variable fix in Base.pm for kdm. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2045 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 fd92a918..a37b42f9 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm
@@ -380,8 +380,8 @@ sub KDMConfigHashForKiosk
my $self = shift;
my $configHash = $self->KDMConfigHashForWorkstation();
- $configHash->{daemon}->{AutoLoginEnable} = 'true';
- $configHash->{daemon}->{AutoLoginUser} = 'nobody';
+ $configHash->{'X-:0-Core'}->{AutoLoginEnable} = 'true';
+ $configHash->{'X-:0-Core'}->{AutoLoginUser} = 'nobody';
return $configHash;
}