From 9281b00f055f0e18280c25cc8eb550f642527430 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 24 Jan 2008 19:26:44 +0000 Subject: BUGFIX: KDM theme should work now for suse 10.2, others have still to be changed git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1492 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/Theme/XX_Theme.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os-plugins') diff --git a/os-plugins/plugins/Theme/XX_Theme.sh b/os-plugins/plugins/Theme/XX_Theme.sh index b37bd33b..a866295d 100644 --- a/os-plugins/plugins/Theme/XX_Theme.sh +++ b/os-plugins/plugins/Theme/XX_Theme.sh @@ -2,6 +2,7 @@ # # stage3 part of 'Theme' plugin - the runlevel script # +. /etc/functions . /etc/sysconfig/config if [ -e /initramfs/plugin-conf/Theme.conf ]; then . /initramfs/plugin-conf/Theme.conf @@ -13,7 +14,7 @@ if [ -e /initramfs/plugin-conf/Theme.conf ]; then if [ -d /usr/share/themes/displaymanager ]; then cp -a /usr/share/themes/displaymanager \ /mnt/var/lib/openslx/themes - sed -i "s,UseTheme=false,UseTheme=true," /mnt/${kdmrcdir}/kdmrc + sed -i "s,UseTheme=false,UseTheme=true," /mnt/${D_KDMRCPATH}/kdmrc fi [ $DEBUGLEVEL -gt 0 ] && echo "done with 'Theme' os-plugin ..."; -- cgit v1.2.3-55-g7522