Fmstrat / Fmstrat/winapps

RDP_SCALE in winapps.conf breaking xfreerdp command

Open
#195 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
10.3k
Forks
452
PR merge metrics
No merged PRs in 30d

Description

When my winapps.conf file is this (with an RDP_SCALE set)...
```python
RDP_USER="..."
RDP_PASS="..."
#RDP_DOMAIN="MYDOMAIN"
#RDP_IP="192.168.123.111"
RDP_SCALE=200
#RDP_FLAGS="/audio-mode:1"
#MULTIMON="true"
#DEBUG="true"
```
...`bin/winapps check` fails and prints how to use the xfreerdp command:
```
FreeRDP - A Free Remote Desktop Protocol Implementation
See www.freerdp.com for more information

Usage: xfreerdp [file] [options] [/v:[:port]]

Syntax:
/flag (enables flag)
/option: (specifies option with value)
+toggle -toggle (enables or disables toggle, where '/' is a synonym of '+')
```

#

This doesn't happen when I comment out the `RDP_SCALE` line.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.