Script template to handle connections limiting dependency to freerdp. https://forum.manjaro.org/t/125680
Find a file
2024-01-03 11:20:33 +01:00
freerdp-prototype.sh Add freerdp-prototype.sh 2024-01-03 11:16:52 +01:00
LICENSE Initial commit 2024-01-03 11:15:52 +01:00
README.md Update README.md 2024-01-03 11:20:33 +01:00

utility-freerdp

Script template to handle connections limiting dependency to freerdp.

The template handles if session is wayland or x11.

Usage

Copy the prototype to your local bin folder and name it what ever makes sense to your usecase e.g. use a nickname and make sure it is executable.

Make the file executable

chmod +x ~/.local/bin/nickname

Adjust the properties at the top of the script - just below the header - to match your connection and save the file.

Then you can execute from commandline

nickname

If you want a shortcut - with an icon to click - create a desktop file ~/.local/share/applications/nickname.desktop with content

[Desktop Entry]
Name=nickname RDP
Icon=network-server
Comment=Connect to nickname RDP
Exec="~/.local/bin/nickname"
Version=1.0
Type=Application
Terminal=false
StartupNotify=true