summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/XX_desktop.sh
diff options
context:
space:
mode:
authorMichael Janczyk2008-09-17 13:28:43 +0200
committerMichael Janczyk2008-09-17 13:28:43 +0200
commit7431e6aacc7a07e6850c6dbbd956a292c8ee37cb (patch)
treed90e4ec529e7ec5974777baafdb8f5631e6fb0cf /os-plugins/plugins/desktop/XX_desktop.sh
parentBe more verbose where the ConfTGZ config came from. (diff)
downloadcore-7431e6aacc7a07e6850c6dbbd956a292c8ee37cb.tar.gz
core-7431e6aacc7a07e6850c6dbbd956a292c8ee37cb.tar.xz
core-7431e6aacc7a07e6850c6dbbd956a292c8ee37cb.zip
removed old theme stuff from stage 3 script
changed greeter string, since GreetString from kdmrc does not work with themes (bug 98154, bugs.kde.org) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2233 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/desktop/XX_desktop.sh')
-rw-r--r--os-plugins/plugins/desktop/XX_desktop.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/os-plugins/plugins/desktop/XX_desktop.sh b/os-plugins/plugins/desktop/XX_desktop.sh
index ff619bdc..a8cc71fc 100644
--- a/os-plugins/plugins/desktop/XX_desktop.sh
+++ b/os-plugins/plugins/desktop/XX_desktop.sh
@@ -19,9 +19,6 @@ if [ -e /initramfs/plugin-conf/desktop.conf ]; then
if [ $desktop_active -ne 0 ]; then
[ $DEBUGLEVEL -gt 0 ] && echo "executing the 'desktop' os-plugin ...";
- testmkd /mnt/var/lib/openslx/themes
- testmkd /mnt/var/lib/openslx/config
-
# problem which occurs if exporting was forgotten (quick fix code)
if [ -e /mnt/opt/openslx/plugin-repo/desktop/${desktop_manager}/desktop.sh ]
then . /mnt/opt/openslx/plugin-repo/desktop/${desktop_manager}/desktop.sh
@@ -30,15 +27,6 @@ if [ -e /initramfs/plugin-conf/desktop.conf ]; then
your system." fatal
fi
- # TODO: move the following stuff into the gdm-specific desktop.sh
- # (and perhaps handle through a template?)
- if [ "${desktop_manager}" = "XXXkdm" ]; then
- cp -a /usr/share/themes/kdm /mnt/var/lib/openslx/themes
- sed "s,Theme=.*,Theme=/var/lib/openslx/themes/kdm," \
- -i /mnt/etc/kde3/kdm/kdmrc
- sed "s,UseTheme=.*,UseTheme=true," -i /mnt/etc/kde3/kdm/kdmrc
- fi
-
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'desktop' os-plugin ...";
fi