You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is this line;
rdpClient.AdvancedSettings2.DisableCtrlAltDel = 1;
if set to 1 it works fine, if set to 0 , will show black screen and disconnected callback raised.
xrdp version
0.9.20
Detailed xrdp version, build options
Operating system & version
Debian12
Installation method
dnf / apt / zypper / pkg / etc
Which backend do you use?
Xvnc
What desktop environment do you use?
GNOME
Environment xrdp running on
Physical machine
What's your client?
WPF Sample codes on windows 10 x64 bit
Area(s) with issue?
No response
Steps to reproduce
I wrote a WPF rdp client to connect xrdp server by using MS's RDP COM component.
below are core codes:
rdpClient.ColorDepth = 32;
The problem is this line;
rdpClient.AdvancedSettings2.DisableCtrlAltDel = 1;
if set to 1 it works fine, if set to 0 , will show black screen and disconnected callback raised.
✔️ Expected Behavior
Expect DisableCtrlAltDel could be set to 0
❌ Actual Behavior
if set to 1 it works fine, if set to 0 , will show black screen and disconnected callback raised.
Anything else?
No response
The text was updated successfully, but these errors were encountered: