FreeRDP / FreeRDP

FreeRDP is a free remote desktop protocol library and clients
http://www.freerdp.com/
Apache License 2.0
11.03k stars 14.86k forks source link

Start with /monitors: flag not open right monitor #10767

Closed xBr0th3rx closed 4 weeks ago

xBr0th3rx commented 4 weeks ago

Describe the bug When I start Freerdp and use the /monitors: option, it does not work with single monitor selection. This then opens with e.g. /monitors:0 on the monitor where the mouse is currently on.

To Reproduce Steps to reproduce the behavior:

  1. start xfreerdp3 session with on Multiple Monitors
  2. set option /monitors:0 or 1
  3. See monitor open where the mouse is currently on

Expected behavior If I specify /monitors:0 it is not opened on the monitor and not where my mouse is currently active.

Screenshots My Monitors: Screenshot_20241022_113932

Application details

Environment (please complete the following information):

Additional context The strange thing is that if I specify more than 1 monitor, they are also opened correctly. But if I only select 1 monitor, it opens it where the mouse is currently located.

akallabeth commented 4 weeks ago

yes, as intended. updated the flag description in the referenced pull request so that such misconceptions are prevented.

xBr0th3rx commented 4 weeks ago

So that means the selection of a monitor is not possible?

akallabeth commented 4 weeks ago

not by command line, no. but there are other tools that allow placing windows where you want them.

xBr0th3rx commented 4 weeks ago

Aaah Okay then I know what's going on :D