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

ERROR: Cannot combine conflicting options --rdp and --nordp #73

Closed
drndos opened this issue Jun 26, 2020 · 1 comment
Closed

ERROR: Cannot combine conflicting options --rdp and --nordp #73

drndos opened this issue Jun 26, 2020 · 1 comment
Assignees
Labels

Comments

@drndos
Copy link

drndos commented Jun 26, 2020

Describe the bug
When running ./docker-wine --rdp I get error ERROR: Cannot combine conflicting options --rdp and --nordp
The problem is that there is no default value for NO_RDP variable

To Reproduce
Steps to reproduce the behavior:

  1. wget https://raw.githubusercontent.com/scottyhardy/docker-wine/master/docker-wine -O docker-wine
  2. chmod +x docker-wine
  3. ./docker-wine --rdp
  4. See error ERROR: Cannot combine conflicting options --rdp and --nordp

Expected behavior
Docker container with RDP enabled should be started.

Screenshots
N/A

Desktop (please complete the following information):

  • OS: Centos 7
  • Browser N/A
  • Version N/A

Smartphone (please complete the following information):

  • Device: N/A
  • OS: N/A
  • Browser N/A
  • Version N/A

Additional context
Need to add NO_RDP="no" in the default values

@scottyhardy scottyhardy self-assigned this Jun 27, 2020
@scottyhardy
Copy link
Owner

Hi @drndos

Thanks for taking the time to report this bug. I've just pushed a fix to the master branch and tested to confirm the issue is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants