Is there a feature to trigger script after connect or disconnect to xrdp? #2681
-
I need to use However, it seems that there is no way to configure it to adjust the resolution and screen condition with a script after connecting or disconnecting with xrdp. I would like to ask how to implement this and if there are any recommended methods? Will it be added as a new feature in the future? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Existing functionality in xrdp v0.9.x allows a script to be run when a client reconnects (not connects for the first time). Have a look at There is currently no disconnect script, but this has been requested. See #2090 and #1598. We've just finished changing the sesman architecture in development builds which will make this possible in the future. |
Beta Was this translation helpful? Give feedback.
Existing functionality in xrdp v0.9.x allows a script to be run when a client reconnects (not connects for the first time). Have a look at
ReconnectScript
in/etc/xrdp/sesman.ini
.There is currently no disconnect script, but this has been requested. See #2090 and #1598. We've just finished changing the sesman architecture in development builds which will make this possible in the future.