Simple GUI for FreeRDP
Code launched sdl-freerdp so it's gui can be used for confirming keys and other stuff if nessesary.
By default it launches FreeRDP only with /v /u /p tags. Aditional tags can be added in the settings json located in ~/.config/rdpconnect/settings.json in the extra_params array
Example settings.json which works with all my 2 multimonitor setups (one with 2 and one with 3 monitors): {
"extra_params": [
"/monitors:1,0",
"+dynamic-resolution"
],
"save_conn": false
}
Changed directory permissions from home to xdg-config
Password is now encrypted
Cropped screenshot and made background invisible
Created about section, borgar menu, settings menu and we have easy settings for the rdp connection now