Skip to content

Commit

Permalink
doc: need to set a password on freerdp3.9+
Browse files Browse the repository at this point in the history
Closes #305
  • Loading branch information
oskardotglobal authored Dec 7, 2024
1 parent 6be98c5 commit 3f44fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ Create a configuration file at `~/.config/winapps/winapps.conf` containing the f
RDP_USER="MyWindowsUser"
# [WINDOWS PASSWORD]
# NOTES:
# - If using FreeRDP v3.9.0 or greater, you *have* to set a password
RDP_PASS="MyWindowsPassword"
# [WINDOWS DOMAIN]
Expand Down

1 comment on commit 3f44fc3

@xsy420
Copy link

@xsy420 xsy420 commented on 3f44fc3 Dec 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not FreeRDP v3.9.0 or greater, just v3.9.0. their group has fixed this regression in master branch

Please sign in to comment.