ansible/roles/xrdp_apphost
Thomas Basler 3c09971484 xrdp_apphost: Add configuration for Estlcam 2022-06-19 21:47:48 +02:00
..
defaults xrdp_apphost: Add configuration for Estlcam 2022-06-19 21:47:48 +02:00
files xrdp_apphost: Made login screen configureable 2022-06-19 21:47:48 +02:00
handlers xrdp_apphost: Create samba shares 2022-06-19 21:47:48 +02:00
tasks xrdp_apphost: Add configuration for Estlcam 2022-06-19 21:47:48 +02:00
templates xrdp_apphost: Add configuration for Estlcam 2022-06-19 21:47:48 +02:00
README.md xrdp_apphost: Add configuration for Estlcam 2022-06-19 21:47:48 +02:00

README.md

xrdp_apphost

Manual installation steps

After the role has applied several manual installation steps have to be applied by a admin user.

  • Estlcam
    • Create a .xsession file for the admin user with the following content: xfwm4 & exec xterm
    • Login as admin user and execute the following commands $ xhost si:localuser:estlcam $ 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 $ echo "Hide tooltips=no" >> ~/.wine32/drive_c/ProgramData/Estlcam/V11/Settings\ Estlcam.txt