-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
waitforx changes break starting unattended sessions #2580
Comments
BTW I'm putting a PR together to fix some of the logging in this area. I'm push a draft out tomorrow. |
Bit more info. If I run this command to start an Xorg X server:-
I get this output from
If I do the same with
I get this:-
I get similar results with
A better fix may be to emulate Xvnc behaviour within Xorg. This will fix this problem, and also (indirectly) address the original issue #2436. There's another issue I've spotted with waitforx, in that the original wait in the chansrv process for the X server has now been removed. |
I'm closing this now neutrinolabs/xorgxrdp#254 has been created. |
See also #2586 which is the logging PR I mentioned above. |
After some testing, I've just realised that #2492 has broken the functionality which allows xrdp-sesrun to start a session without a client.
The problem is that the Xorg X server won't have any RandR outputs defined until a client connects.
I think the problem is best solved by making the lack of outputs a warning rather than an error condition.
@Nexarian, @derekschrock - what are your thoughts on this?
The text was updated successfully, but these errors were encountered: