Manjaro Linux 远程 Windows

准备

  • 确保 Windows 可以接受远程连接
  • Manjaro Linux 安装rdesktop
    $ yay -S rdesktop
    
  • (可选)安装vnc
$ yay -S tigervnc-server

如果远程到 windows 系统则不需要安装vnc

安装xrdp

$ yay -S xrdp
$ yay -S xorgxrdp-git

启动服务和修改配置

$ sudo systemctl enable xrdp.service
$ sudo systemctl xrdp-sesman.service
$ edit ~/.xinitrc

注释以下行:

#exec $(get_session "$1")

增加以下行:

exec dbus-launch --sh-syntax startplasma-x11

reboot 之后,可以通过 Manjaro Linux 远程 Windows 10:

$ rdesktop -u YourUserName -p YourPassword WindowsIPAddress:3389