summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins
diff options
context:
space:
mode:
authorBastian Wissler2008-09-25 19:56:01 +0200
committerBastian Wissler2008-09-25 19:56:01 +0200
commiteff5940c389a71c46d0c98bc5bd1b8b40eafac08 (patch)
treefcab6494bf10fe17efe46f02e00463f1234adf3b /os-plugins/plugins
parent * changed fileget() to use tftp wrapper function (diff)
downloadcore-eff5940c389a71c46d0c98bc5bd1b8b40eafac08.tar.gz
core-eff5940c389a71c46d0c98bc5bd1b8b40eafac08.tar.xz
core-eff5940c389a71c46d0c98bc5bd1b8b40eafac08.zip
vmchooser-src-changes
* patch from Sebastian for GCC-4.2 compatibility * changes to Makefile: linker takes now /usr/lib/libboost_regex.a * new vmchooser (compiled on debian-4.0) older debian was not able to install libxml2-dev * changes to default session (if it is not already in svn) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2245 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins')
-rw-r--r--os-plugins/plugins/vmchooser/files/default.desktop4
-rw-r--r--os-plugins/plugins/vmchooser/files/vmchooserbin555692 -> 555108 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/vmchooser/files/default.desktop b/os-plugins/plugins/vmchooser/files/default.desktop
index 1bb8186a..6bc83244 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
-TryExec=/opt/openslx/plugin-repo/vmchooser/vmchooser
+Exec=/opt/openslx/plugin-repo/vmchooser/vmchooser -p /var/lib/vmware/vmconfigs/
+TryExec=/opt/openslx/plugin-repo/vmchooser/vmchooser -p /var/lib/vmware/vmconfigs/
Icon=
Type=Application
diff --git a/os-plugins/plugins/vmchooser/files/vmchooser b/os-plugins/plugins/vmchooser/files/vmchooser
index df94231f..a9e383f1 100644
--- a/os-plugins/plugins/vmchooser/files/vmchooser
+++ b/os-plugins/plugins/vmchooser/files/vmchooser
Binary files differ