summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm10
-rw-r--r--os-plugins/plugins/vmchooser/files/default.desktop4
-rw-r--r--os-plugins/plugins/vmchooser/files/vmchooserbin555684 -> 555684 bytes
3 files changed, 12 insertions, 2 deletions
diff --git a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
index 512906f2..77337ad6 100644
--- a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
+++ b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
@@ -72,6 +72,16 @@ sub getAttrInfo
content_descr => 'name of environment',
default => 'default',
},
+ 'vmchooser::xmlpath' => {
+ applies_to_systems => 1,
+ applies_to_clients => 1,
+ description => unshiftHereDoc(<<' End-of-Here'),
+ location of XML configuration for virtual images
+ End-of-Here
+ content_descr => 'path to xml files',
+ default => '/var/lib/vmware/vmconfigs/',
+ },
+
};
}
diff --git a/os-plugins/plugins/vmchooser/files/default.desktop b/os-plugins/plugins/vmchooser/files/default.desktop
index c52e54b3..cec173d3 100644
--- a/os-plugins/plugins/vmchooser/files/default.desktop
+++ b/os-plugins/plugins/vmchooser/files/default.desktop
@@ -4,7 +4,7 @@ Name=virtual machine chooser (default)
Name[de]=Virtuelle Maschine ausw�hlen
Comment=This session starts the vm session chooser
Comment[de]=Diese Sitzung startet das Auswahlmen� f�r die vorhandenen Sitzungen
-Exec=/opt/openslx/plugin-repo/vmchooser/vmchooser -p /var/lib/vmware/vmconfigs/
-TryExec=/opt/openslx/plugin-repo/vmchooser/vmchooser
+Exec=/opt/openslx/plugin-repo/vmchooser/vmchooser.sh
+TryExec=/opt/openslx/plugin-repo/vmchooser/vmchooser.sh
Icon=
Type=Application
diff --git a/os-plugins/plugins/vmchooser/files/vmchooser b/os-plugins/plugins/vmchooser/files/vmchooser
index ac053e5d..8c4d4ec0 100644
--- a/os-plugins/plugins/vmchooser/files/vmchooser
+++ b/os-plugins/plugins/vmchooser/files/vmchooser
Binary files differ