AW: Start web application trough XRDP

2024-07-18 Thread Kaminski, Thomas
Hello Manel, About "If I understand your approach, the user .xsession file modifies the default XRDP behavior to automatically launch app.sh, right?" Yes. About "If I apply this change, on the start program connection field, what path should I specify and how can I add the user parameters like

AW: Start web application trough XRDP

2024-07-15 Thread Kaminski, Thomas
Hello Manuel, we solve this with this configuration in the user home directory. Don't forget chmod +x /home/user/.xsession . cat /home/user/.xsession #!/usr/bin/env bash /usr/bin/mutter --x11 --replace /usr/local/bin/app.sh A simple xterm is possible too with #!/usr/bin/env bash /usr/bin/mutte