Starting Deepin Desktop in VNC or xrdp?
Tofloor
poster avatar
cycloxr
deepin
2019-09-18 16:50
Author
Hello,

Has anyone had any success starting Deepin Desktop Environment using a VNC or xrdp server?  I currnetly have Deepin 15.11 installed and using tightvnc but am not sure what to call to start the dde.

Thanks.


Reply Favorite View the author
All Replies
WENWEN
deepin
2019-09-18 19:56
#1
  1. https://wayk.devolutions.net/home/download
Copy the Code
Reply View the author
jiangxl
deepin
2019-09-19 04:32
#2
I install tighervnc
  1. sudo apt install tigervnc-standalone-server tigervnc-common
Copy the Code


Fill .vnc/xstartup as :
  1. unset SESSION_MANAGER
  2. unset DBUS_SESSION_BUS_ADDRESS
  3. exec /etc/X11/xinit/xinitrc
Copy the Code


Then run command as
  1. vncsever :01 -localhost no
Copy the Code

Because I  find that it only acces connection from localhost in default.

Finally, connect vnc on other computer
  1. vncviewer x.x.x.x:01
Copy the Code
Reply View the author
cycloxr
deepin
2019-09-19 17:44
#3

worked!!! Thank you much!
Reply View the author
jiangxl
deepin
2019-09-25 01:24
#4
https://bbs.deepin.org/user/177948 Today, VNCViewer don't access any input from my mouse and keyboary. Have you similar issues?
Reply View the author
th3blad3runn3r
deepin
2019-09-27 22:51
#5
I've beeen using the combination xrdp/ rdesktop since 15.1, without any glitches.
IMHO, it's far superior to VNC, especially about display quality.
My two cents only.
J.Ph.
Reply View the author