summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/XX_vmchooser.sh
diff options
context:
space:
mode:
authorBastian Wissler2008-07-10 16:54:12 +0200
committerBastian Wissler2008-07-10 16:54:12 +0200
commit695210830b60f955536bfff7f720d9bee07a870e (patch)
tree0b81e7ffd47b2b4272c3afa2fdd972ad9f53e030 /os-plugins/plugins/vmchooser/XX_vmchooser.sh
parent<priority param="integer" /> recognized in display - pics smaller [ vmchooser ] (diff)
downloadcore-695210830b60f955536bfff7f720d9bee07a870e.tar.gz
core-695210830b60f955536bfff7f720d9bee07a870e.tar.xz
core-695210830b60f955536bfff7f720d9bee07a870e.zip
some changes to vmchooser + initial import for bindrivers plugins
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1908 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/XX_vmchooser.sh')
-rw-r--r--os-plugins/plugins/vmchooser/XX_vmchooser.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
index a1a81c86..e7ec637c 100644
--- a/os-plugins/plugins/vmchooser/XX_vmchooser.sh
+++ b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
@@ -5,6 +5,8 @@ if [ -e $CONFFILE ]; then
. $CONFFILE
if [ $vmchooser_active -ne 0 ]; then
[ $DEBUGLEVEL -gt 0 ] && echo "executing the 'vmchooser' os-plugin ...";
+ [ $DEBUGLEVEL -gt 0 ] && echo "copying default .desktop file ...";
+ cp /opt/openslx/plugin-repo/vmchooser/default.desktop /etc/X11/sessions/
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'vmchooser' os-plugin ...";
fi
fi