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
}
Created about section, borgar menu, settings menu and we have easy settings for the rdp connection now
Updated to newest FreeRDP which seems to fix issues with hanging / freezing
Changed pasword storage from file to system keyring. Still using file for compatibility. Added connection history menu.
History menu now shows only unique entries, no duplicates