diff options
| author | Jonathan Bauer | 2014-11-13 15:18:42 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-11-13 15:18:42 +0100 |
| commit | 7e57d26fce7bd64ec2217a3eee1959a046dc2897 (patch) | |
| tree | fa7d7228448e790ba2adcf55509645b7380c950b /remote | |
| parent | [gdisk] prototyp module for gdisk to handle GPT partitions (diff) | |
| download | tm-scripts-7e57d26fce7bd64ec2217a3eee1959a046dc2897.tar.gz tm-scripts-7e57d26fce7bd64ec2217a3eee1959a046dc2897.tar.xz tm-scripts-7e57d26fce7bd64ec2217a3eee1959a046dc2897.zip | |
[pvs2] xsession file to show pvs2 session in vmchooser and moved the setup-pvsmgr script from a config module, to the pvs2 module. That way it is always available.
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr | 4 | ||||
| -rwxr-xr-x | remote/modules/pvs2/data/usr/share/xsessions/pvs2mgr.desktop | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/remote/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr b/remote/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr new file mode 100755 index 00000000..dedb0995 --- /dev/null +++ b/remote/modules/pvs2/data/opt/openslx/scripts/setup-pvsmgr @@ -0,0 +1,4 @@ +#!/bin/ash + +openbox & +exec /opt/openslx/bin/pvsmgr diff --git a/remote/modules/pvs2/data/usr/share/xsessions/pvs2mgr.desktop b/remote/modules/pvs2/data/usr/share/xsessions/pvs2mgr.desktop new file mode 100755 index 00000000..3cd1be2c --- /dev/null +++ b/remote/modules/pvs2/data/usr/share/xsessions/pvs2mgr.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=PVS Steuerkonsole +Exec=/opt/openslx/scripts/setup-pvsmgr +TryExec=/opt/openslx/bin/pvsmgr +Icon= +Type=Application |
