summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/README
diff options
context:
space:
mode:
authorBastian Wissler2008-04-11 21:37:35 +0200
committerBastian Wissler2008-04-11 21:37:35 +0200
commitac0370a74c1deab0aefb15a685c8d86deab9d4b5 (patch)
treee0c517874db5bd0e1917b41ae58b22103da7fcd2 /os-plugins/plugins/vmchooser/README
parentCheckin of vmchooser plugin fixes (installation) on behalf of bw21 ... (diff)
downloadcore-ac0370a74c1deab0aefb15a685c8d86deab9d4b5.tar.gz
core-ac0370a74c1deab0aefb15a685c8d86deab9d4b5.tar.xz
core-ac0370a74c1deab0aefb15a685c8d86deab9d4b5.zip
More complete version of vmchooser.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1737 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/README')
-rw-r--r--os-plugins/plugins/vmchooser/README28
1 files changed, 10 insertions, 18 deletions
diff --git a/os-plugins/plugins/vmchooser/README b/os-plugins/plugins/vmchooser/README
index 371d847e..a9d12764 100644
--- a/os-plugins/plugins/vmchooser/README
+++ b/os-plugins/plugins/vmchooser/README
@@ -2,26 +2,18 @@
VirtualMachine Chooser - plugin
===============================
+This Plugin uses an external program to show
+a list of sessions, from which a user can choose.
-Please consider to run "make" in the folder src/vmchooser/ after any changes to the code.
-Static libraries of fltk-2 are in src/fltk-2/ and are used to link against the program.
+This Programm is included in binary format. You
+can look into the sources at
+svn://svn.openslx.org/srv/svn/openslx/openslx-src-tools/os-plugins/plugins/vmchooser/
+There you can change the program to your needs
+and compile it with the included Makefile.
-BUGS:
-
-static version:
- - Has to be run with "nice ./vmchooser", else there is a bug in the Xorg system,
- therefore I suggest compiling the shared version for development purposes.
-
- Simply change "STATIC=-static" to "STATIC= #-static" to enable the shared version.
-
-
-TODO:
- - enable linux-serssions
- - enable callbacks on entries <- Very important.
-
-
-ATTENTION:
- This program is not yet released ;-)
+Use at your own risk!
+No warranty is given by the author
+of this software for any purposes!