Replies: 5 comments
-
on CentOS 7 startx and lightdm work OK, but xrdp can't start wm - why? |
Beta Was this translation helpful? Give feedback.
-
finally problem was xterm wasn't installed so I've seen only block screen with cursor, but why mate-session wont start? |
Beta Was this translation helpful? Give feedback.
-
btw, I've found that we could replace startwm.sh with startx -- :11 |
Beta Was this translation helpful? Give feedback.
-
Following the code through, On RHEL/CentOS/??? 7, this uses On other systems, If you really want to use #!/bin/sh
exec /usr/bin/startx -- "$DISPLAY" >~/.xsession-errors 2>&1 so you'll get a log file. Personally, I'm not very happy with the existing startwm.sh approach as it's quite high maintenance, but I don't have a better solution at the moment. I'd like to modify sesman to remove the dependency on assuming the user is using bash, but that's not going to help hugely. |
Beta Was this translation helpful? Give feedback.
-
I'm going to convert this old issue to a discussion. Maybe we'll get some more useful input that way. |
Beta Was this translation helpful? Give feedback.
-
I see black square only after connect to RDP, but there is no error messages in /var/log/xrdp-sesman.log!
How do I debug what xrdp-sessman doing and what is the problem with startwm/xsession?
Beta Was this translation helpful? Give feedback.
All reactions