summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser/data
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/vmchooser/data')
-rwxr-xr-xremote/modules/vmchooser/data/openslx/bin/vmchooserbin1673396 -> 0 bytes
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/vmchooser/bin/run-virt.sh (renamed from remote/modules/vmchooser/data/openslx/bin/run-virt.sh)0
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/vmchooser/bin/vmplayer8
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/vmchooser/bin/vmware8
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/vmchooser/bin/xmlfilter.sh (renamed from remote/modules/vmchooser/data/openslx/bin/xmlfilter.sh)0
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/openslx/openslx-left.png (renamed from remote/modules/vmchooser/data/usr/share/vmchooser/themes/openslx/openslx-left.png)bin9187 -> 9187 bytes
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/openslx/openslx-right.png (renamed from remote/modules/vmchooser/data/usr/share/vmchooser/themes/openslx/openslx-right.png)bin3390 -> 3390 bytes
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/openslx/openslx.ini (renamed from remote/modules/vmchooser/data/usr/share/vmchooser/themes/openslx/openslx.ini)0
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/planets/planets-left.png (renamed from remote/modules/vmchooser/data/usr/share/vmchooser/themes/planets/planets-left.png)bin11337 -> 11337 bytes
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/planets/planets-right.png (renamed from remote/modules/vmchooser/data/usr/share/vmchooser/themes/planets/planets-right.png)bin3082 -> 3082 bytes
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/planets/planets.ini (renamed from remote/modules/vmchooser/data/usr/share/vmchooser/themes/planets/planets.ini)0
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/unifr/title_l.png (renamed from remote/modules/vmchooser/data/usr/share/vmchooser/themes/unifr/title_l.png)bin17458 -> 17458 bytes
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/unifr/title_r.png (renamed from remote/modules/vmchooser/data/usr/share/vmchooser/themes/unifr/title_r.png)bin4113 -> 4113 bytes
-rw-r--r--remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/unifr/unifr.ini (renamed from remote/modules/vmchooser/data/usr/share/vmchooser/themes/unifr/unifr.ini)0
-rwxr-xr-xremote/modules/vmchooser/data/usr/share/xsessions/default.desktop4
-rwxr-xr-xremote/modules/vmchooser/data/vmchooser/default.desktop10
-rwxr-xr-xremote/modules/vmchooser/data/vmchooser/mesgdispbin222820 -> 0 bytes
-rwxr-xr-xremote/modules/vmchooser/data/vmchooser/printer.sh10
-rwxr-xr-xremote/modules/vmchooser/data/vmchooser/scanner.sh4
-rwxr-xr-xremote/modules/vmchooser/data/vmchooser/smb.conf25
20 files changed, 18 insertions, 51 deletions
diff --git a/remote/modules/vmchooser/data/openslx/bin/vmchooser b/remote/modules/vmchooser/data/openslx/bin/vmchooser
deleted file mode 100755
index d8ec07f9..00000000
--- a/remote/modules/vmchooser/data/openslx/bin/vmchooser
+++ /dev/null
Binary files differ
diff --git a/remote/modules/vmchooser/data/openslx/bin/run-virt.sh b/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/run-virt.sh
index b3863a2e..b3863a2e 100755
--- a/remote/modules/vmchooser/data/openslx/bin/run-virt.sh
+++ b/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/run-virt.sh
diff --git a/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/vmplayer b/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/vmplayer
new file mode 100755
index 00000000..c9b57a65
--- /dev/null
+++ b/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/vmplayer
@@ -0,0 +1,8 @@
+#!/bin/sh
+# written by OpenSLX-plugin 'vmware' in Stage1
+# radically simplified version of the original script vmplayer by VMware Inc.
+PREFIX=/usr/lib/vmware # depends on the vmware location
+exec "$PREFIX"'/lib/wrapper-gtk24.sh' \
+ "$PREFIX"'/lib' \
+ "$PREFIX"'/bin/vmplayer' \
+ "$PREFIX"'/libconf' "$@"
diff --git a/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/vmware b/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/vmware
new file mode 100755
index 00000000..8b568f53
--- /dev/null
+++ b/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/vmware
@@ -0,0 +1,8 @@
+#!/bin/sh
+# written by OpenSLX-plugin 'vmware' in Stage1
+# radically simplified version of the original script vmware by VMware Inc.
+PREFIX=/usr/lib/vmware # depends on the vmware location
+exec "$PREFIX"'/lib/wrapper-gtk24.sh' \
+ "$PREFIX"'/lib' \
+ "$PREFIX"'/bin/vmware' \
+ "$PREFIX"'/libconf' "$@"
diff --git a/remote/modules/vmchooser/data/openslx/bin/xmlfilter.sh b/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/xmlfilter.sh
index ded5d114..ded5d114 100755
--- a/remote/modules/vmchooser/data/openslx/bin/xmlfilter.sh
+++ b/remote/modules/vmchooser/data/opt/openslx/vmchooser/bin/xmlfilter.sh
diff --git a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/openslx/openslx-left.png b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/openslx/openslx-left.png
index 900dd867..900dd867 100644
--- a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/openslx/openslx-left.png
+++ b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/openslx/openslx-left.png
Binary files differ
diff --git a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/openslx/openslx-right.png b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/openslx/openslx-right.png
index 8ca9347b..8ca9347b 100644
--- a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/openslx/openslx-right.png
+++ b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/openslx/openslx-right.png
Binary files differ
diff --git a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/openslx/openslx.ini b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/openslx/openslx.ini
index 57a22821..57a22821 100644
--- a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/openslx/openslx.ini
+++ b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/openslx/openslx.ini
diff --git a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/planets/planets-left.png b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/planets/planets-left.png
index c8736b72..c8736b72 100644
--- a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/planets/planets-left.png
+++ b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/planets/planets-left.png
Binary files differ
diff --git a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/planets/planets-right.png b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/planets/planets-right.png
index e21f0d8b..e21f0d8b 100644
--- a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/planets/planets-right.png
+++ b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/planets/planets-right.png
Binary files differ
diff --git a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/planets/planets.ini b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/planets/planets.ini
index d9aa17f6..d9aa17f6 100644
--- a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/planets/planets.ini
+++ b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/planets/planets.ini
diff --git a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/unifr/title_l.png b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/unifr/title_l.png
index e602ccd1..e602ccd1 100644
--- a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/unifr/title_l.png
+++ b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/unifr/title_l.png
Binary files differ
diff --git a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/unifr/title_r.png b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/unifr/title_r.png
index 3edbcb0c..3edbcb0c 100644
--- a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/unifr/title_r.png
+++ b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/unifr/title_r.png
Binary files differ
diff --git a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/unifr/unifr.ini b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/unifr/unifr.ini
index dadcb4e1..dadcb4e1 100644
--- a/remote/modules/vmchooser/data/usr/share/vmchooser/themes/unifr/unifr.ini
+++ b/remote/modules/vmchooser/data/usr/local/share/vmchooser/themes/unifr/unifr.ini
diff --git a/remote/modules/vmchooser/data/usr/share/xsessions/default.desktop b/remote/modules/vmchooser/data/usr/share/xsessions/default.desktop
index c6a0f825..48812a8e 100755
--- a/remote/modules/vmchooser/data/usr/share/xsessions/default.desktop
+++ b/remote/modules/vmchooser/data/usr/share/xsessions/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=/openslx/bin/vmchooser
-TryExec=/openslx/bin/vmchooser
+Exec=/opt/openslx/vmchooser/bin/vmchooser -c /etc/openslx/vmchooser/vmchooser.conf
+TryExec=/opt/openslx/vmchooser/bin/vmchooser -c /etc/openslx/vmchooser/vmchooser.conf
Icon=
Type=Application
diff --git a/remote/modules/vmchooser/data/vmchooser/default.desktop b/remote/modules/vmchooser/data/vmchooser/default.desktop
deleted file mode 100755
index 91540228..00000000
--- a/remote/modules/vmchooser/data/vmchooser/default.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-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
-Icon=
-Type=Application
diff --git a/remote/modules/vmchooser/data/vmchooser/mesgdisp b/remote/modules/vmchooser/data/vmchooser/mesgdisp
deleted file mode 100755
index 41e3721c..00000000
--- a/remote/modules/vmchooser/data/vmchooser/mesgdisp
+++ /dev/null
Binary files differ
diff --git a/remote/modules/vmchooser/data/vmchooser/printer.sh b/remote/modules/vmchooser/data/vmchooser/printer.sh
deleted file mode 100755
index 8f1d5ffa..00000000
--- a/remote/modules/vmchooser/data/vmchooser/printer.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-#echo "<printer name=\"info\" path=\"//printserver/info\"> some pseudo printer </printer>"
-
-for(( i=0; $i<10; i=$i+1)); do
- echo -e "printserver$i\tprinter$i\tPrinter Description $i"
-done
-
-echo -e "printserver.ruf.uni-freiburg.de\treal-printer-name\tSome really long printer Description"
-
diff --git a/remote/modules/vmchooser/data/vmchooser/scanner.sh b/remote/modules/vmchooser/data/vmchooser/scanner.sh
deleted file mode 100755
index dcb94c68..00000000
--- a/remote/modules/vmchooser/data/vmchooser/scanner.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-
-echo -e "scanserver\tscanner1hp\tThis is a test Scanner"
diff --git a/remote/modules/vmchooser/data/vmchooser/smb.conf b/remote/modules/vmchooser/data/vmchooser/smb.conf
deleted file mode 100755
index ec757ce4..00000000
--- a/remote/modules/vmchooser/data/vmchooser/smb.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-# basic samba configuration file for OpenSLX host-internal networking
-[global]
- workgroup = OPENSLX
- netbios name = HOMESERVER
- security = SHARE
- server string = Home and Print Provider
- bind interfaces only = Yes
- interfaces = NWIF
- pid directory = PIDDIR
-
-[userhome]
- comment = Home Directory of USER
- path = /home/USER
- create mask = 0700
- guest ok = No
- read only = No
-
-[scratch]
- comment = Host System Temp Folder
- path = /tmp
- create mask = 0700
- guest ok = Yes
- read only = No
- browseable = Yes
-