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

Use the RDP_SCALE value as scale-desktop, and then approximate scale-device #216

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

adil192
Copy link

@adil192 adil192 commented May 5, 2021

xfreerdp only supports a scale/scale-device of 100|140|180, but allows any scale-desktop, as shown in this man page:

   /scale:[100|140|180]
       Scaling factor of the display (default:100)

   /scale-desktop:percentage
       Scaling factor for desktop applications (value between 100 and 500) (default:100)

   /scale-device:100|140|180
       Scaling factor for app store applications (default:100)

This is an attempt to fix #195. Please double check my syntax etc as I haven't used bash before.

adil192 and others added 5 commits May 5, 2021 17:45
…-device

xfreerdp only supports a scale/scale-device of 100|140|180, but allows any scale-desktop, as shown in this man page:

       /scale:[100|140|180]
           Scaling factor of the display (default:100)

       /scale-desktop:percentage
           Scaling factor for desktop applications (value between 100 and 500) (default:100)

       /scale-device:100|140|180
           Scaling factor for app store applications (default:100)
@KernelGhost
Copy link

@adil192 Thank you for your contribution. Unfortunately, this repository has seen little activity and is now quite outdated. Development for WinApps has moved to a new location: https://github.com/winapps-org/winapps. We would be more than happy to review and merge your changes if you would like to submit a new pull request to the active repository. Thank you!

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.

RDP_SCALE in winapps.conf breaking xfreerdp command
2 participants