summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/XX_desktop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/desktop/XX_desktop.sh')
-rw-r--r--os-plugins/plugins/desktop/XX_desktop.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/os-plugins/plugins/desktop/XX_desktop.sh b/os-plugins/plugins/desktop/XX_desktop.sh
index 651c4044..2e062bf8 100644
--- a/os-plugins/plugins/desktop/XX_desktop.sh
+++ b/os-plugins/plugins/desktop/XX_desktop.sh
@@ -13,7 +13,13 @@ if [ -e /initramfs/plugin-conf/desktop.conf ]; then
testmkd /mnt/var/lib/openslx/themes
testmkd /mnt/var/lib/openslx/config
- . /mnt/opt/openslx/plugin-repo/desktop/${desktop_manager}/desktop.sh
+ # problem which occures 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
+ else
+ error fatal "This shouldn't fail - you might have forgotten to export \
+your system."
+ fi
# TODO: move the following stuff into the gdm-specific desktop.sh
# (and perhaps handle through a template?)