summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/OpenSLX/Distro/Suse.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-06-03 01:52:06 +0200
committerOliver Tappe2008-06-03 01:52:06 +0200
commit26f2a2855f43cf5d8516b110149247af7b1b3fb7 (patch)
tree2a4ef4bb54d6967e4720d16c00b63566d89775ef /os-plugins/plugins/desktop/OpenSLX/Distro/Suse.pm
parentImplemented a better algorithm for keeping the plugins and the references (diff)
downloadcore-26f2a2855f43cf5d8516b110149247af7b1b3fb7.tar.gz
core-26f2a2855f43cf5d8516b110149247af7b1b3fb7.tar.xz
core-26f2a2855f43cf5d8516b110149247af7b1b3fb7.zip
* reorganized the themes-folders of the desktop-plugin as discussed with Michael
recently: now it's kdm/<theme> and gdm/<theme> instead of <theme>/kdm and <theme>/gdm, as that makes handling of GDM less cumbersome * renamed actual theme description files to theme.xml instead of being named like the theme (in this case: openslx.xml) Tested with GDM and KDM on SUSE-10.2 git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1838 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/desktop/OpenSLX/Distro/Suse.pm')
-rw-r--r--os-plugins/plugins/desktop/OpenSLX/Distro/Suse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Suse.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Suse.pm
index 08633fcd..0e2095c6 100644
--- a/os-plugins/plugins/desktop/OpenSLX/Distro/Suse.pm
+++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Suse.pm
@@ -65,7 +65,7 @@ sub setupKDMScript
# SUSE reads /var/adm/kdm/kdmrc.sysconfig, so we link that to
# our config file
- my $pathInfo = $self->GDMPathInfo();
+ my $pathInfo = $self->KDMPathInfo();
my $configFile = $pathInfo->{config};
mkpath("/etc/opt/kdm");
system("ln -sfn /etc/opt/kdm/kdmrc /var/adm/kdm/kdmrc.sysconfig");