2021-11-03 23:01:00 +01:00
|
|
|
xrdp_apphost
|
|
|
|
============
|
|
|
|
|
|
|
|
Manual installation steps
|
|
|
|
-------------------------
|
|
|
|
|
|
|
|
After the role has applied several manual installation steps have to be applied
|
|
|
|
by a admin user.
|
|
|
|
|
|
|
|
* Estlcam
|
2021-11-04 20:12:24 +01:00
|
|
|
* Login as tsadmin user and execute the following commands
|
2021-11-03 23:01:00 +01:00
|
|
|
$ sudo -u estlcam --preserve-env=DISPLAY /bin/bash
|
|
|
|
$ cd ~
|
|
|
|
$ export WINEPREFIX=~/.wine32
|
|
|
|
$ export WINEARCH=win32
|
|
|
|
$ wineboot
|
|
|
|
$ winetricks dotnet40 gdiplus d3dx9_36
|
|
|
|
$ wget http://www.estlcam.de/downloads/Estlcam_32_11243.exe
|
|
|
|
$ wine Estlcam_32_11243.exe
|