Skip to content
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

fix misuse of hidelogwindow #876

Merged

Conversation

cocoon
Copy link
Contributor

@cocoon cocoon commented Sep 14, 2017

fix black screen if hidelogwindow=yes
#414

xrdp/xrdp_wm.c Outdated
if (self->session->client_info->rdp_autologin || self->hide_log_window)
/* fix black screen if hidelogwindow=yes in xrdp.ini, only the log window should be hidden. not everything */
/* https://github.com/neutrinolabs/xrdp/issues/414 */
/*if (self->session->client_info->rdp_autologin || self->hide_log_window)*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix seems good but don't leave the old code in comment. You can just remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should I remove all other comments or leave them in place?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think no comments needed there.

@metalefty
Copy link
Member

metalefty commented Sep 14, 2017

Can you squash commits into one commit and include "Fixes #414. in commit message" like 06ce0d7? Then #414 will be automatically closed when this PR merged.

@cocoon cocoon force-pushed the 2017-09-14-fix-misuse-hidelogwindow branch from 1d27f7d to 504f1e1 Compare September 14, 2017 09:40
@metalefty metalefty added this to the v0.9.4 milestone Sep 15, 2017
@metalefty metalefty merged commit 8ded88a into neutrinolabs:devel Sep 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants