通过xrdp远程桌面显示本地会话

通过xrdp远程桌面显示本地会话

我有一台 Linux 机器(计算机 A,Debian 8)。我在那里安装了xrdp(配置是默认的)。现在我可以从两台Windows计算机(计算机B和C)运行远程桌面来到达计算机A。但是,我从Windows计算机上看到的桌面与计算机A显示器上的桌面不同。例如,在计算机 A 中打开了一个终端。当我从计算机 B 运行远程桌面时,我没有看到打开的终端。如果我通过远程桌面从计算机 B 启动一个新终端,则该新终端窗口不会显示在计算机 A 的显示器中。如果我从计算机 C 运行远程桌面,我可以看到计算机 B 打开的终端窗口。

我的目标是计算机A的显示器显示的桌面和计算机B和C的远程桌面显示的桌面应该显示相同的内容。我应该如何配置才能达到目标?

RDP 文件:

screen mode id:i:2
use multimon:i:0
desktopwidth:i:1920
desktopheight:i:1080
session bpp:i:32
winposstr:s:0,3,0,0,800,600
compression:i:1
keyboardhook:i:2
audiocapturemode:i:0
videoplaybackmode:i:1
connection type:i:7
networkautodetect:i:1
bandwidthautodetect:i:1
displayconnectionbar:i:1
enableworkspacereconnect:i:0
disable wallpaper:i:0
allow font smoothing:i:0
allow desktop composition:i:0
disable full window drag:i:1
disable menu anims:i:1
disable themes:i:0
disable cursor setting:i:0
bitmapcachepersistenable:i:1
full address:s:192.168.1.21
audiomode:i:0
redirectprinters:i:1
redirectcomports:i:0
redirectsmartcards:i:1
redirectclipboard:i:1
redirectposdevices:i:0
autoreconnection enabled:i:1
authentication level:i:2
prompt for credentials:i:0
negotiate security layer:i:1
remoteapplicationmode:i:0
alternate shell:s:
shell working directory:s:
gatewayhostname:s:
gatewayusagemethod:i:4
gatewaycredentialssource:i:4
gatewayprofileusagemethod:i:0
promptcredentialonce:i:0
gatewaybrokeringtype:i:0
use redirection server name:i:0
rdgiskdcproxy:i:0
kdcproxyname:s:
username:s:michael

相关内容