feat: add ability to change FreeRDP desktop window size/resolution#614
feat: add ability to change FreeRDP desktop window size/resolution#614alexbalez wants to merge 2 commits intoTibixDev:mainfrom
Conversation
|
Will this be merged, or not? We are waiting desperately for this qol feature. |
Would like to know as well! |
|
This would be nice! |
|
any chance to get this merged? or "opening animations" are more important features? |
|
I hope so, because currently Winboat 0.90 is useless except for Windows Desktop. No app will launch or if the do it gets hung showing my user ID forever logging in. Any action results in "another user is currently logged in" loop. I've had to go to vrtmanager and VM a windows instant because Winboat just isn't viable except for the full screen Windows. |
That issue can be fixed by downgrading the FreeRDP version you‘re using (see #704 (comment)). After downgrading the applications will start in window mode correctly. |
Currently, the only option is fullscreen. This adds the ability for users to choose the size/resolution of the desktop FreeRDP window.
Feature:
Changes:
config.ts- Added desktopSize to config for default and persistenceConfig.vue- Added winboat config page option, dropdown menu for fullscreen or window sizeswinboat.ts- Check config file to see whether fullscreen or window sizesCloses #528.