-
Notifications
You must be signed in to change notification settings - Fork 411
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
RDP_SCALE in winapps.conf breaking xfreerdp command #195
Comments
I have the exact same issue with RDP_SCALE breaking the xfreerdp command. |
Here's a quick script that you can use to implement the scaling automatically. You need to link this to /usr/bin/ and move the actual xfreerdp application somewhere else that isn't on you device path (like your home directory), and provide the script with the device path of the original xfreerdp application. Afterwards all calls to "xfreerdp" will run the script instead and pass all arguments along with the script's set argument for
|
Hey I've tried to incorporate that into the actual project. I don't really work with bash scripts (my first pull request) so please can you double check the commit I've just added if possible? |
Luckily I've discovered the solution - someone has already done the work but the fix hasn't really been documented.
The file located in |
Yep that's my fork, glad you found it helpful. What issues did you have with the way it's documented?
|
Sorry, posted in the wrong thread - my mistake |
When my winapps.conf file is this (with an RDP_SCALE set)...
...
bin/winapps check
fails and prints how to use the xfreerdp command:This doesn't happen when I comment out the
RDP_SCALE
line.The text was updated successfully, but these errors were encountered: